body.rl-radio-tools-active {
  padding-bottom: 88px;
}

.rl-player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px auto;
  align-items: center;
  gap: 16px;
  padding: 10px max(16px, calc((100vw - 980px) / 2));
  background: #070707;
  border-top: 2px solid #f7b500;
  box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.34);
  color: #fff;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

.rl-player__audio {
  display: none;
}

.rl-player__meta {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.rl-player__station {
  color: #f7b500;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rl-player__title,
.rl-player__artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rl-player__title {
  font-size: 1.12rem;
  font-weight: 700;
}

.rl-player__artist {
  color: #cfcfcf;
  font-size: 0.92rem;
}

.rl-player__play {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f7b500;
  border-radius: 50%;
  background: #f7b500;
  color: #070707;
  font-size: 1.1rem;
  font-weight: 900;
  cursor: pointer;
}

[data-rl-icon] {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid currentColor;
}

[data-rl-toggle].is-playing [data-rl-icon] {
  position: relative;
  width: 17px;
  height: 20px;
  margin-left: 0;
  border: 0;
}

[data-rl-toggle].is-playing [data-rl-icon]::before,
[data-rl-toggle].is-playing [data-rl-icon]::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 20px;
  background: currentColor;
}

[data-rl-toggle].is-playing [data-rl-icon]::before {
  left: 0;
}

[data-rl-toggle].is-playing [data-rl-icon]::after {
  right: 0;
}

.rl-player__play:hover,
.rl-player__play:focus-visible {
  background: #ffd24c;
}

.rl-player__history {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.rl-player__history:hover,
.rl-player__history:focus-visible {
  border-color: #f7b500;
  color: #f7b500;
}

.rl-now-playing {
  width: min(100% - 32px, 980px);
  margin: 0 auto 22px;
  padding: 16px 18px;
  display: grid;
  gap: 4px;
  background: rgba(0, 0, 0, 0.78);
  border-left: 4px solid #f7b500;
}

.hero .rl-now-playing {
  width: auto;
  margin: 0 0 24px;
}

.rl-now-playing__label {
  color: #f7b500;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rl-now-playing strong {
  color: #fff;
  font-size: 1.25rem;
}

.rl-now-playing span:last-child {
  color: #d6d6d6;
}

.rl-hero-play-wrap {
  margin: 0 0 26px;
}

.rl-hero-play {
  display: inline-grid;
  grid-template-columns: 112px minmax(0, auto);
  align-items: center;
  gap: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.rl-hero-play__disc {
  width: 112px;
  height: 112px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #f7b500;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.76);
  color: #f7b500;
  box-shadow: 0 0 0 10px rgba(247, 181, 0, 0.12), 0 18px 34px rgba(0, 0, 0, 0.38);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.rl-hero-play:hover .rl-hero-play__disc,
.rl-hero-play:focus-visible .rl-hero-play__disc {
  transform: scale(1.04);
  background: #f7b500;
  color: #070707;
}

.rl-hero-play__disc [data-rl-icon] {
  border-top-width: 17px;
  border-bottom-width: 17px;
  border-left-width: 27px;
}

.rl-hero-play.is-playing .rl-hero-play__disc [data-rl-icon] {
  width: 26px;
  height: 32px;
}

.rl-hero-play.is-playing .rl-hero-play__disc [data-rl-icon]::before,
.rl-hero-play.is-playing .rl-hero-play__disc [data-rl-icon]::after {
  width: 9px;
  height: 32px;
}

.rl-hero-play__copy {
  display: grid;
  gap: 3px;
}

.rl-hero-play__copy strong {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1;
}

.rl-hero-play__copy em {
  color: #f7b500;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.rl-history {
  width: min(100% - 32px, 980px);
  margin: 0 auto;
  padding: 54px 0 80px;
}

.rl-history h1 {
  margin: 0 0 22px;
  color: #f7b500;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 300;
}

.rl-history__status {
  color: #d6d6d6;
}

.rl-history__list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.rl-history__row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.rl-history__time {
  color: #f7b500;
  font-weight: 700;
}

.rl-history__track {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.rl-history__track strong,
.rl-history__track em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rl-history__track strong {
  color: #fff;
  font-style: normal;
}

.rl-history__track em {
  color: #cfcfcf;
  font-style: normal;
}

@media (max-width: 640px) {
  body.rl-radio-tools-active {
    padding-bottom: 132px;
  }

  .rl-player {
    grid-template-columns: minmax(0, 1fr) 54px;
    gap: 12px;
    padding: 10px 12px 12px;
  }

  .rl-player__history {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 34px;
  }

  .rl-player__title {
    font-size: 1rem;
  }

  .rl-history {
    width: min(100% - 24px, 980px);
    padding-top: 34px;
  }

  .rl-hero-play {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .rl-hero-play__disc {
    width: 88px;
    height: 88px;
  }

  .rl-hero-play__disc [data-rl-icon] {
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 21px;
  }
}
