/* Ghi đè cấu trúc mobile-mirror của RISE */
body.mobile-mirror {
    width: 280px !important; /* Thu hẹp chiều rộng tổng thể của menu xuống 280px */
    max-width: 80% !important; /* Đảm bảo không bao giờ vượt quá 80% màn hình */
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.2) !important;
    border-right: 1px solid #ddd !important;
    background-color: #fff !important;
    overflow-x: hidden !important;
}

/* Đảm bảo nội dung bên trong menu không bị tràn */
.mobile-mirror .sidebar-scroll {
    width: 100% !important;
}

/* Ép các filter và bảng bên trong thu nhỏ theo */
.mobile-mirror .filter-section-left .filter-item-box.smart-filter-dropdown-box {
    width: 100% !important;
}