/* Page-specific layout for the Victory 91.5 live player. */
.listen-page {
  --listen-blue: #2475b7;
  --listen-blue-dark: #195d96;
  --listen-ink: #292b30;
  --listen-muted: #68717f;
  --listen-line: #dbe4ee;
  --listen-pale: #f2f8fd;
  background: #fff;
  color: var(--listen-ink);
  --listen-player-height: 88px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  padding-bottom: 0;
}

.listen-page .main-container {
  background: #fff;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding-bottom: var(--listen-player-height);
}

.listen-page a:focus-visible,
.listen-page button:focus-visible,
.listen-page [tabindex]:focus-visible {
  outline: 3px solid var(--listen-blue);
  outline-offset: 3px;
}

.listen-page .nav-container {
  background: #fff;
  position: relative;
  z-index: 20;
}

.listen-page #menu1.bar {
  border-bottom: 1px solid #edf1f5;
  padding: 9px 0;
}

.listen-page #menu1 .container,
.listen-page .nav-container .bar--sm .container,
.listen-page .listen-announcement .container,
.listen-page .listen-player__inner {
  max-width: 1840px;
  width: 76%;
}

.listen-page .listen-shell {
  margin-left: auto;
  margin-right: auto;
  max-width: 1840px;
  width: 85%;
}

.listen-page #menu1 > .container > .row {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.listen-page #menu1 > .container > .row > :first-child {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.listen-page #menu1 > .container > .row > :last-child {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  max-width: none;
  min-width: 0;
  width: auto;
}

.listen-page #menu1 .bar__module,
.listen-page #menu1 .bar .logo,
.listen-page #menu1 .menu-horizontal {
  margin: 0;
  top: 0;
}

.listen-page #menu1 .logo {
  height: auto;
  max-height: 42px;
  max-width: 160px;
}

.listen-page #menu1 .bar__module:last-child {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}

.listen-page #menu1 .menu-horizontal {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.25vw, 22px);
}

.listen-page #menu1 .menu-horizontal li,
.listen-page #menu1 .menu-horizontal li:not(:last-child) {
  margin: 0;
}

.listen-page #menu1 .menu-horizontal a {
  color: var(--listen-ink);
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
}

.listen-page #menu1 .menu-horizontal a:hover {
  color: var(--listen-blue);
}

.listen-page #menu1 .btn {
  border: 1px solid transparent;
  border-radius: 6px;
  height: auto;
  margin: 0 0 0 10px;
  min-height: 40px;
  padding: 0 16px;
}

.listen-page #menu1 .btn .btn__text {
  color: var(--listen-ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 38px;
  padding: 0;
  text-transform: none;
}

.listen-page #menu1 .btn:not(.btn--primary) {
  background: #eaf4fc;
}

.listen-page #menu1 .btn--primary {
  background: var(--listen-blue);
}

.listen-page #menu1 .btn--primary .btn__text {
  color: #fff;
}

.listen-page #menu1 .btn:hover {
  background: var(--listen-blue-dark);
}

.listen-page #menu1 .btn:hover .btn__text {
  color: #fff;
}

.listen-page .listen-announcement {
  background: #edf6fe;
  border-bottom: 1px solid #e6f0f8;
  padding: 13px 0;
}

