#sonara-language-switcher {
  position: fixed;
  right: 14px;
  bottom: 82px;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  gap: 7px;
  max-width: 210px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(8, 12, 25, .84);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .28);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
#sonara-language-switcher label { font-size: 16px; line-height: 1; }
#sonara-language-select {
  min-width: 0;
  max-width: 160px;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
#sonara-language-select option { color: #111; background: #fff; }
