.settings-group-title {
    margin: 1rem 0 0.5rem;
    color: #0f172a;
}

.settings-title {
    margin: 0.75rem 0 1rem;
    color: #0f172a;
}

.settings-profile-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
    padding: 24px;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.settings-profile-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.settings-profile-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.settings-profile-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
}

.settings-profile-value {
    color: #0f172a;
    font-size: 0.95rem;
}

.settings-profile-empty {
    color: #94a3b8;
    font-size: 0.9rem;
}

.settings-role-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.settings-role-chip {
    background: #dbeafe;
    color: #1e3a8a;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 0.85rem;
    font-weight: 500;
}

@media (min-width: 960px) {
    .settings-profile-card {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .settings-profile-title {
        flex: 0 0 100%;
    }

    .settings-profile-row {
        flex: 1 1 260px;
    }
}

.rz-data-grid .system-setting-row > td {
    background-color: #dbeafe !important;
    color: #0f172a !important;
}