.listen-page .listen-announcement__content {
  align-items: center;
  color: #154f83;
  display: flex;
  font-size: 12px;
  gap: 20px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.listen-page .listen-announcement__label {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.listen-page .listen-announcement__date {
  border-left: 1px solid #9dbfdb;
  padding-left: 20px;
}

.listen-page .listen-announcement a {
  color: #154f83;
  text-decoration: none;
}

.listen-page .listen-announcement a:hover {
  text-decoration: underline;
}

.listen-page .listen-shell {
  margin-left: auto;
  margin-right: auto;
}

.listen-page .listen-check {
  background: #fff;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 20px 80px rgb(20 35 55 / 25%);
  color: #313b49;
  inset: 0;
  margin: auto;
  max-height: calc(100% - 32px);
  overflow: auto;
  padding: 32px;
  position: fixed;
  width: min(460px, calc(100% - 32px));
}

.listen-page .listen-check:not([open]) { display: none; }
.listen-page .listen-check::backdrop { background: rgb(20 30 45 / 55%); }
.listen-page .listen-check h2 { font-size: 26px; line-height: 1.3; margin: 0 0 16px; }
.listen-page .listen-check p { font-size: 16px; line-height: 1.6; margin: 0 0 24px; }
.listen-page .listen-check__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.listen-page .listen-check button {
  background: #2075b8;
  border: 1px solid #2075b8;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  min-height: 44px;
  padding: 10px 18px;
}
.listen-page .listen-check #stopListening { background: #fff; color: #174a7b; }
.listen-page .listen-check button:focus-visible { outline: 3px solid #8cbce0; outline-offset: 3px; }

.listen-page #trackDataContainer {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  isolation: isolate;
  min-height: clamp(420px, 54vh, 640px);
  /* Let the blurred artwork fade beyond the hero instead of clipping its edge. */
  overflow: visible;
  padding: clamp(24px, 2.2vw, 42px) 0;
  position: relative;
}

.listen-page .listen-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(90px, calc(3.5vw + 48px), 120px);
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  margin: 0 auto;
  max-width: clamp(820px, 70vw, 1280px);
  width: calc(100% - 64px);
}

.listen-page .listen-hero__copy {
  min-width: 0;
  transform: translateY(var(--listen-copy-offset, 0px));
  transition: transform 300ms ease;
}

.listen-page .listen-hero__copy.has-details {
  --listen-copy-offset: 24px;
}

.listen-page .listen-visualizer {
  height: 44px;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
}

.listen-page .listen-visualizer svg {
  display: block;
  height: 100%;
  width: 100%;
}

.listen-page .listen-visualizer path {
  fill: none;
  stroke: var(--waveform-color, #adc5dc);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-opacity: .9;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  transition: stroke .45s ease;
}

.listen-page.is-loading-now-playing #currentTitle,
.listen-page.is-loading-now-playing #currentArtist,
.listen-page.is-loading-now-playing #playerTitle,
.listen-page.is-loading-now-playing #playerArtist {
  background: #edf1f5;
  border-radius: 4px;
  color: transparent;
  max-width: 100%;
  width: 65%;
}

.listen-page.is-loading-now-playing #currentArtist,
.listen-page.is-loading-now-playing #playerArtist {
  width: 40%;
}

.listen-page #currentTitle {
  color: #17191d;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.09;
  margin: 0 0 7px;
}

.listen-page #currentArtist {
  color: #263750;
  display: block;
  font-size: clamp(16px, 1.125vw, 24px);
  font-weight: 400;
  line-height: 1.25;
}

.listen-page .listen-lyrics {
  margin-top: clamp(23px, 1.6vw, 32px);
  max-width: 620px;
  position: relative;
}

.listen-page .listen-lyrics__reveal {
  display: grid;
  grid-template-rows: 1fr;
  opacity: 1;
  transition: grid-template-rows 300ms ease, opacity 300ms ease, visibility 300ms;
  visibility: visible;
}

.listen-page .listen-lyrics__body {
  min-height: 0;
  overflow: hidden;
}

.listen-page .listen-lyrics.is-empty .listen-lyrics__reveal {
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
}

.listen-page .listen-lyrics__heading {
  color: #263750;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  margin: 20px 0 18px;
  text-transform: uppercase;
}

.listen-page .listen-lyrics__content {
  max-height: clamp(165px, 18vw, 330px);
  overflow: auto;
  scrollbar-color: #bed3e5 transparent;
  scrollbar-width: thin;
}

.listen-page #currentLyrics,
.listen-page #programSummary {
  color: #313b49;
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  white-space: normal;
}

.listen-page #currentLyrics:empty {
  display: none;
}

