/* ── Modulo Report MealMate ───────────────────────────────────────── */

/* Badge tipo tenant nelle griglie report */
.report-type-chip {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

.report-type-chip.catering {
    background-color: #e3f2fd;
    color: #1565c0;
}

.report-type-chip.company {
    background-color: #f3e5f5;
    color: #6a1b9a;
}

.report-type-chip.cateringcustomer {
    background-color: #e8f5e9;
    color: #2e7d32;
}

/* Sezione superiore/inferiore nella pagina catalog report */
.report-section-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1b1e4b;
    margin-bottom: 8px;
    margin-top: 16px;
}

/* Icona flag nella griglia ReportTypes */
.report-flag-icon {
    font-size: 16px;
    margin: 0 2px;
}

.report-flag-icon.active {
    color: #2e7d32;
}

.report-flag-icon.inactive {
    color: #bdbdbd;
}
