
.simple-player {
  background: #222;
  color: white;
  font-family: sans-serif;
  width: 100%;
}
.controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.controls button {
  background: none;
  color: white;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
input[type=range]#sap-seekBar {
  flex: 1;
  accent-color: #ccc;
}
.speeds button {
  margin: 0 2px;
}

.rate-btn.active {
  background-color: #0073aa;
  color: white;
  border-radius: 4px;
}