.listen-page #programSummary {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.listen-page .is-summary-expanded #programSummary {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.listen-page #programSummary[hidden],
.listen-page #currentLyrics[hidden],
.listen-page .listen-summary__toggle[hidden] { display: none; }

.listen-page .listen-program__podcast {
  align-items: center;
  background: #fff;
  border: 1px solid #346594;
  border-radius: 999px;
  box-sizing: border-box;
  color: #174a7b;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  line-height: 18px;
  margin-top: 16px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  transition: width .25s ease, background-color .25s ease;
  width: 36px;
}

.listen-page .listen-program__podcast-icon { display: grid; flex: 0 0 34px; place-items: center; }
.listen-page .listen-program__podcast svg { flex: 0 0 16px; height: 16px; width: 16px; }
.listen-page .listen-program__podcast-label { flex-shrink: 0; opacity: 0; transition: opacity .2s ease; white-space: nowrap; }
.listen-page .listen-program__podcast:hover,
.listen-page .listen-program__podcast:focus-visible { background: #f0f6fc; width: 154px; }
.listen-page .listen-program__podcast:hover .listen-program__podcast-label,
.listen-page .listen-program__podcast:focus-visible .listen-program__podcast-label { opacity: 1; }
.listen-page .listen-program__podcast[hidden] { display: none; }
.listen-page .listen-program__podcast:focus-visible { outline: 2px solid #1767a3; outline-offset: 3px; }

.listen-page .listen-summary__toggle {
  background: none;
  border: 0;
  color: #1767a3;
  cursor: pointer;
  display: block;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.9;
  margin: 0;
  padding: 0;
}

.listen-page .listen-lyrics.is-program-summary .listen-lyrics__content {
  font-size: clamp(16px, 1.2vw, 24px);
  max-height: none;
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
}
.listen-page .listen-lyrics.is-summary-expanded .listen-lyrics__content {
  max-height: min(9.3em, 30vh);
}

.listen-page .listen-lyrics__toggle {
  align-items: center;
  background: none;
  border: 0;
  color: #8aa9c4;
  cursor: pointer;
  display: none;
  font-size: 26px;
  height: 32px;
  justify-content: flex-start;
  line-height: 1;
  margin-top: 4px;
  padding: 0;
  width: 44px;
}

.listen-page .listen-lyrics.is-overflowing .listen-lyrics__toggle {
  display: inline-flex;
}

.listen-page .listen-lyrics.is-expanded .listen-lyrics__content {
  max-height: min(60vh, 650px);
}

.listen-page .listen-lyrics.is-expanded .listen-lyrics__toggle {
  transform: rotate(180deg);
}

.listen-page .listen-hero__artwork {
  justify-self: end;
  margin: 0;
  max-width: 100%;
  position: relative;
  width: clamp(286px, 26.4vw, 400px);
}

.listen-page .listen-hero__artwork.is-missing-artwork,
.listen-page .listen-player__artwork.is-missing-artwork {
  animation: listen-artwork-loading 1.8s ease-in-out infinite;
  background: #f2f6fa linear-gradient(110deg, #f2f6fa 40%, #e3ebf2 50%, #f2f6fa 60%) no-repeat;
  background-size: 300% 100%;
}

.listen-page .listen-hero__artwork.is-missing-artwork {
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(32, 31, 31, 0.08);
}

.listen-page .listen-hero__artwork.is-missing-artwork::before,
.listen-page .listen-hero__artwork.is-missing-artwork::after {
  background: #dce5ee;
  border-radius: 999px;
  content: "";
  height: 4%;
  left: 31%;
  position: absolute;
  top: 45%;
  width: 38%;
}

.listen-page .listen-hero__artwork.is-missing-artwork::after {
  height: 3%;
  left: 23%;
  top: 54%;
  width: 54%;
}

.listen-page .listen-hero__artwork.is-missing-artwork #currentImage,
.listen-page .listen-hero__artwork.is-missing-artwork .listen-hero__glow {
  opacity: 0;
}

.listen-page .listen-hero__glow {
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  display: block;
  filter: blur(29px) saturate(0.85);
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateY(10px) scale(1.08);
  transition: opacity 300ms ease;
  width: 100%;
}

.listen-page #currentImage {
  aspect-ratio: 1 / 1;
  background: #e9f0f6;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(32, 31, 31, 0.13);
  display: block;
  height: auto;
  /* Override the theme's figure-image spacing so the play control stays centered. */
  margin: 0 !important;
  object-fit: cover;
  position: relative;
  transition: opacity 300ms ease;
  width: 100%;
}

.listen-page #trackDataContainer.is-updating #currentImage {
  opacity: 0.72;
}

