/* شخصيّة مودّة AI — تبديل تلقائيّ بين الفاتح والداكن + حالات الفراغ/الخطأ */

.mchar-dark { display: none; }
[data-theme="dark"] .mchar-light { display: none; }
[data-theme="dark"] .mchar-dark { display: inline-block; }

.mawaddah-character {
    padding: 1.5rem 0;
}

.mawaddah-character .mchar {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(13, 47, 58, 0.10));
}

.mawaddah-character-title {
    color: var(--text-primary);
    font-weight: 600;
    margin-top: 1rem;
}

.mawaddah-character-subtitle {
    max-width: 34rem;
    margin: 0.5rem auto 0;
    color: var(--text-muted);
    line-height: 1.85;
}
