.openai-local-language-switch{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:2147482500;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:56px;
  height:40px;
  padding:0 14px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#111;
  box-shadow:0 12px 34px rgba(0,0,0,.16);
  font:600 14px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-decoration:none;
  backdrop-filter:blur(10px);
}
.openai-local-language-switch:hover{background:#fff;color:#111}
@media (prefers-color-scheme:dark){
  .openai-local-language-switch{
    border-color:rgba(255,255,255,.18);
    background:rgba(20,20,20,.9);
    color:#fff;
    box-shadow:0 12px 34px rgba(0,0,0,.36);
  }
  .openai-local-language-switch:hover{background:#111;color:#fff}
}