.listen-page.needs-play-tap #currentImage {
  filter: grayscale(1) brightness(.65);
}

.listen-page.needs-play-tap .listen-hero__glow {
  filter: blur(29px) grayscale(1);
  opacity: .2;
}

.listen-page #trackDataContainer.is-updating .listen-hero__glow {
  opacity: 0.16;
}

.listen-page .listen-history {
  flex: 0 0 auto;
  padding: 0 0 clamp(16px, 2vh, 28px);
}

.listen-page .listen-history__heading {
  align-items: center;
  display: grid;
  gap: 25px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  margin-bottom: 20px;
}

.listen-page .listen-history__heading::before,
.listen-page .listen-history__heading::after {
  background: #b8c7d8;
  content: "";
  height: 1px;
}

.listen-page .listen-history__heading::before { grid-column: 1; grid-row: 1; }
.listen-page .listen-history__heading::after { grid-column: 3; grid-row: 1; }

.listen-page .listen-history__heading h2 {
  color: #28364a;
  font-size: 12px;
  font-weight: 800;
  grid-column: 2;
  grid-row: 1;
  letter-spacing: 0.16em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.listen-page .listen-history__expand {
  background: #fff;
  border: 0;
  color: var(--listen-blue-dark);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  line-height: 1.4;
  padding: 6px 0 6px 25px;
  white-space: nowrap;
  z-index: 1;
}

.listen-page .listen-history__expand:hover,
.listen-page .listen-history__load-more:hover {
  color: #123e65;
  text-decoration: underline;
}

.listen-page .listen-history__caret {
  display: inline-block;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  height: 8px;
  margin: 0 2px 2px 9px;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  width: 8px;
}

.listen-page .listen-history__expand[aria-expanded="true"] .listen-history__caret {
  margin-bottom: -2px;
  transform: rotate(225deg);
}

.listen-page #mCont {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  min-height: max(146px, calc(clamp(88px, 6vw, 132px) + 34px));
}

.listen-page #mCont > .masonry__item {
  flex: none;
  margin: 0;
  max-width: none;
  min-width: 0;
  padding: 0;
  width: auto;
}

.listen-page #mCont .feature.feature-1 {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e7ed;
  border-radius: 9px;
  box-shadow: none;
  display: flex;
  gap: 20px;
  height: 100%;
  margin: 0;
  min-height: 146px;
  overflow: hidden;
  padding: 13px;
}

.listen-page #mCont .feature.feature-1 > a,
.listen-page #mCont .listen-history-card__art {
  flex: 0 0 clamp(88px, 6vw, 132px);
  height: clamp(88px, 6vw, 132px);
  margin: 0;
  padding: 0;
}

.listen-page #mCont .feature.feature-1 img {
  aspect-ratio: 1 / 1;
  background: #eff4f8;
  border-radius: 5px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.listen-page #mCont .feature__body.boxed {
  background: none;
  border: 0;
  box-shadow: none;
  flex: 1;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.listen-page #mCont .feature__body > span {
  color: var(--listen-muted);
  display: block;
  font-size: 13px;
  line-height: 1.35;
}

.listen-page #mCont .feature__body h5 {
  color: var(--listen-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(17px, 1.15vw, 22px);
  font-weight: 400;
  line-height: 1.2;
  margin: 5px 0 4px;
  min-height: 0;
}

