.kidsfun-voice-settings {
  display: grid;
  gap: 16px;
}

.kidsfun-voice-card {
  background: rgba(255, 255, 255, 0.92);
  border: 6px solid #000;
  border-radius: 24px;
  padding: 18px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.kidsfun-voice-card h3 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 900;
}

.kidsfun-voice-card p {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 800;
}

.kidsfun-voice-label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 900;
}

.kidsfun-voice-select,
.kidsfun-voice-test-row input {
  width: 100%;
  min-height: 48px;
  border: 5px solid #000;
  border-radius: 16px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 800;
  background: #fff;
  color: #000;
}

.kidsfun-voice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.kidsfun-voice-row label {
  display: grid;
  gap: 8px;
  background: #bff1ea;
  border: 5px solid #000;
  border-radius: 18px;
  padding: 12px;
  font-size: 16px;
  font-weight: 900;
}

.kidsfun-voice-row input[type="range"] {
  width: 100%;
  accent-color: #ff4fd8;
  touch-action: auto;
}

.kidsfun-voice-test-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 16px;
}

.kidsfun-voice-test-row button {
  min-height: 48px;
  border: 5px solid #000;
  border-radius: 16px;
  padding: 8px 18px;
  background: #23d8ff;
  color: #000;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

@media (max-width: 700px) {
  .kidsfun-voice-row,
  .kidsfun-voice-test-row {
    grid-template-columns: 1fr;
  }
}
