.faq-san-bernardo .accordion {
    --accordion-border-width: 0 !important;
}

.faq-san-bernardo .accordion-item {
    margin-bottom: 1rem;
    background: transparent;
    border: none;
}

.faq-san-bernardo .accordion-button {
    color: #fff !important;
    background-color: transparent !important;
    border: 3px dotted rgba(255, 255, 255, 0.5) !important;
    border-radius: 10px !important;
    font-weight: 800;
    box-shadow: none !important;
}

.faq-san-bernardo .accordion-button:not(.collapsed) {
    background-color: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.faq-san-bernardo .accordion-button:focus {
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.8) !important;
}

.faq-san-bernardo .accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'><path d='M2 5L8 11L14 5'/></svg>") !important;
}

.faq-san-bernardo .accordion-body {
    color: #fff;
    text-align: left;
    padding-bottom: 0.5rem !important;
}

.faq-san-bernardo .accordion-body .accordion-item {
    margin-bottom: 0.5rem;
}

.faq-san-bernardo .accordion-body .accordion-button {
    border-style: solid !important;
    border-width: 1px !important;
    font-weight: 600;
    font-size: 0.95rem;
}

.faq-san-bernardo .faq-importante {
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    padding: 15px 20px;
    border-radius: 10px;
    line-height: 1.8;
}
