.language-select {
  border: 1px solid #cfd8e3;
  background: #ffffff;
  color: #111;
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  min-height: 40px;
}

.language-select:focus {
  outline: none;
  border-color: #0a66ff;
  box-shadow: 0 0 0 3px rgba(10, 102, 255, 0.15);
}

.nav-links .language-select {
  width: auto;
}

.brand-actions .language-select {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .nav-links .language-select {
    width: 100%;
    max-width: 220px;
  }
}