.elementor-8443 .elementor-element.elementor-element-eda1d06{--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;--border-radius:10px 10px 10px 10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-8443 .elementor-element.elementor-element-a7d3ed7{text-align:center;}.elementor-8443 .elementor-element.elementor-element-a7d3ed7 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:27px;letter-spacing:0.2px;color:var( --e-global-color-389ed7c );}.elementor-8443 .elementor-element.elementor-element-1dc0eaf{text-align:center;}.elementor-8443 .elementor-element.elementor-element-1dc0eaf p{margin-block-end:9px;}.elementor-8443 .elementor-element.elementor-element-466302e > .elementor-widget-container{padding:0px 0px 20px 0px;}.elementor-8443 .elementor-element.elementor-element-466302e.elementor-element{--align-self:center;}#elementor-popup-modal-8443 .dialog-widget-content{animation-duration:1.3s;border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-8443{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-8443 .dialog-message{width:857px;height:573px;align-items:flex-start;}#elementor-popup-modal-8443 .dialog-close-button{display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-466302e *//* Horizontal layout for year buttons */
.ambc-horizontal-accordion .ambc-accordion-years {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
    justify-content: flex-start !important;
}

/* Year buttons */
.ambc-horizontal-accordion .ambc-accordion-year {
    display: inline-block !important;
    padding: 8px 16px !important;
    background: #f5f5f5 !important;
    border-radius: 6px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    transition: background 0.3s, color 0.3s !important;
    white-space: nowrap !important;
}

.ambc-horizontal-accordion .ambc-accordion-year:hover {
    background: #e0e0e0 !important;
}

/* Active year */
.ambc-horizontal-accordion .ambc-accordion-year.active {
    background:#001f5c !important;
    color: #fff !important;
    border-color: #0073aa !important;
}

/* Posts list */
.ambc-accordion-content ul li a {
    line-height: 40px !important;
    color: #111;
    text-decoration: none;
}
.ambc-accordion-content ul li a:hover {
    color: #0073e6 !important;
    font-weight: 600;
}

/* Year list shortcode */
.year-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.year-list .year-item a {
    padding: 6px 10px;
    background: #f7f7f7;
    border-radius: 4px;
    text-decoration: none;
    color: #111;
}
.year-list .year-item a:hover {
    background: #eee;
}/* End custom CSS */