/* Mobile Responsive Styles for Dashboard */
@media (max-width: 768px) {
    .main-content {
        padding: 0 1rem 2rem 1rem !important;
    }

    .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem;
    }

    .header-right {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .brand h1 {
        font-size: 1.3rem;
    }

    .stats-overview {
        grid-template-columns: 1fr !important;
        gap: 1rem;
    }

    .chart-container {
        grid-template-columns: 1fr !important;
    }

    .quick-actions,
    .menu-grid {
        grid-template-columns: 1fr !important;
    }

    .menu-card {
        padding: 1rem;
    }

    .menu-card i {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .menu-card h3 {
        font-size: 1rem;
    }

    .menu-card p {
        font-size: 0.8rem;
    }

    .user-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .stat-card {
        padding: 1rem;
    }

    .stat-info h2 {
        font-size: 1.5rem;
    }

    .chart-box {
        padding: 1rem;
    }

    .chart-box h3 {
        font-size: 1rem;
    }

    .marketing-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .marketing-item .site-name {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .brand h1 {
        font-size: 1.1rem;
    }

    .header {
        padding: 0.8rem;
    }

    .main-content {
        padding: 0 0.8rem 1.5rem 0.8rem !important;
    }

    .stat-info h2 {
        font-size: 1.3rem;
    }

    .menu-card {
        gap: 0.8rem;
    }

    .header-actions {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }

    .header-actions .btn-logout {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }
}
