/* Mobile accordion for offer description sections */
@media (max-width: 991.98px) {
    .offer-section-accordion .offer-section-toggle {
        width: 100%;
        text-align: left;
        border: none;
        background: transparent;
        padding: 0;
    }

    .offer-section-accordion .offer-section-toggle:focus {
        outline: none;
        box-shadow: none;
    }

    .offer-section-accordion .offer-section-toggle .toggle-label {
        font-size: 0.8rem;
        font-weight: 600;
        color: var(--bs-primary);
        white-space: nowrap;
    }

    .offer-section-accordion .offer-section-toggle .toggle-icon {
        transition: transform 0.2s ease;
    }

    .offer-section-accordion .offer-section-toggle:not(.collapsed) .toggle-icon {
        transform: rotate(180deg);
    }

    .offer-section-accordion .petarda-container {
        padding: 1rem 1.25rem !important;
    }

    .offer-section-accordion .offer-section-header {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 992px) {
    .offer-section-accordion .offer-section-toggle {
        display: none !important;
    }

    .offer-section-accordion .offer-section-collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }
}

.offer-mobile-apply-cta {
    scroll-margin-top: 1rem;
}
