.language-switch-fallback {
  position: fixed;
  top: 22px;
  right: 28px;
  z-index: 9999;
  padding: 8px 18px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 999px;
  background: rgba(8,119,201,.92);
  color: #fff !important;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0,55,105,.18);
}
.language-switch-fallback:hover { background: #034f92; }