/* settings.css — Voice Settings screen */

/* Voice settings: button row */
#screen-settings .controls{
  margin-top: 14px;
}

/* Global voice select */
#globalVoiceSelect{
  width: 100%;
  padding: 10px 14px;
  background: #2e1b08;
  border: 2px solid #5a3a10;
  border-radius: 6px;
  color: #e8d5a3;
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 1rem;
  outline: none;
}

#globalVoiceSelect:focus{
  border-color: #c9a227;
  box-shadow: 0 0 0 3px rgba(201,162,39,0.18);
}

/* Voice rate row */
#screen-settings .rate-row{
  display: flex;
  align-items: center;
  gap: 12px;
}

#screen-settings .rate-label{
  min-width: 120px;
  color: #a08060;
}

#screen-settings #voiceRate{
  flex: 1;
}

#screen-settings #voiceRateLabel{
  font-variant-numeric: tabular-nums;
}

/* Per-role voice list */
#roleVoiceList{
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 12px;
}
