.language-selector {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0 0;
}

.language-selector select {
  width: auto;
  min-width: 160px;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(59, 130, 246, 0.3);
  background: white;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 600;
}
