/* ══════════════════════════════════════════
   22. RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 768px) {
    .rx-offcanvas__right {
        display: none;
    }

    .rx-offcanvas__panel {
        max-width: 100%;
    }

    .rx-footer__bottom-inner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}
