/* Stili per il selettore di tema */
.theme-selector {
  margin: 10px 0;
  padding: 10px 12px;
  background: transparent;
  border-radius: 14px;
  border: none;
}

.theme-selector label {
  margin-right: 0;
  font-weight: 600;
  color: inherit;
}

.theme-selector select {
  padding: 9px 12px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 14px;
  color: inherit;
}

.theme-selector select:focus {
  outline: none;
  border-color: rgba(59, 130, 246, 0.7);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
}
