.elementor-33 .elementor-element.elementor-element-4880e18{--display:flex;}.elementor-33 .elementor-element.elementor-element-bb9e17e .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-33 .elementor-element.elementor-element-bb9e17e .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-bb9e17e */.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-item {
    border: 1px solid #8BA6B7;
    border-radius: 12px; 
    margin-bottom: 20px;
    background-color: #ffffff;
    overflow: hidden; 
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-header {
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #ffffff;
    width: 100%;
    gap: 12px;
}


.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #0b2234; 
}


.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #77CCF0; 
    color: #0b2234;  
    font-size: 24px;
}


.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-icon {
    display: none; /* Ocultar ambos por defecto */
}

/* Estado cerrado: mostrar '+' */
.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-item:not(.is-open) .custom-faq-icon-plus {
    display: block;
}

/* Estado abierto: mostrar '−' */
.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-item.is-open .custom-faq-icon-minus {
    display: block;
}

.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-content-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.elementor-33 .elementor-element.elementor-element-bb9e17e .custom-faq-item.is-open .custom-faq-content-inner {
    padding-top: 15px;
    padding-bottom: 24px;
    margin-top: 10px;
    border-top: 1px solid #eeeeee; /* Línea divisoria sutil */
    color: #0b2234;
    font-size: 16px;
    line-height: 1.6;
padding-inline: 30px;
}/* End custom CSS */