.elementor-14 .elementor-element.elementor-element-3f15563{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-a1d6ef4{--display:flex;--border-radius:20px 20px 20px 20px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-14 .elementor-element.elementor-element-a1d6ef4:not(.elementor-motion-effects-element-type-background), .elementor-14 .elementor-element.elementor-element-a1d6ef4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-e964fd9{text-align:center;}.elementor-14 .elementor-element.elementor-element-e964fd9 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-size:50px;font-weight:600;color:var( --e-global-color-55c6de2 );}.elementor-14 .elementor-element.elementor-element-f15340d{text-align:center;}.elementor-14 .elementor-element.elementor-element-f15340d .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-weight:400;color:var( --e-global-color-accent );}.elementor-14 .elementor-element.elementor-element-049061e{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14 .elementor-element.elementor-element-79e4c89{text-align:center;}.elementor-14 .elementor-element.elementor-element-a56b734{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}@media(max-width:1024px){.elementor-14 .elementor-element.elementor-element-3f15563{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-14 .elementor-element.elementor-element-f15340d .elementor-heading-title{font-size:20px;}}@media(max-width:767px){.elementor-14 .elementor-element.elementor-element-f15340d .elementor-heading-title{line-height:1.1em;}.elementor-14 .elementor-element.elementor-element-049061e{--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-14 .elementor-element.elementor-element-a56b734{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-a2ee6b6 */.chiusure-annuali {
    padding: 10px 0;
    max-width: 100%;
}

.chiusure-annuali h3 {
    color: #2A185C;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(42, 24, 92, 0.2);
}

.chiusure-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.chiusure-card {
    flex: 1 1 160px;
    background: #2A185C;
    border: none;
    border-top: 3px solid #EF7C00;
    border-radius: 8px;
    padding: 14px 16px;
}

.chiusure-card__month {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #EF7C00;
    margin-bottom: 8px;
}

.chiusure-card__days {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
}

@media (max-width: 767px) {
    .chiusure-annuali h3 {
        font-size: 22px;
    }
    .chiusure-grid {
        gap: 10px;
    }
    .chiusure-card {
        flex: 1 1 130px;
    }
    .chiusure-card__days {
        font-size: 15px;
    }
}/* End custom CSS */