.lang-select {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  outline: none;
}
.lang-select:hover { border-color: rgba(251, 191, 36, 0.45); }
.lang-select option { background: #0a0a12; color: #fff; }
.lang-selector { display: flex; align-items: center; }
