/* En-tête avec style épuré */
.notif-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f4f8;
}

.notif-circle-care-title {
    color: #2d3748;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notif-circle-care-title i {
    color: #4a90e2;
    font-size: 22px;
}

.engage-nota-bene {
    color: #718096;
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

/* Container principal */
.notif-circle-care-table-container {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.header-circle-care {
    padding: 30px;
    text-align: left;
}

/* Groupes de formulaires */
.form-group {
    margin-bottom: 25px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #4a5568;
    font-size: 14px;
}

/* Inputs épurés */
.input-clean {
    margin: 0;
    width: 100%;
    max-width: 400px;
}

/* Conteneur de l'éditeur */
.editor-container {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.2s ease;
}

.editor-container:focus-within {
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.editor-container [engage-pell] {
    min-height: 120px;
    padding: 12px;
}

.success-saving {
    color: #48bb78;
}

.error-saving {
    color: #e53e3e;
}

.notif-circle-care-save-message {
    margin-bottom: 10px;
}

.notif-circle-care-save-message span {  
    font-size: 14px;
    font-weight: 600;
}