#parentWrapper {
  font-size: 1em;
}

#playlist {
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#cta {
  padding: 1em 0;
}

#cta h3,
#top3 h3 {
  font-weight: bold;
  font-size: inherit;
}
#parentWrapper #areenaPlayer.yle_areena_player_dynamic {
  padding-bottom: 0.6em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0.6em;
}

.audio-list {
  padding-left: 6px;
}
.audio-item button {
    width: 26px;
    height: 26px;
    background-image: url(play-white.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    background-color: black;
    margin-right: 12px;
    border-radius: 26px;
    min-width: 26px;
}

.audio-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0.6rem 0.6rem 0.6rem 0;
}

.top-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 12px;
  line-height: 1;
}
.position {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: none;
  cursor: pointer;
  background-color: black;
  margin-right: 0.5em;
  border-radius: 4px;
  padding: 0.2rem;
  border-radius: 999px;
  color: white;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

#top3Wrapper {
  position: relative;
  width: fit-content;
}
