.gfgoai-hls-switcher-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gfgoai-hls-switcher-wrap.is-floating {
  position: fixed;
  z-index: 9999;
}

.gfgoai-hls-switcher-wrap.is-floating.pos-top-right {
  top: 18px;
  right: 18px;
}

.gfgoai-hls-switcher-wrap.is-floating.pos-top-left {
  top: 18px;
  left: 18px;
}

.gfgoai-hls-top-ui-lang {
  display: inline-flex;
  align-items: center;
}

.gfgoai-hls-language-select {
  min-width: 220px;
  height: 58px;
  padding: 0 56px 0 24px;
  border-radius: 999px;
  border: 1px solid #d9d9de;
  background: #ffffff;
  color: #3b67ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1.5L8 8.5L15 1.5' stroke='%233b67ff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 18px) 50%;
  cursor: pointer;
}

.gfgoai-hls-language-select:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59,103,255,.16), 0 8px 24px rgba(0,0,0,.08);
}

.gfgoai-hls-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 768px) {
  .gfgoai-hls-switcher-wrap.is-floating.hide-mobile {
    display: none;
  }
  .gfgoai-hls-language-select {
    min-width: 180px;
    height: 52px;
    font-size: 15px;
  }
}
