.welcome-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.welcome-form legend {
  margin-bottom: 8px;
  color: #dcae62;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.welcome-audio-choice {
  position: relative;
}

.welcome-audio-choice > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.welcome-audio-choice:has(input:checked) {
  border-color: #e1ad55;
  background: #e1ad5518;
  box-shadow: inset 0 0 0 1px #e1ad5540;
}

.welcome-narrators {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 20px !important;
}

.welcome-narrators legend {
  grid-column: 1 / -1;
}

.welcome-narrators.is-disabled {
  display: none;
}

.welcome-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #ffffff12;
}

.welcome-guidance {
  color: #9ca7b8;
  font-size: .75rem;
  line-height: 1.4;
}

.welcome-actions button {
  flex: 0 0 auto;
  padding: 11px 18px;
  border: 1px solid #dba952;
  border-radius: 12px;
  background: linear-gradient(135deg, #b9782e, #e0aa53);
  color: #171008;
  font-weight: 900;
  cursor: pointer;
}

.welcome-actions button:disabled {
  border-color: #ffffff18;
  background: #ffffff08;
  color: #778192;
  cursor: not-allowed;
}

@media (max-width: 620px) {
  .welcome-narrators {
    grid-template-columns: 1fr;
  }

  .welcome-actions {
    align-items: stretch;
    flex-direction: column;
  }
}
