.intl-language-control {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 174px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #d7d7d3;
  background: #fff;
  color: #111;
  font-size: 12px;
  line-height: 1;
}

.intl-language-control::before {
  content: "LANG";
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0;
  color: #686865;
}

.intl-language-control select {
  width: 100%;
  min-width: 0;
  height: 34px;
  border: 0;
  outline: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.intl-translation-note {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  max-width: min(340px, calc(100vw - 36px));
  padding: 11px 14px;
  border: 1px solid #d7d7d3;
  background: rgba(255, 255, 255, 0.97);
  color: #333;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  line-height: 1.45;
}

.intl-translation-note[hidden],
#dubhe-google-translate,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt {
  display: none !important;
}

html.translated-ltr body,
html.translated-rtl body {
  top: 0 !important;
}

@media (max-width: 900px) {
  .site-header .nav {
    gap: 4px;
  }

  .intl-language-control {
    order: 20;
    width: 100%;
    min-width: 0;
    margin-top: 6px;
  }
}

@media (max-width: 560px) {
  .intl-language-control {
    height: 38px;
    padding-inline: 8px;
  }

  .intl-language-control select {
    height: 30px;
  }
}
