/* SIRF MOBILE KE LIYE - DESKTOP KO KUCH NAHI HOGA */
@media(max-width: 991px) {
    .sidebar-fixed-left { 
        position: fixed !important; 
        left: -100% !important; 
        top: 80px !important; 
        width: 280px !important; 
        height: calc(100vh - 80px) !important; 
        z-index: 1000 !important; 
        transition: 0.3s ease !important;
    }
    .sidebar-fixed-left.active { left: 0 !important; }
    .main-content-right { margin-left: 0 !important; width: 100% !important; padding: 15px !important; }
    .footer-wrapper{ margin-left: 0 !important; width: 100% !important; }
    .row.g-3{ display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 12px !important; margin: 0 !important; }
    .row.g-3 > div{ width: 100% !important; max-width: 100% !important; padding: 0 !important; }
    .premium-hub-card{ min-height: 110px !important; padding: 14px 10px !important; }
    /* YAHAN SE NAYA ADD KIYA - PAYMENT TABLE KE LIYE */
    table thead { display: none !important; }
    table, table tbody, table tr, table td { display: block !important; width: 100% !important; }
    table tr {
        background: #fff;
        border: 1px solid #e2e8f0;
        border-radius: 16px;
        margin-bottom: 15px;
        padding: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    table td {
        border: none !important;
        padding: 8px 0 !important;
        display: flex !important;
        justify-content: space-between !important;
        font-size: 13px !important;
    }
    table td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #475569;
    }
}
}