/* ══════════════════════════════════════════
   MHCS Dashboard Specific Styles
══════════════════════════════════════════ */

.mhcs-gradient-blue {
    background: linear-gradient(135deg, #1a73e8, #0d47a1);
}
.mhcs-gradient-green {
    background: linear-gradient(135deg, #2e7d32, #1b5e20);
}
.mhcs-gradient-orange {
    background: linear-gradient(135deg, #f57c00, #e65100);
}
.mhcs-gradient-red {
    background: linear-gradient(135deg, #c62828, #b71c1c);
}

.mhcs-feeding-card {
    border-left: 5px solid !important;
    border-radius: 12px !important;
}

.mhcs-page-title {
    color: #0d47a1;
    font-weight: 700;
}