.sd-audio-player {
  display: flex;
  align-items: center;
  padding: 30px 42px;
  color: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.sd-audio-player-info {
  flex: 1;
}

.sd-audio-player-name {
  padding-bottom: 8px;
  font-size: 26px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.85);
  line-height: 37px;
}

.sd-audio-player-time {
  padding-top: 4px;
  border-top: 1px solid rgba(230, 230, 230, 1);
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
}

.sd-audio-player-play {
  padding-right: 42px;
  padding-left: 26px;
}

.sd-audio-player-play-icon {
  width: 64px;
  height: 64px;
  vertical-align: bottom;
}
