.radio-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.radio-button {
  padding: 0.75rem 1rem;
  background: #222831;
  color: #eeeeee;
  border: none;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s;
}

.radio-button:hover,
.radio-button.active {
  background: #393e46;
}

.radio-player {
  margin-top: 1rem;
  text-align: center;
}
