.elementor-1116 .elementor-element.elementor-element-8b58d07{--display:flex;--gap:025px 0px;--row-gap:025px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:75px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1116 .elementor-element.elementor-element-759a680{--grid-columns:3;--grid-row-gap:24px;--grid-column-gap:24px;}.elementor-1116 .elementor-element.elementor-element-759a680 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-1116 .elementor-element.elementor-element-759a680 .e-loop-item > .elementor-section, .elementor-1116 .elementor-element.elementor-element-759a680 .e-loop-item > .elementor-section > .elementor-container, .elementor-1116 .elementor-element.elementor-element-759a680 .e-loop-item > .e-con, .elementor-1116 .elementor-element.elementor-element-759a680 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}body.elementor-page-1116:not(.elementor-motion-effects-element-type-background), body.elementor-page-1116 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F7;}@media(max-width:1024px){.elementor-1116 .elementor-element.elementor-element-8b58d07{--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;--padding-top:75px;--padding-bottom:0px;--padding-left:30px;--padding-right:30px;}.elementor-1116 .elementor-element.elementor-element-759a680{--grid-columns:2;}}@media(max-width:767px){.elementor-1116 .elementor-element.elementor-element-8b58d07{--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:24px;--padding-right:24px;}.elementor-1116 .elementor-element.elementor-element-759a680{--grid-columns:1;--grid-row-gap:24px;--grid-column-gap:24px;}}/* Start custom CSS for container, class: .elementor-element-8b58d07 *//* --- PART A: HIDE ARROW IF EMPTY --- */
/* Target the class returned by PHP */
.disable-news-accordion .e-n-accordion-item-icon,
.disable-news-accordion .elementor-accordion-icon,
.disable-news-accordion .e-n-accordion-item-title svg {
    display: none !important;
}

/* Disable clicking */
.disable-news-accordion .e-n-accordion-item-title,
.disable-news-accordion .elementor-accordion-title {
    pointer-events: none !important;
    cursor: default !important;
}

/* --- PART B: FIX TEXT OVERLAP --- */
/* Since we don't cut titles anymore, we must let them wrap */
.e-n-accordion-item-title-text {
    white-space: normal !important; /* Force text to wrap */
    line-height: 1.4 !important;   /* Add breathing room */
    height: auto !important;       /* Allow box to grow */
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Ensure the flex container grows with the text */
.e-n-accordion-item-title {
    height: auto !important; 
    align-items: center !important;
}/* End custom CSS */