/* R626 — rendu local des drapeaux dans les sélecteurs et dans les titres affichés.
   Les valeurs restent des séquences Unicode ; seul l'aperçu utilise les PNG déjà présents dans Ethnos. */
.ethnosEmojiFlagAsset{
  display:block;
  width:25px;
  height:17px;
  max-width:82%;
  object-fit:cover;
  border-radius:2px;
  box-shadow:0 0 0 1px rgba(7,26,57,.12);
  pointer-events:none;
}
.avatarChoice .ethnosEmojiFlagAsset{
  width:28px;
  height:19px;
}
@media (max-width: 1536px){
  .ethnosEmojiFlagAsset{width:22px;height:15px}
  .avatarChoice .ethnosEmojiFlagAsset{width:24px;height:16px}
}


/* R626 — un drapeau inséré au milieu d'un titre de catégorie reste une image
   locale Ethnos au lieu de retomber sur les lettres régionales Windows. */
.ethnosEmojiFlagInline{
  display:inline-block;
  width:23px;
  height:15px;
  margin:0 3px;
  vertical-align:-2px;
  border-radius:2px;
}
.ethnosSalonR573SectionTitle > .ethnosEmojiFlagInline:first-child{
  margin-left:0;
}
