:host {
  display: block;
  --staytuned-play-button-color: #1a1a1f;
}

.duration-bar {
  padding: 0px 17px 9px;
}

.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.duration-times {
  margin-top: -6px;
  justify-content: space-between;
}

.scrubber {
  flex-grow: 1;
}

staytuned-button-play {
  width: 50px;
  height: 50px;
  margin: 0 25px;
  transition: transform 0.2s ease;
}
staytuned-button-play:hover {
  transform: scale(1.1);
  cursor: pointer;
}

staytuned-button-skip {
  width: 25px;
  height: 25px;
  color: #252729;
}

staytuned-button-prev-next {
  height: 16px;
}
staytuned-button-prev-next:first-of-type {
  margin-right: 30px;
}
staytuned-button-prev-next:last-of-type {
  margin-left: 30px;
}