.gpa-lang-switcher {
  display: inline-block;
  padding: 8px 14px;
  background-color: #004aad;
  color: white !important;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s ease;
}

.gpa-lang-switcher:hover {
  background-color: #003580;
}
