/************************************************
 * Responsive tweaks for Side Menu
 * (All side-menu styles are in dashboard_theme.css)
 ************************************************/

/* On smaller screens, make header more compact */
@media (max-width: 600px) {
    .main-header {
        padding: 0 14px;
        height: 48px;
    }
    .logo-text {
        font-size: 0.92rem;
    }
    .header-login-btn {
        padding: 5px 12px;
        font-size: 0.78rem;
    }
    .side-menu {
        width: 260px;
    }
}
