/* ============================================
   MOBILE DASHBOARD V2 - Layout Container
   ============================================ */
.mobile-dashboard-v2 {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg-primary);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    padding-bottom: 24px;
}
