.snipio-i18n-pending body {
  opacity: 0;
  animation: snipio-i18n-failsafe 0s 1s forwards;
}

@keyframes snipio-i18n-failsafe {
  to { opacity: 1; }
}

.v2-language-switcher { display: inline-flex; align-items: center; min-width: 126px; height: 44px; }
.v2-language-switcher select {
  display: block; width: 100%; height: 44px; min-height: 44px; padding: 0 34px 0 12px;
  border: 1px solid #cddbd5; border-radius: 6px; background: #fff;
  color: #102033; font: inherit; font-size: 14px; font-weight: 700;
}
.v2-translation-notice {
  margin: 0 0 20px; padding: 13px 15px; border-left: 3px solid #0f766e;
  background: #eef7f4; color: #334155; line-height: 1.55;
}
@media (max-width: 760px) {
  .v2-header__inner { gap: 10px; }
  .v2-header .v2-brand img { width: 106px; }
  .v2-header__actions .v2-header__mobile-app { display: none; }
  .v2-language-switcher { min-width: 96px; }
  .v2-language-switcher select { height: 44px; min-height: 44px; max-width: 110px; padding-right: 24px; }
}
