/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 07 2026 | 18:09:06 */
/* FAQ Dominican Mobility - Style like reference */

.gb-element-edc5080b {
    counter-reset: faq-counter;
}

.gb-element-edc5080b .gb-accordion__item {
    counter-increment: faq-counter;
    margin-bottom: 10px !important;
    border: none !important;
    background: #f5f5f5 !important;
}

.gb-element-edc5080b .gb-accordion__toggle {
    min-height: 42px !important;
    padding: 0 50px 0 58px !important;
    background: #f5f5f5 !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
}

.gb-element-edc5080b .gb-accordion__toggle::before {
    content: counter(faq-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background: #00A6D6;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.gb-element-edc5080b .gb-accordion__toggle .gb-text {
    font-size: 15px !important;
    font-weight: 900 !important;
    color: #0b1f3a !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
}

.gb-element-edc5080b .gb-accordion__toggle-icon {
    right: 14px !important;
    color: #00A6D6 !important;
}

.gb-element-edc5080b .gb-accordion__content {
    background: #ffffff !important;
    padding: 14px 20px 16px 58px !important;
    border-left: 4px solid #FFD400 !important;
}

.gb-element-edc5080b .gb-accordion__content p,
.gb-element-edc5080b .gb-accordion__content li {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #334155 !important;
}