#language-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 14px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 9999;
  transition: all 0.3s ease;
  user-select: none;
  border-radius: var(--border-radius);
}

#google_translate_element {
  margin-top: 10px;
}


