.site-language-picker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 8px;
  white-space: nowrap;
}

.navbar-custom-menu .navbar-nav > li.select-language {
  display: flex;
  align-items: center;
}

.site-language-picker__icon {
  color: #2880e3;
  font-size: 18px;
  line-height: 1;
}

.site-language-select {
  min-width: 118px;
  height: 36px;
  padding: 0 28px 0 10px;
  border: 1px solid #cbd7e6;
  border-radius: 6px;
  background-color: #fff;
  color: #263238;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}

.site-language-select:focus {
  border-color: #2880e3;
  box-shadow: 0 0 0 2px rgba(40, 128, 227, 0.14);
}

#google_translate_element,
#google_translate_element1 {
  display: none !important;
}

html,
body {
  top: 0 !important;
}

.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

@media (max-width: 767px) {
  .navbar-custom-menu .navbar-nav > li.select-language {
    height: 50px;
  }

  .site-language-picker {
    margin: 0 4px;
  }

  .site-language-select {
    min-width: 68px;
  }
}
