/* ══════════════════════════════════════════
   AMBULANCE Dashboard Specific Styles
══════════════════════════════════════════ */

.amb-gradient-primary {
    background: linear-gradient(135deg, #c62828, #b71c1c);
}
.amb-gradient-projects {
    background: linear-gradient(135deg, #1565c0, #0d47a1);
}
.amb-gradient-lines {
    background: linear-gradient(135deg, #2e7d32, #1b5e20);
}
.amb-gradient-entries {
    background: linear-gradient(135deg, #f57c00, #e65100);
}

.amb-card-header {
    background: linear-gradient(135deg, #c62828, #b71c1c);
}

.amb-table-header {
    background: #ffebee;
    color: #b71c1c;
}

.amb-page-title {
    color: #b71c1c;
    font-weight: 700;
}

.amb-month-cell {
    min-width: 70px;
    text-align: center;
}

.amb-total-cell {
    background: #ffebee !important;
    font-weight: 700;
    color: #b71c1c;
}

.amb-project-group {
    border-left: 4px solid #c62828;
    margin-bottom: 16px;
}

.amb-project-header {
    background: linear-gradient(135deg, #ffcdd2, #ffebee);
    padding: 10px 16px;
    font-weight: 700;
    color: #b71c1c;
    border-radius: 0 8px 0 0;
}

.amb-target-badge {
    background: #c62828;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
}