/* Rebel-owned mobile navigation controls. */
@media screen and (max-width: 991px) {
    body .rebel-hamburger {
        background: #232327 !important;
        border: 1px solid #38383f !important;
        border-radius: 8px;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22) !important;
        color: #d8d8dd !important;
        transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
    }

    body .rebel-hamburger span {
        background-color: #d8d8dd !important;
    }

    body .rebel-hamburger:hover,
    body .rebel-hamburger:focus-visible {
        background: #2b2b31 !important;
        border-color: rgba(205, 54, 54, 0.82) !important;
        box-shadow: 0 0 0 3px rgba(205, 54, 54, 0.14) !important;
        outline: none;
    }

    body .rebel-hamburger:active {
        background: #1c1c20 !important;
        transform: translateY(1px);
    }

    body .rebel-mobile-menu-overlay .close-btn {
        align-items: center;
        background: #232327 !important;
        border: 1px solid #38383f !important;
        border-radius: 8px;
        color: #d8d8dd !important;
        display: inline-flex;
        height: 2.75rem;
        justify-content: center;
        line-height: 1;
        padding: 0 !important;
        transition: background-color 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
        width: 2.75rem;
    }

    body .rebel-mobile-menu-overlay .close-btn:hover,
    body .rebel-mobile-menu-overlay .close-btn:focus-visible {
        background: #2b2b31 !important;
        border-color: rgba(205, 54, 54, 0.82) !important;
        box-shadow: 0 0 0 3px rgba(205, 54, 54, 0.14) !important;
        outline: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body .rebel-hamburger,
    body .rebel-mobile-menu-overlay .close-btn {
        transition: none;
    }
}
