/* LEITIO Fix 4X Hotfix 4Q4 – deterministic cross-platform language flags. */
.language-flag-image {
  display: block;
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, .12);
  pointer-events: none;
}
.language-mobile-current-flag,
.language-mobile-option-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.language-mobile-option-flag .language-flag-image {
  width: 24px;
  height: 16px;
}
@media (max-width: 720px) {
  .topbar-actions > .language-switcher .language-flag-image {
    width: 20px;
    height: 14px;
  }
  .language-mobile-current-flag .language-flag-image {
    width: 22px;
    height: 15px;
  }
  .language-mobile-option-flag .language-flag-image {
    width: 24px;
    height: 16px;
  }
}
