.custom-polylang-langswitcher {
  border: none !important;
  position: absolute;
  top: 3.55rem;      /* Adjust for header height */
  right: 2.5rem;
  z-index: 9995;
  background: transparent;
  font-size: 1.1rem;
  font-weight: bold;
  width: 70px;
  font-family: 'Noto Sans', sans-serif !important;
}

.custom-polylang-langswitcher:focus {
  outline: none !important;
  box-shadow: none !important;
}

.custom-polylang-langswitcher select, 
.custom-polylang-langswitcher option {
  padding: 40px;
  font-weight: 300;
}

@media (max-width: 800px) {
  .custom-polylang-langswitcher {
    border: none !important;
    top: 3.55rem;
    right: 2rem;
    background: transparent;
    font-size: 1.1rem;
    font-weight: bold;
    width: 85px;
  }
}