.listen-page .listen-history__empty {
  align-self: center;
  color: var(--listen-muted);
  font-size: 15px;
  grid-column: 1 / -1;
  margin: 0;
  text-align: center;
}

.listen-page .listen-history__archive[hidden],
.listen-page .listen-history__load-more[hidden] {
  display: none;
}

.listen-page .listen-history__archive {
  border-top: 1px solid var(--listen-line);
  margin-top: clamp(40px, 4vw, 90px);
  padding-top: clamp(30px, 3vw, 70px);
}

.listen-page .listen-history__archive-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}

.listen-page .listen-history__archive-heading h3 {
  color: #17191d;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(30px, 2.5vw, 48px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0;
}

.listen-page .listen-history__count {
  color: var(--listen-muted);
  font-size: 13px;
}

.listen-page .listen-history__list {
  display: grid;
  gap: 0 42px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.listen-page .listen-history__row {
  align-items: center;
  border-bottom: 1px solid #e7edf2;
  display: grid;
  gap: 16px;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  min-height: 92px;
  padding: 12px 0;
}

.listen-page .listen-history__row img {
  aspect-ratio: 1;
  background: #eff4f8;
  border-radius: 4px;
  height: 64px;
  object-fit: cover;
  width: 64px;
}

.listen-page .listen-history__row-title,
.listen-page .listen-history__row-artist {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listen-page .listen-history__row-title {
  color: #222831;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.25;
}

.listen-page .listen-history__row-artist,
.listen-page .listen-history__row time {
  color: var(--listen-muted);
  font-size: 13px;
  line-height: 1.4;
}

.listen-page .listen-history__row time {
  white-space: nowrap;
}

.listen-page .listen-history__load-status {
  color: var(--listen-muted);
  font-size: 14px;
  margin: 24px 0;
  min-height: 20px;
  text-align: center;
}

.listen-page .listen-history__load-more {
  background: #fff;
  border: 1px solid #b9d1e5;
  border-radius: 5px;
  color: var(--listen-blue-dark);
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 0 auto;
  padding: 12px 24px;
}

.listen-page #mCont img.is-missing-artwork,
.listen-page #fullHistoryList img.is-missing-artwork {
  animation: listen-artwork-loading 1.8s ease-in-out infinite;
  background: #f2f6fa linear-gradient(110deg, #f2f6fa 40%, #e3ebf2 50%, #f2f6fa 60%) no-repeat;
  background-size: 300% 100%;
}

@keyframes listen-artwork-loading {
  from { background-position: 100% 0; }
  to { background-position: 0% 0; }
}

.listen-page .audioPlayer {
  background: #292b30;
  bottom: 0;
  box-shadow: 0 -8px 26px rgba(25, 33, 45, 0.12);
  color: #fff;
  left: 0;
  padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
  position: fixed;
  width: 100%;
  z-index: 1030;
}

.listen-page .listen-player__inner {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(200px, 0.4fr) minmax(0, 1fr);
  margin: 0 auto;
}

.listen-page .listen-player__track {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.listen-page .listen-player__artwork {
  border-radius: 3px;
  display: block;
  flex: 0 0 52px;
  height: 52px;
  overflow: hidden;
  width: 52px;
}

.listen-page .listen-player__artwork.is-missing-artwork img {
  opacity: 0;
}

.listen-page #playerArtwork {
  aspect-ratio: 1 / 1;
  border-radius: 3px;
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.listen-page .listen-player__meta {
  min-width: 0;
}

.listen-page #playerTitle,
.listen-page #playerArtist {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listen-page #playerTitle {
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
}

.listen-page #playerArtist {
  color: #c4c9d1;
  font-size: 12px;
  line-height: 1.4;
}

.listen-page .audioPlayer .plyr {
  --plyr-audio-controls-background: transparent;
  --plyr-audio-control-color: #fff;
  --plyr-audio-control-color-hover: #fff;
  --plyr-color-main: #2475b7;
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
  width: 100%;
}

