.elementor-9261 .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-9261 .elementor-element.elementor-element-a7d3ed7{text-align:center;}.elementor-9261 .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-9261 .elementor-element.elementor-element-1dc0eaf{text-align:center;}.elementor-9261 .elementor-element.elementor-element-1dc0eaf p{margin-block-end:9px;}#elementor-popup-modal-9261 .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-9261{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-9261 .dialog-message{width:857px;height:573px;align-items:flex-start;}#elementor-popup-modal-9261 .dialog-close-button{display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c2f6004 *//* Container for year tabs */
.ambc-accordion-years {
  display: flex;
  flex-wrap: wrap;         /* wrap to next line on smaller screens */
  gap: 10px;               /* space between years */
  margin-bottom: 15px;
}

/* Each year tab */
.ambc-accordion-year {
  cursor: pointer;
  padding: 8px 16px;
  background: #f0f0f0;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.2s ease;
  text-align: center;
  min-width: 60px;
}

/* Hover effect */
.ambc-accordion-year:hover {
  background: #0565ea;
}

/* Active (open) year */
.ambc-accordion-year.active {
  background:#0565ea;
  color: #fff;
}

/* Content styling */
.ambc-accordion-content {
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.ambc-accordion-content a {
    color:#000!important;
    line-height:40px;
}/* End custom CSS */