/* =============================================
   its-dialogs.css
   Shell base per i MudDialog custom del CRM.
   Applica struttura/titolo/azioni a qualunque
   <MudDialog Class="crm-dialog ...">.
   ============================================= */

/* Struttura dialog */
.crm-dialog .mud-dialog-title {
    padding: 16px 20px 8px;
    border-bottom: 1px solid #e0e3ed;
}

.crm-dialog__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #1a1d2e;
}

.crm-dialog .mud-button-close {
    padding: 4px;
    color: #8a93b8;
    transition: background-color 0.2s, color 0.2s;
}

.crm-dialog .mud-dialog-content {
    padding: 16px 20px;
}

.crm-dialog .mud-dialog-actions {
    padding: 8px 20px 16px;
    gap: 8px;
    border-top: 1px solid #e0e3ed;
}
