/*
 * Kids Edu Games - Flag Emoji Fix
 * Forteaza fontul emoji pentru steaguri pe Windows
 * Versiune: 1.0.0
 */

/* Forteaza fontul emoji pe toate elementele care ar putea contine steaguri */
.text-xl,
[class*="language"],
[class*="lang-"],
[data-loc*="LanguageSelector"] span {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Twemoji Mozilla", "EmojiOne Color", "Android Emoji", sans-serif !important;
}

/* Butonul principal al selectorului de limba - steagul si numele */
button[class*="rounded-xl"][class*="border-amber"] span.text-lg,
button[class*="rounded-xl"][class*="border-amber"] span.text-xl {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif !important;
  font-size: 1.25rem;
}

/* Lista dropdown - fiecare item cu steag */
button[class*="rounded-xl"][class*="gap-3"] span.text-xl {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif !important;
  font-size: 1.25rem;
  line-height: 1.5;
}