.listen-page .audioPlayer .plyr--audio .plyr__controls {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  gap: clamp(10px, 1.4vw, 28px);
  padding: 0;
  width: 100%;
}

/* Replace Plyr's automatic margins with one consistent set of gaps. */
.listen-page .audioPlayer .plyr__controls > * {
  margin: 0;
}

.listen-page .audioPlayer .plyr__control {
  align-items: center;
  display: inline-flex;
  flex: 0 0 44px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  min-width: 44px;
  padding: 0;
  width: 44px;
}

.listen-page .audioPlayer .plyr__volume {
  align-items: center;
  flex: 0 0 120px;
  gap: 4px;
  max-width: 120px;
  min-width: 0;
}

.listen-page .audioPlayer .plyr__volume input[type="range"] {
  flex: 1;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.listen-page .listen-song-progress {
  align-items: center;
  display: grid;
  flex: 1;
  gap: clamp(10px, 1.4vw, 24px);
  grid-template-columns: 3.5em minmax(20px, 1fr) 3.5em;
  min-width: 0;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.listen-page .listen-song-progress span { min-width: 3.5em; text-align: center; }
.listen-page .listen-song-progress progress {
  appearance: none;
  background: #81848b;
  border: 0;
  border-radius: 10px;
  flex: 1;
  height: 4px;
  min-width: 20px;
  overflow: hidden;
  width: 100%;
}
.listen-page .listen-song-progress progress::-webkit-progress-bar { background: #81848b; }
.listen-page .listen-song-progress progress::-webkit-progress-value { background: #fff; border-radius: 10px; }
.listen-page .listen-song-progress progress::-moz-progress-bar { background: #fff; border-radius: 10px; }
.listen-page .listen-song-progress.is-live .listen-song-progress__elapsed { visibility: hidden; }
.listen-page .listen-song-progress.is-live .listen-song-progress__duration { letter-spacing: .1em; font-weight: 700; }


.listen-page .audioPlayer .plyr__control[data-plyr="play"] {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #292b30;
  display: inline-flex;
  flex: 0 0 46px;
  height: 46px;
  justify-content: center;
  min-width: 46px;
  width: 46px;
}

.listen-page.is-live-radio .audioPlayer .plyr--playing .plyr__control[data-plyr="play"] svg {
  display: none;
}

.listen-page.is-live-radio .audioPlayer .plyr--playing .plyr__control[data-plyr="play"]::before {
  background: currentColor;
  border-radius: 1px;
  box-shadow: 6px 0 currentColor;
  content: "";
  height: 15px;
  margin-left: -6px;
  width: 4px;
}

.listen-page .listen-status {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto 8px;
  max-width: 1440px;
  min-height: 28px;
  text-align: center;
}

.listen-page .listen-status.is-idle {
  display: none;
}

.listen-page .listen-status__text {
  color: #d5dce4;
  font-size: 13px;
  font-weight: 600;
}

.listen-page .listen-artwork-play {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 36px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: none;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  height: auto;
  left: 50%;
  line-height: 1.3;
  padding: 0;
  position: absolute;
  top: 50%;
  /* Center the play circle on the cover, with the caption beneath it. */
  transform: translate(-50%, -36px);
  white-space: nowrap;
  z-index: 4;
}

.listen-page .listen-artwork-play.is-visible {
  display: inline-flex;
}

.listen-page .listen-artwork-play__icon {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .2), inset 0 1px 0 #fff;
  color: #2074b5;
  display: flex;
  flex-shrink: 0;
  height: 72px;
  justify-content: center;
  width: 72px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.listen-page .listen-artwork-play__icon svg {
  fill: currentColor;
  height: 32px;
  transform: translateX(.75px);
  width: 32px;
}

.listen-page .listen-artwork-play > span:last-child { text-shadow: 0 1px 5px rgba(0, 0, 0, .7); }
.listen-page .listen-artwork-play:hover .listen-artwork-play__icon { transform: scale(1.06); box-shadow: 0 7px 24px rgba(0, 0, 0, .26); }
.listen-page .listen-artwork-play:active .listen-artwork-play__icon { transform: scale(.97); }
.listen-page .listen-artwork-play:focus-visible { outline: 3px solid #fff; outline-offset: 7px; }

@media (min-width: 2300px) {
  .listen-page #menu1 .menu-horizontal a { font-size: 14px; }
  .listen-page #menu1 .btn .btn__text { font-size: 13px; }
  .listen-page .listen-announcement__content { font-size: 14px; }
  .listen-page .listen-history__heading h2,
  .listen-page .listen-lyrics__heading { font-size: 13px; }
  .listen-page #mCont .feature__body > span { font-size: 15px; }
  .listen-page .listen-history__row-title { font-size: 22px; }
  .listen-page .listen-history__row-artist,
  .listen-page .listen-history__row time { font-size: 14px; }
}

@media (min-width: 851px) and (max-width: 1500px) {
  .listen-page #menu1 .container { width: calc(100% - 64px); }
}

@media (max-width: 1100px) {
  .listen-page #menu1 .container,
  .listen-page .listen-announcement .container,
  .listen-page .listen-player__inner,
  .listen-page .listen-shell { width: calc(100% - 64px); }
  .listen-page .listen-hero__grid { margin-left: auto; margin-right: auto; }
  .listen-page .listen-lyrics { max-width: 100%; }
  .listen-page #menu1 .menu-horizontal { gap: 10px; }
  .listen-page #menu1 .menu-horizontal a { font-size: 11px; }
  .listen-page #menu1 .btn { margin-left: 5px; padding: 0 10px; }
  .listen-page .listen-hero__grid { gap: 86px; }
  .listen-page #mCont { gap: 14px; min-height: 130px; }
  .listen-page #mCont .feature.feature-1 { gap: 12px; min-height: 130px; padding: 10px; }
  .listen-page #mCont .feature.feature-1 > a,
  .listen-page #mCont .listen-history-card__art { flex-basis: 95px; height: 95px; }
  .listen-page #mCont .feature__body h5 { font-size: 17px; }
}

@media (max-width: 850px) {
  .listen-page .nav-container .bar--sm.visible-xs { border-bottom: 1px solid #edf1f5; display: block !important; padding: 12px 0; }
  .listen-page .nav-container .bar--sm .container { width: calc(100% - 32px); }
  .listen-page .nav-container .bar--sm .logo { max-height: 42px; }
  .listen-page #menu1.hidden-xs { display: none !important; }
  .listen-page #menu1:not(.hidden-xs) { display: block !important; }
  .listen-page #menu1.bar { padding: 12px 0 16px; }
  .listen-page #menu1 .container { width: calc(100% - 32px); }
  .listen-page #menu1 > .container > .row { display: block; margin: 0; }
  .listen-page #menu1 > .container > .row > :first-child { display: none !important; }
  .listen-page #menu1 > .container > .row > :last-child { display: block; padding: 0; text-align: left; width: 100%; }
  .listen-page #menu1 .bar__module { display: block; width: 100%; }
  .listen-page #menu1 .menu-horizontal { display: grid; gap: 0 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .listen-page #menu1 .menu-horizontal a { display: block; font-size: 13px; padding: 8px 0; white-space: normal; }
  .listen-page #menu1 .bar__module:last-child { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 12px; }
  .listen-page #menu1 .btn { margin: 0; }
}

@media (max-width: 767px) {
  .listen-page .main-container { display: block; }
  .listen-page .listen-announcement { padding: 10px 0; }
  .listen-page .listen-announcement__content { flex-wrap: wrap; font-size: 10px; gap: 8px; }
  .listen-page .listen-announcement__date { padding-left: 8px; }
  .listen-page .listen-shell,
  .listen-page .listen-announcement .container,
  .listen-page .listen-player__inner { width: calc(100% - 32px); }
  .listen-page #trackDataContainer { min-height: 0; padding: 24px 0 36px; }
  .listen-page .listen-hero__grid { gap: 26px; grid-template-columns: 1fr; margin-left: auto; margin-right: auto; width: calc(100% - 32px); }
  .listen-page .listen-hero__artwork { grid-row: 1; justify-self: center; width: min(72vw, 340px); }
  .listen-page .listen-hero__copy { grid-row: 2; padding-top: 0; transform: none; }
  .listen-page #currentTitle { font-size: clamp(32px, 8vw, 42px); text-align: center; }
  .listen-page #currentArtist { font-size: 20px; text-align: center; }
  .listen-page .listen-lyrics { margin-top: 22px; padding-top: 12px; }
  .listen-page .listen-lyrics__content { max-height: 160px; }
  .listen-page #currentLyrics { font-size: 20px; }
  .listen-page .listen-history__heading { gap: 4px 12px; margin-bottom: 18px; }
  .listen-page .listen-history__heading h2 { font-size: 11px; }
  .listen-page .listen-history__expand { font-size: 11px; grid-column: 1 / -1; grid-row: 2; justify-self: center; padding: 6px 10px; }
  .listen-page .listen-history__caret { height: 7px; margin-left: 5px; width: 7px; }
  .listen-page #mCont { grid-template-columns: 1fr; min-height: 0; }
  .listen-page .listen-history__archive { margin-top: 35px; padding-top: 28px; }
  .listen-page .listen-history__archive-heading { margin-bottom: 14px; }
  .listen-page .listen-history__list { grid-template-columns: 1fr; }
  .listen-page .listen-history__row { gap: 10px; grid-template-columns: 50px minmax(0, 1fr) auto; min-height: 72px; padding: 10px 0; }
  .listen-page .listen-history__row img { height: 50px; width: 50px; }
  .listen-page .listen-history__row-title { font-size: 16px; }
  .listen-page .listen-history__row-artist,
  .listen-page .listen-history__row time { font-size: 11px; }
  .listen-page #mCont .feature.feature-1 > a,
  .listen-page #mCont .listen-history-card__art { flex-basis: 100px; height: 100px; }
  .listen-page .audioPlayer { padding: 8px 0 calc(8px + env(safe-area-inset-bottom)); }
  .listen-page .listen-player__inner { gap: 10px; grid-template-columns: 1fr; }
  .listen-page .listen-player__artwork { flex-basis: 38px; height: 38px; width: 38px; }
  .listen-page #playerArtwork { height: 38px; width: 38px; }
  .listen-page #playerTitle { font-size: 15px; }
  .listen-page #playerArtist { font-size: 11px; }
  .listen-page .audioPlayer .plyr--audio .plyr__controls { gap: 7px; }
  .listen-page .audioPlayer .plyr__control[data-plyr="play"] { flex-basis: 44px; height: 44px; min-width: 44px; width: 44px; }
  .listen-page .audioPlayer .plyr__controls [data-plyr="mute"],
  .listen-page .audioPlayer .plyr__volume { display: none !important; }
  .listen-page .listen-status { flex-direction: row; justify-content: space-between; margin: 0 auto 6px; min-height: 0; width: calc(100% - 32px); }
  .listen-page .listen-status__text { font-size: 11px; max-width: 220px; text-align: left; }
}

@media (max-width: 400px) {
  .listen-page .audioPlayer .plyr__time--duration { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .listen-page .listen-artwork-play__icon,
  .listen-page .listen-hero__copy,
  .listen-page .listen-program__podcast,
  .listen-page .listen-program__podcast-label,
  .listen-page .listen-visualizer path,
  .listen-page #currentImage,
  .listen-page .listen-lyrics__reveal,
  .listen-page .listen-hero__artwork.is-missing-artwork,
  .listen-page .listen-player__artwork.is-missing-artwork,
  .listen-page .listen-history__caret,
  .listen-page #mCont img.is-missing-artwork,
  .listen-page #fullHistoryList img.is-missing-artwork { animation: none; transition: none; }
}
