.site-language-switch {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  margin: 0 10px;
}

.site-language-switch select {
  background: #fff;
  border: 1px solid #cfd6df;
  border-radius: 4px;
  color: #263142;
  cursor: pointer;
  height: 34px;
  min-width: 66px;
  padding: 0 8px;
}

.site-language-switch--inverse {
  color: #fff;
}

.site-language-switch--inverse select {
  background: rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.62);
  color: #fff;
}

.site-language-switch--inverse option {
  background: #fff;
  color: #263142;
}

.site-language-switch--floating {
  background: #fff;
  border: 1px solid #dce2e9;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(24, 38, 55, 0.14);
  margin: 0;
  padding: 7px 9px;
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 1100;
}

@media (max-width: 991.98px) {
  .site-language-switch {
    margin: 10px 0;
  }

  .site-language-switch--floating {
    margin: 0;
    right: 10px;
    top: 10px;
  }
}
