.gwr-player,
.gwr-player * {
  box-sizing: border-box;
}

.gwr-player {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: calc(max(2.1rem, env(safe-area-inset-bottom, 0px) + 1.15rem) + var(--gwr-bottom-offset, 22px));
  transform: translateX(-50%);
  width: min(calc(100% - 2rem), 48rem);
  max-width: 48rem;
  border-radius: min(var(--gwr-radius, 28px), 26px);
  --gwr-art-size: clamp(5.2rem, 8vw + 0.2rem, 6.8rem);
  --gwr-art-size-fluid: var(--gwr-art-size);
  --gwr-surface: rgba(255, 255, 255, 0.055);
  --gwr-surface-strong: rgba(255, 255, 255, 0.08);
  --gwr-border-soft: rgba(255, 255, 255, 0.08);
  --gwr-pill-bg: rgba(16, 20, 30, 0.74);
  background:
    linear-gradient(135deg, var(--gwr-bg-start, #10121b), var(--gwr-bg-end, #281218)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  color: var(--gwr-text, #fff);
  border: 1px solid var(--gwr-border-soft);
  z-index: 99999;
  overflow: hidden;
  isolation: isolate;
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 36px rgba(6, 8, 14, 0.24);
  font-family: 'Inter', sans-serif;
}

.gwr-player.is-commercial-active {
  box-shadow: 0 24px 48px rgba(239, 68, 68, 0.24), 0 0 0 1px rgba(251, 113, 133, 0.18);
}

.gwr-player::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%);
  opacity: 0.8;
  z-index: -1;
}

.gwr-player--cinematic::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 112, 156, 0.18), transparent 28%),
    radial-gradient(circle at 84% 0%, rgba(116, 112, 255, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%);
}

.gwr-player--dashboard {
  --gwr-surface: rgba(7, 18, 34, 0.42);
  --gwr-surface-strong: rgba(92, 223, 255, 0.14);
  --gwr-border-soft: rgba(96, 212, 255, 0.18);
  --gwr-pill-bg: rgba(2, 12, 21, 0.88);
  box-shadow: 0 24px 50px rgba(3, 11, 24, 0.32), 0 0 0 1px rgba(84, 227, 255, 0.12);
}

.gwr-player--dashboard::before {
  background:
    radial-gradient(circle at 15% 15%, rgba(60, 231, 255, 0.18), transparent 26%),
    radial-gradient(circle at 90% 10%, rgba(82, 255, 190, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 38%);
}

.gwr-player--magazine,
.gwr-player--minimal,
.gwr-player--timeline {
  --gwr-surface: rgba(255, 255, 255, 0.11);
  --gwr-surface-strong: rgba(255, 255, 255, 0.18);
  --gwr-border-soft: rgba(255, 255, 255, 0.18);
  --gwr-pill-bg: rgba(18, 22, 33, 0.58);
  box-shadow: 0 26px 60px rgba(10, 12, 18, 0.22);
}

.gwr-player--magazine::before,
.gwr-player--minimal::before,
.gwr-player--timeline::before {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 44%);
}

.gwr-player--magazine {
  --gwr-surface: rgba(74, 43, 10, 0.18);
  --gwr-surface-strong: rgba(255, 204, 79, 0.28);
  --gwr-border-soft: rgba(255, 208, 92, 0.24);
  --gwr-pill-bg: rgba(57, 32, 8, 0.72);
  background:
    linear-gradient(135deg, #ffc736 0%, #f2af1c 48%, #2e2110 48%, #17141d 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  color: #fff4d6;
}

.gwr-player--magazine .gwr-player__title,
.gwr-player--magazine .gwr-player__miniTitle,
.gwr-player--magazine .gwr-player__scheduleLink,
.gwr-player--magazine .gwr-player__listenerCount,
.gwr-player--magazine .gwr-share-panel__head strong {
  color: #241506;
}

.gwr-player--magazine .gwr-player__miniStatus,
.gwr-player--magazine .gwr-player__miniMeta,
.gwr-player--magazine .gwr-player__tagline,
.gwr-player--magazine .gwr-player__description,
.gwr-player--magazine .gwr-player__host,
.gwr-player--magazine .gwr-player__nextTime,
.gwr-player--magazine .gwr-share-panel__head p {
  color: rgba(36, 21, 6, 0.72);
}

.gwr-player--magazine .gwr-player__ticker,
.gwr-player--magazine .gwr-player__metaCard,
.gwr-player--magazine .gwr-player__nextItem,
.gwr-player--magazine .gwr-player__controlsShell,
.gwr-player--magazine .gwr-share-panel,
.gwr-player--magazine .gwr-player__scheduleLink,
.gwr-player--magazine .gwr-player__iconBtn--ghost {
  background: rgba(255, 248, 230, 0.28);
  border-color: rgba(74, 43, 10, 0.12);
}

.gwr-player--timeline {
  background:
    linear-gradient(180deg, #2f2c26, #22201c),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
}

.gwr-player--minimal {
  background:
    linear-gradient(180deg, #2d2b28, #23211f),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.gwr-player a {
  color: inherit;
  text-decoration: none;
}

.gwr-player button,
.gwr-player input {
  font: inherit;
}

.gwr-player p,
.gwr-player h3,
.gwr-player strong {
  margin: 0;
}

.gwr-player .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.gwr-player .is-hidden {
  display: none !important;
}

.gwr-player__mini {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.38rem;
  padding: 0.48rem 0.62rem 0.52rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--gwr-surface);
  border-bottom: 1px solid var(--gwr-border-soft);
}

.gwr-player:not(.is-expanded):not(.gwr-player--inline) .gwr-player__mini {
  border-bottom: 0;
}

.gwr-player.is-expanded .gwr-player__mini,
.gwr-player--inline .gwr-player__mini {
  display: none;
}

.gwr-player__miniToggle,
.gwr-player__iconBtn,
.gwr-player__miniButton,
.gwr-share-panel__item {
  border: 0;
  cursor: pointer;
}

.gwr-player__miniToggle {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "status title"
    "status meta";
  align-items: center;
  column-gap: 0.5rem;
  row-gap: 0.06rem;
  background: transparent;
  color: inherit;
  padding: 0;
  min-width: 0;
  width: 100%;
  text-align: left;
}

.gwr-player__miniStatus {
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  grid-area: status;
  align-self: start;
  min-height: 1.3rem;
  padding: 0 0.5rem;
  border-radius: 999px;
  background: rgba(15, 18, 28, 0.38);
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.gwr-player__miniStatus::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 999px;
  background: var(--gwr-accent);
  box-shadow: 0 0 0 0.16rem color-mix(in srgb, var(--gwr-accent) 20%, transparent);
}

.gwr-player__miniTitle {
  grid-area: title;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Syne', sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.04;
}

.gwr-player__miniMetaViewport {
  grid-area: meta;
  width: min(100%, 28rem);
  overflow: hidden;
  justify-self: start;
}

.gwr-player__miniMetaTrack {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-width: max-content;
}

.gwr-player__miniMetaTrack.is-animated {
  animation: gwrMiniMeta 12s linear infinite;
}

.gwr-player__miniMeta--clone {
  display: none;
}

.gwr-player__miniMetaTrack.is-animated .gwr-player__miniMeta--clone {
  display: inline;
}

.gwr-player__miniMeta {
  font-size: 0.66rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.66);
  white-space: nowrap;
}

.gwr-player__miniActions {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
}

.gwr-player__miniButton {
  min-width: 1.72rem;
  min-height: 1.72rem;
  padding: 0;
  border-radius: 0.58rem;
  color: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    var(--gwr-surface-strong);
  display: grid;
  place-items: center;
}

.gwr-player.is-muted [data-gwr-mute] {
  box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.24);
  background:
    linear-gradient(180deg, rgba(239, 68, 68, 0.18), rgba(255, 255, 255, 0.04)),
    var(--gwr-surface-strong);
}

.gwr-player__collapseIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  transform: translateY(-0.02rem);
}

.gwr-player__miniButton .gwr-player__icon {
  font-size: 0.96rem;
  line-height: 1;
}

.gwr-player__panel {
  display: none;
  gap: 0.55rem;
  padding: 0.56rem;
}

.gwr-player.is-expanded .gwr-player__panel,
.gwr-player--inline .gwr-player__panel {
  display: grid;
}

.gwr-player__hero {
  display: grid;
  grid-template-columns: var(--gwr-art-size-fluid) minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
}

.gwr-player__artWrap {
  position: relative;
  overflow: hidden;
  border-radius: 0.82rem;
  width: var(--gwr-art-size-fluid);
  height: var(--gwr-art-size-fluid);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.14), transparent 35%),
    linear-gradient(160deg, rgba(124, 92, 255, 0.3), rgba(255, 201, 40, 0.12));
}

.gwr-player__art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: inherit;
}

.gwr-player__artPlaceholder {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(124, 92, 255, 0.22), rgba(103, 184, 248, 0.22));
}

.gwr-player__artPlaceholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.1rem;
  min-height: 3.1rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  background: rgba(14, 15, 23, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gwr-player__livePill {
  position: absolute;
  left: 0.55rem;
  top: 0.55rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.2rem;
  padding: 0 0.42rem;
  border-radius: 999px;
  background: var(--gwr-pill-bg);
  font-size: 0.5rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.gwr-player__copy {
  display: grid;
  gap: 0.32rem;
  align-content: center;
  min-width: 0;
}

.gwr-player__eyebrow {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-size: 0.52rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.gwr-player__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
}

.gwr-player__summary {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.gwr-player__title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(0.92rem, 1vw, 1.12rem);
  line-height: 1.08;
}

.gwr-player__host {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 600;
}

.gwr-player__listenerCount {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  min-height: 1.5rem;
  padding: 0 0.56rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.58rem;
  font-weight: 700;
  white-space: nowrap;
}

.gwr-player__listenerDot {
  opacity: 0.55;
}

.gwr-player__tagline {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.64rem;
  font-weight: 600;
}

.gwr-player__description {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  line-height: 1.34;
  max-width: 48ch;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gwr-player__ticker {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 0.38rem 0.5rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwr-player__tickerLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.45rem;
  padding: 0 0.52rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  color: rgba(255, 255, 255, 0.98);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.gwr-player__tickerViewport {
  position: relative;
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.gwr-player__tickerTrack {
  display: inline-flex;
  align-items: center;
  gap: 3rem;
  min-width: max-content;
  white-space: nowrap;
  animation: gwrTicker 18s linear infinite;
}

.gwr-player__tickerTrack span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
  line-height: 1.25;
}

.gwr-player__activity {
  display: grid;
  gap: 0.22rem;
  width: 100%;
  padding: 0.15rem 0 0;
}

.gwr-player__track {
  font-size: 0.7rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

.gwr-player__wave {
  position: relative;
  display: block;
  width: 100%;
  min-height: 2.1rem;
  padding: 0.1rem 0 0.18rem;
  overflow: hidden;
  isolation: isolate;
}

.gwr-player__wave::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.24) 14%, rgba(255, 255, 255, 0.34) 50%, rgba(255, 255, 255, 0.24) 86%, transparent 100%);
  opacity: 0.8;
  z-index: 0;
}

.gwr-player__waveSvg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2.25rem;
  overflow: visible;
  transform-origin: center center;
}

.gwr-player__waveLine {
  fill: none;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gwr-player__waveLine--base {
  stroke: rgba(255, 255, 255, 0.34);
  stroke-width: 2.2;
}

.gwr-player__waveLine--glow {
  stroke: color-mix(in srgb, var(--gwr-wave-end, var(--gwr-accent)) 72%, white 28%);
  stroke-width: 5.5;
  opacity: 0.18;
  filter: blur(3px);
}

.gwr-player__waveLine--accent {
  stroke: color-mix(in srgb, var(--gwr-wave-end, var(--gwr-accent)) 76%, white 24%);
  stroke-width: 2.8;
  stroke-dasharray: 22 10 10 16;
}

.gwr-player.is-playing .gwr-player__waveSvg {
  animation: gwrWaveLineBreath 1.8s ease-in-out infinite;
}

.gwr-player.is-playing .gwr-player__waveLine--accent {
  animation: gwrWaveLineFlow 2.6s linear infinite;
}

.gwr-player.is-playing .gwr-player__waveLine--glow {
  animation: gwrWaveGlowPulse 1.8s ease-in-out infinite;
}

.gwr-player__progress {
  display: none;
}

.gwr-player__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gwr-accent), var(--gwr-wave-end, var(--gwr-accent)));
  transition: width 320ms ease;
}

.gwr-player__metaRow {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.gwr-player__metaCard {
  display: grid;
  gap: 0.26rem;
  padding: 0.34rem 0.42rem;
  border-radius: 0.72rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwr-player__metaCard small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.gwr-player__nextList {
  display: grid;
  gap: 0.4rem;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 0.4rem) / 2);
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
}

.gwr-player__nextList::-webkit-scrollbar {
  display: none;
}

.gwr-player__nextItem {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  gap: 0.5rem;
  align-items: center;
  padding: 0.34rem 0.42rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.05);
  scroll-snap-align: start;
}

.gwr-player__nextThumb {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  border-radius: 0.9rem;
  object-fit: cover;
  object-position: center center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.gwr-player__nextThumb--placeholder {
  display: block;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwr-player__nextBody {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
  align-content: center;
}

.gwr-player__nextItem strong {
  font-size: 0.72rem;
  line-height: 1.22;
  color: rgba(255, 255, 255, 0.98);
}

.gwr-player__nextTime {
  font-size: 0.56rem;
  font-weight: 700;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gwr-player__nextNote {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.66rem;
  line-height: 1.45;
}

.gwr-player__nextItem.is-emphasis {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwr-player__scheduleLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.7rem;
  padding: 0 0.74rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: inherit;
  font-weight: 700;
  font-size: 0.66rem;
  white-space: nowrap;
}

.gwr-player__controlsShell {
  padding: 0.28rem;
  border-radius: 0.86rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwr-player__controls {
  display: grid;
  gap: 0.24rem;
  align-items: center;
  grid-template-columns: auto auto minmax(76px, 1fr) auto auto auto;
}

.gwr-player__iconBtn {
  min-width: 1.85rem;
  min-height: 1.85rem;
  padding: 0 0.52rem;
  border-radius: 0.66rem;
  color: inherit;
  background: var(--gwr-surface-strong);
  font-size: 0.72rem;
  display: grid;
  place-items: center;
}

.gwr-player__iconBtn--ghost {
  background: var(--gwr-surface);
  font-size: 0.64rem;
}

.gwr-player__volume {
  width: 100%;
  accent-color: var(--gwr-accent);
  height: 1rem;
}

.gwr-share-panel {
  display: grid;
  gap: 0.7rem;
  padding: 0.8rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwr-share-panel[hidden],
[data-gwr-share-panel][hidden] {
  display: none !important;
}

.gwr-share-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.gwr-share-panel__head strong {
  font-size: 0.92rem;
}

.gwr-share-panel__head p {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  line-height: 1.5;
  word-break: break-word;
}

.gwr-share-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.gwr-share-panel__item {
  min-height: 2.35rem;
  padding: 0.45rem 0.6rem;
  border-radius: 0.82rem;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  font-size: 0.72rem;
  font-weight: 700;
}

.gwr-share-panel__item--wide {
  grid-column: span 3;
}

.gwr-share-panel__status {
  min-height: 1rem;
  color: color-mix(in srgb, var(--gwr-accent) 72%, white);
  font-size: 0.74rem;
  font-weight: 600;
}

.gwr-player__shareRail {
  display: grid;
  gap: 0.68rem;
  padding: 0.8rem 0.9rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwr-player__shareRailHead {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.gwr-player__shareRailHead strong {
  font-size: 0.88rem;
}

.gwr-player__shareRailHead span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  word-break: break-word;
}

.gwr-player__shareRow {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.gwr-player__shareChip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  padding: 0 0.9rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
}

.gwr-player__shareIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
}

.gwr-player__shareIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.gwr-player--inline {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  width: 100%;
  max-width: none;
  border-radius: 1.8rem;
  --gwr-art-size: clamp(7.4rem, 13vw, 10.8rem);
  --gwr-surface: rgba(255, 255, 255, 0.04);
  --gwr-surface-strong: rgba(255, 255, 255, 0.08);
  --gwr-border-soft: rgba(255, 255, 255, 0.1);
  --gwr-pill-bg: rgba(10, 15, 22, 0.82);
  background:
    linear-gradient(180deg, #16191d 0%, #15181b 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.28);
}

.gwr-player--inline .gwr-player__panel {
  display: grid;
  gap: 1.2rem;
  padding: 1.15rem 1.15rem 1.05rem;
}

.gwr-player--inline .gwr-player__controlsShell {
  margin-top: 0.2rem;
  padding-top: 1rem;
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
  background: transparent;
}

.gwr-player--inline .gwr-player__hero {
  gap: 1.6rem;
  align-items: center;
  grid-template-columns: minmax(7.4rem, 10.8rem) minmax(0, 1fr);
}

.gwr-player--inline .gwr-player__copy {
  gap: 0.72rem;
}

.gwr-player--inline .gwr-player__eyebrow {
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.68);
}

.gwr-player--inline .gwr-player__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
}

.gwr-player--inline .gwr-player__host,
.gwr-player--inline .gwr-player__tagline,
.gwr-player--inline .gwr-player__track {
  font-size: 1rem;
}

.gwr-player--inline .gwr-player__description {
  -webkit-line-clamp: 3;
  max-width: 70ch;
  font-size: 1.02rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.gwr-player--inline .gwr-player__listenerCount {
  min-height: 2rem;
  padding: 0 0.88rem;
  font-size: 0.74rem;
  background: rgba(255, 255, 255, 0.08);
}

.gwr-player--inline .gwr-player__metaCard {
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.045);
}

.gwr-player--inline .gwr-player__nextItem {
  min-width: 16rem;
  padding: 1rem 1rem 1.05rem;
  border-radius: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.gwr-player--inline .gwr-player__nextThumb {
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 0.9rem;
}

.gwr-player--inline .gwr-player__nextItem strong {
  font-size: 0.98rem;
  line-height: 1.45;
  color: #f8fafc;
}

.gwr-player--inline .gwr-player__nextTime {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.82);
}

.gwr-player--inline .gwr-player__nextNote {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}

.gwr-player--inline .gwr-player__controls {
  grid-template-columns: auto auto minmax(220px, 520px) auto;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
}

.gwr-player--inline .gwr-player__iconBtn {
  min-width: 2.85rem;
  min-height: 2.85rem;
  border-radius: 999px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.gwr-player--inline .gwr-player__volume {
  height: 1.35rem;
}

.gwr-player--inline .gwr-player__artWrap {
  width: var(--gwr-art-size);
  height: var(--gwr-art-size);
  border-radius: 999px;
  margin-inline: auto;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.32);
}

.gwr-player--inline .gwr-player__art {
  object-position: center center;
  transform: scale(1.24);
}

.gwr-player--inline .gwr-player__livePill {
  top: auto;
  left: auto;
  right: 0.6rem;
  bottom: 0.65rem;
  min-height: 1.6rem;
  padding: 0 0.62rem;
  font-size: 0.58rem;
  color: #fff;
}

.gwr-player--inline .gwr-player__head {
  align-items: flex-start;
  gap: 1rem;
}

.gwr-player--inline .gwr-player__host {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.62);
}

.gwr-player--inline .gwr-player__tagline {
  color: rgba(255, 255, 255, 0.54);
}

.gwr-player--inline .gwr-player__ticker {
  padding: 0.6rem 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gwr-player--inline .gwr-player__tickerTrack span,
.gwr-player--inline .gwr-player__track {
  color: rgba(255, 255, 255, 0.92);
}

.gwr-player--inline .gwr-player__activity {
  gap: 0.5rem;
}

.gwr-player--inline .gwr-player__wave {
  min-height: 2.6rem;
  padding: 0.2rem 0 0.25rem;
}

.gwr-player--inline .gwr-player__waveSvg {
  height: 2.65rem;
}

.gwr-player--inline .gwr-player__progress {
  height: 4px;
  background: rgba(255, 255, 255, 0.22);
}

.gwr-player--inline .gwr-player__metaRow {
  grid-template-columns: minmax(0, 1fr);
}

.gwr-player--inline .gwr-player__metaCard small {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.98);
}

.gwr-player__railHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-bottom: 0.7rem;
}

.gwr-player__railHead small {
  margin-bottom: 0 !important;
}

.gwr-player__railNav {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.gwr-player__railBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.96);
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease, opacity 180ms ease;
}

.gwr-player__railBtn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.gwr-player__railBtn:disabled {
  opacity: 0.34;
  cursor: default;
}

.gwr-player__nextViewport {
  overflow: hidden;
  margin-inline: -0.2rem;
  padding-inline: 0.2rem;
}

.gwr-player--inline .gwr-player__nextList {
  grid-auto-columns: calc((100% - 0.85rem) / 3);
}

.gwr-player--inline .gwr-player__nextItem:last-child {
  border-right: 0;
}

.gwr-player--inline .gwr-player__nextItem.is-emphasis {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent);
}

.gwr-player--inline .gwr-player__shareRail {
  gap: 0.8rem;
  padding: 1rem 1.05rem 1.1rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gwr-player--inline .gwr-player__shareRailHead strong {
  font-size: 1rem;
}

.gwr-player--inline .gwr-player__shareRailHead span {
  color: rgba(255, 255, 255, 0.54);
}

.gwr-player--inline .gwr-player__shareChip {
  min-height: 2.6rem;
  padding: 0 1rem;
  font-size: 0.82rem;
  color: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.gwr-radio-page--hero .gwr-player--inline {
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 14%),
    linear-gradient(180deg, rgba(22, 23, 26, 0.98), rgba(18, 19, 22, 0.98)),
    radial-gradient(circle at 34% 0%, rgba(165, 28, 48, 0.32), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(6, 8, 14, 0.32);
  overflow: hidden;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__panel {
  gap: 0.95rem;
  padding: clamp(0.95rem, 1.4vw, 1.2rem);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__hero {
  grid-template-columns: minmax(6.8rem, 8.35rem) minmax(0, 1fr);
  gap: clamp(0.95rem, 1.7vw, 1.25rem);
  align-items: start;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__artWrap {
  width: clamp(6.75rem, 8.5vw, 8.15rem);
  height: clamp(6.75rem, 8.5vw, 8.15rem);
  margin: 0;
  border-radius: 999px;
  align-self: start;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(244, 114, 182, 0.14));
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  display: block;
  overflow: hidden;
  isolation: isolate;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__art {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover !important;
  object-position: center center !important;
  transform: translate(-50%, -50%) scale(1.62);
  transform-origin: center center;
  filter: saturate(1.04) contrast(1.02);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__livePill {
  right: -0.15rem;
  bottom: 0.25rem;
  padding: 0 0.72rem;
  min-height: 1.45rem;
  background: rgba(12, 16, 26, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__copy {
  gap: 0.42rem;
  width: 100%;
  min-width: 0;
  justify-items: stretch;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__eyebrow {
  order: 0;
  justify-content: flex-start;
  gap: 0.85rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.66);
  letter-spacing: 0.18em;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__eyebrow span {
  animation: gwrHeroOnAirBlink 1.15s ease-in-out infinite;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__head {
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 100%;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__summary {
  width: 100%;
  min-width: 0;
  max-width: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 2.15rem);
  line-height: 1.02;
  max-width: none;
  display: block;
  width: 100%;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal;
  color: #f8fafc;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__host {
  font-size: 0.94rem;
  color: rgba(255, 255, 255, 0.88);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__listenerCount {
  align-self: flex-start;
  justify-self: end;
  min-height: 1.95rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__tagline {
  margin-top: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.76);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__description {
  display: block;
  margin-top: 0.1rem;
  max-width: 46rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__ticker {
  display: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__activity {
  gap: 0.55rem;
  margin-top: 0.05rem;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__wave {
  min-height: 1.5rem;
  padding: 0;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__waveSvg {
  height: 1.55rem;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__progress {
  position: relative;
  height: 2px;
  background: rgba(255, 255, 255, 0.84);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__progress[data-gwr-progress-label]:not([data-gwr-progress-label=""])::after {
  content: attr(data-gwr-progress-label);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(2.4rem, -50%);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__progress[data-gwr-progress-label]:not([data-gwr-progress-label=""])::before {
  content: "";
  position: absolute;
  right: -1rem;
  top: 50%;
  width: 0.85rem;
  height: 0.85rem;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__controlsShell {
  position: relative;
  margin-top: 0;
  padding: 0.5rem 0 0;
  border-top: 0;
  border: 0;
  box-shadow: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__controls {
  grid-template-columns: auto auto minmax(260px, 520px) auto;
  gap: 0.65rem;
  padding: 0.55rem 0;
  border-radius: 0;
  background: transparent;
  border: 0;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__iconBtn {
  min-width: 2.55rem;
  min-height: 2.55rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
  border: 0;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__metaRow--inline {
  margin-top: 0.2rem;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__metaCard {
  padding: 0.55rem 0 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__metaCard small {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 0.65rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.96);
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__metaCard small::after {
  display: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextList {
  grid-auto-columns: calc((100% - 1.3rem) / 3);
  gap: 0.65rem;
  padding-bottom: 0.2rem;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextItem {
  min-width: 0;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
  padding: 0.7rem 0.85rem;
  border-right: 0;
  border-radius: 1rem;
  scroll-snap-align: start;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
  box-shadow: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextThumb {
  width: 4rem;
  height: 4rem;
  min-width: 4rem;
  min-height: 4rem;
  border-radius: 1rem;
  object-fit: cover;
  object-position: center center;
  display: block;
  flex: 0 0 4rem;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextBody {
  align-content: center;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextTime {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextItem strong {
  font-size: 1rem;
  line-height: 1.22;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextNote {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__railHead {
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__railNav {
  margin-left: auto;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__railBtn {
  width: 2.55rem;
  height: 2.55rem;
  background: rgba(255, 255, 255, 0.03);
  border: 0;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextViewport {
  mask-image: linear-gradient(90deg, #000 0%, #000 92%, transparent 100%);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextViewport::-webkit-scrollbar,
.gwr-radio-page--hero .gwr-player--inline .gwr-player__nextList::-webkit-scrollbar {
  display: none;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__shareRail {
  margin-top: 0.2rem;
  padding: 0.7rem 0 0;
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__shareRailHead span {
  color: rgba(255, 255, 255, 0.46);
}

.gwr-radio-page--hero .gwr-player--inline,
.gwr-radio-page--hero .gwr-player--inline .gwr-player__panel,
.gwr-radio-page--hero .gwr-player--inline .gwr-player__livePill,
.gwr-radio-page--hero .gwr-player--inline .gwr-player__shareRail {
  border: 0;
}

.gwr-radio-page--hero-style-studio .gwr-player--inline {
  background:
    radial-gradient(circle at 14% 18%, rgba(236, 72, 153, 0.24), transparent 22%),
    radial-gradient(circle at 85% 14%, rgba(96, 165, 250, 0.2), transparent 20%),
    linear-gradient(135deg, rgba(8, 11, 22, 0.99), rgba(38, 17, 44, 0.98));
}

.gwr-radio-page--hero-style-studio .gwr-player--inline .gwr-player__panel {
  padding-inline: clamp(1rem, 2vw, 1.5rem);
}

.gwr-radio-page--hero-style-studio .gwr-player--inline .gwr-player__artWrap {
  box-shadow: 0 24px 44px rgba(236, 72, 153, 0.18);
}

.gwr-radio-page--hero-style-studio .gwr-player--inline .gwr-player__progress {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(236, 72, 153, 0.94));
}

.gwr-radio-page--hero-style-studio .gwr-player--inline .gwr-player__metaCard {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.gwr-radio-page--hero-style-studio .gwr-player--inline .gwr-player__nextItem {
  background: rgba(255, 255, 255, 0.03);
}

.gwr-radio-page--hero-style-editorial .gwr-player--inline {
  background:
    linear-gradient(135deg, rgba(19, 26, 38, 0.99), rgba(46, 22, 39, 0.97)),
    radial-gradient(circle at 70% 0%, rgba(244, 114, 182, 0.18), transparent 26%);
}

.gwr-radio-page--hero-style-editorial .gwr-player--inline .gwr-player__panel {
  padding-inline: clamp(1rem, 2vw, 1.6rem);
}

.gwr-radio-page--hero-style-editorial .gwr-player--inline .gwr-player__title {
  max-width: 16ch;
}

.gwr-radio-page--hero-style-editorial .gwr-player--inline .gwr-player__metaCard {
  padding: 1rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.gwr-radio-page--hero-style-editorial .gwr-player--inline .gwr-player__nextList {
  gap: 0.9rem;
}

.gwr-radio-page--hero-style-editorial .gwr-player--inline .gwr-player__nextItem {
  min-width: 14rem;
  border-right: 0;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gwr-radio-page--hero-style-editorial .gwr-player--inline .gwr-player__controlsShell {
  border-top-color: rgba(255, 255, 255, 0.26);
}

.gwr-player__shareChip--whatsapp {
  background: #25d366 !important;
  color: #fff !important;
}

.gwr-player__shareChip--facebook {
  background: #1877f2 !important;
  color: #fff !important;
}

.gwr-player__shareChip--linkedin {
  background: #0a66c2 !important;
  color: #fff !important;
}

.gwr-player__shareChip--x {
  background: #000 !important;
  color: #fff !important;
}

.gwr-player__shareChip--telegram {
  background: #229ed9 !important;
  color: #fff !important;
}

.gwr-player__shareChip--instagram {
  background: linear-gradient(135deg, #f58529 0%, #dd2a7b 46%, #8134af 72%, #515bd4 100%) !important;
  color: #fff !important;
}

.gwr-player__shareChip--tiktok {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.85), rgba(37, 244, 238, 0) 32%),
    linear-gradient(315deg, rgba(254, 44, 85, 0.85), rgba(254, 44, 85, 0) 28%),
    #111 !important;
  color: #fff !important;
}

.gwr-player__shareChip--copy {
  background: #475569 !important;
  color: #fff !important;
}

.gwr-player__shareChip:hover,
.gwr-player__shareChip:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.gwr-live-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.gwr-live-stats__card {
  position: relative;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 22px 42px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  min-width: 0;
  min-height: 150px;
  display: grid;
  align-content: start;
}

.gwr-live-stats__card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(99, 102, 241, 0.9), rgba(244, 63, 94, 0.9), rgba(59, 130, 246, 0.9));
  opacity: 0.8;
}

.gwr-live-stats__card small {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #475569;
  line-height: 1.5;
}

.gwr-live-stats__card strong {
  display: block;
  margin-top: 10px;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
  line-height: 1.04;
  color: #0f172a;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
  word-break: break-word;
  text-wrap: balance;
}

.gwr-live-stats__card--count strong {
  font-size: clamp(1.95rem, 2.8vw, 2.9rem);
}

.gwr-live-stats__card--location strong {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1.08;
}

.gwr-live-stats__meta {
  display: block;
  margin-top: auto;
  padding-top: 0.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #64748b;
}

.gwr-radio-embed {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 100%;
}

.gwr-radio-page {
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 1.4rem;
  font-family: 'Inter', sans-serif;
  position: relative;
  padding-bottom: 0.75rem;
  overflow-x: clip;
}

.gwr-sch-page {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.gwr-radio-page img,
.gwr-sch-page img,
.gwr-radio-page svg,
.gwr-sch-page svg {
  max-width: 100%;
}

.gwr-radio-page > *,
.gwr-sch-page > *,
.gwr-radio-page__masthead > *,
.gwr-radio-page__spotlight > *,
.gwr-radio-page__grid > *,
.gwr-radio-page__engage > *,
.gwr-radio-page__world > * {
  min-width: 0;
}

.gwr-radio-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 18rem;
  background:
    radial-gradient(circle at 12% 10%, rgba(244, 114, 182, 0.12), transparent 24%),
    radial-gradient(circle at 82% 0%, rgba(59, 130, 246, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.03), transparent 78%);
  pointer-events: none;
}

.gwr-radio-page > :not(.gwr-radio-page__hero),
.gwr-radio-page__content {
  display: grid;
  gap: 1.25rem;
  width: min(calc(100% - 1.25rem), 1180px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gwr-radio-page__intro {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 1.5vw, 1.25rem);
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.gwr-radio-page__intro--listening {
  margin-top: 0;
  padding-top: clamp(0.85rem, 1.4vw, 1.15rem);
}

.gwr-radio-page__masthead {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: start;
}

.gwr-radio-page__storyCard,
.gwr-radio-page__trustCard,
.gwr-radio-page__engageCard {
  display: grid;
  gap: 0.65rem;
  padding: 1.2rem 1.2rem 1.15rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.95));
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.gwr-radio-page__storyCard--live {
  background:
    radial-gradient(circle at top right, rgba(244, 63, 94, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 246, 248, 0.98));
}

.gwr-radio-page__storyCard small,
.gwr-radio-page__trustCard small,
.gwr-radio-page__engageCard small {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}

.gwr-radio-page__storyCard strong,
.gwr-radio-page__trustCard strong,
.gwr-radio-page__engageCard strong,
.gwr-radio-page__showcaseHead h3 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.15;
  color: #0f172a;
}

.gwr-radio-page__storyCard p,
.gwr-radio-page__trustCard p,
.gwr-radio-page__engageCard p,
.gwr-radio-page__showcaseHead p {
  margin: 0;
  color: #64748b;
  line-height: 1.68;
}

.gwr-radio-page__storyMeta {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: auto;
}

.gwr-radio-page__storyMeta span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #334155;
  font-size: 0.76rem;
  font-weight: 700;
}

.gwr-radio-page__trustCard {
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 26%),
    linear-gradient(180deg, rgba(240, 249, 255, 0.92), rgba(255, 255, 255, 0.98));
}

.gwr-radio-page__trustList {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gwr-radio-page__trustList li {
  position: relative;
  padding-left: 1.35rem;
  color: #475569;
  line-height: 1.65;
}

.gwr-radio-page__trustList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef4444, #8b5cf6);
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.08);
}

.gwr-radio-page__showcase {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 1.6vw, 1.35rem);
}

.gwr-radio-page__shareSection {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  padding: 1.25rem 1.1rem 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
  content-visibility: auto;
  contain-intrinsic-size: 1px 360px;
}

.gwr-radio-page__shareSectionHead {
  display: grid;
  gap: 0.45rem;
  max-width: 42rem;
}

.gwr-radio-page__shareSectionHead h3 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 1.85rem);
  line-height: 1.12;
  color: #0f172a;
}

.gwr-radio-page__shareSectionHead p:not(.gwr-radio-page__eyebrow) {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.gwr-radio-page__shareActions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6rem;
}

.gwr-radio-page__shareActions .gwr-player__shareChip {
  width: 3.15rem;
  min-width: 3.15rem;
  min-height: 3.15rem;
  padding: 0;
  border-radius: 999px;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.16);
}

.gwr-radio-page__shareActions .gwr-player__shareIcon {
  width: 1.22rem;
  height: 1.22rem;
}

.gwr-radio-page__shareLink {
  margin: 0;
  color: #94a3b8;
  font-size: 0.8rem;
  word-break: break-word;
}

.gwr-special-streams {
  display: grid;
  gap: 1.35rem;
  width: min(calc(100% - 1.25rem), 1180px);
  margin: 0 auto 1.2rem;
  content-visibility: auto;
  contain-intrinsic-size: 1px 860px;
}

.gwr-special-streams__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.9fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  padding: clamp(1.2rem, 2.5vw, 2rem);
  border-radius: 1.6rem;
  background:
    linear-gradient(115deg, rgba(7, 11, 22, 0.92), rgba(20, 18, 35, 0.84) 56%, rgba(33, 16, 33, 0.78)),
    var(--gwr-special-hero-image, none) center/cover no-repeat,
    radial-gradient(circle at 0 0, rgba(244, 114, 182, 0.12), transparent 28%),
    linear-gradient(135deg, #0b1020, #19172a 58%, #221224);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 26px 54px rgba(15, 23, 42, 0.28);
}

.gwr-special-streams__hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 114, 182, 0.22), rgba(244, 114, 182, 0));
  pointer-events: none;
}

.gwr-special-streams__heroCopy {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.gwr-special-streams__heroCopy h2 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.06;
}

.gwr-special-streams__heroCopy p:not(.gwr-radio-page__eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
  max-width: 52rem;
}

.gwr-special-streams__heroStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 0.2rem;
}

.gwr-special-streams__heroStat {
  display: grid;
  gap: 0.2rem;
  padding: 0.9rem 1rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.gwr-special-streams__heroStat strong {
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.2;
  color: #fff;
}

.gwr-special-streams__heroStat span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.gwr-special-streams__heroPanel {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.3rem);
  border-radius: 1.35rem;
  background: rgba(6, 10, 20, 0.54);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gwr-special-streams__filterBar {
  display: grid;
  gap: 0.9rem;
}

.gwr-special-streams__field {
  display: grid;
  gap: 0.35rem;
}

.gwr-special-streams__field span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.gwr-special-streams__input {
  width: 100%;
  min-height: 3rem;
  padding: 0 0.95rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
  box-shadow: none;
}

.gwr-special-streams__input::placeholder {
  color: rgba(255, 255, 255, 0.54);
}

.gwr-special-streams__input:focus {
  border-color: rgba(244, 114, 182, 0.85);
  box-shadow: 0 0 0 3px rgba(244, 114, 182, 0.16);
}

.gwr-special-streams__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f472b6, #fb7185);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.gwr-special-streams__helper {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.gwr-special-streams__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.gwr-special-stream {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.gwr-special-stream:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(15, 23, 42, 0.12);
}

.gwr-special-stream__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, #111827, #312e81);
}

.gwr-special-stream__mediaLink {
  display: block;
  width: 100%;
  height: 100%;
}

.gwr-special-stream__media img,
.gwr-special-stream__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gwr-special-stream__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(255,255,255,.78);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gwr-special-stream__body {
  display: grid;
  gap: 0.45rem;
}

.gwr-special-stream__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
}

.gwr-special-stream__method {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #334155;
}

.gwr-special-stream__archiveStatus {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0 0.65rem;
  border-radius: 999px;
}

.gwr-special-stream__archiveStatus--ready {
  background: rgba(16, 185, 129, 0.14);
  color: #059669;
}

.gwr-special-stream__archiveStatus--pending {
  background: rgba(245, 158, 11, 0.14);
  color: #d97706;
}

.gwr-special-stream__archiveStatus--unsupported {
  background: rgba(148, 163, 184, 0.16);
  color: #64748b;
}

.gwr-special-stream__body h3 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #0f172a;
}

.gwr-special-stream__presenter,
.gwr-special-stream__description {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

.gwr-special-stream__presenter {
  font-weight: 700;
  color: #1e293b;
}

.gwr-special-stream__playerWrap {
  margin-top: 0.25rem;
}

.gwr-special-stream__player {
  display: block;
  width: 100%;
  min-width: 0;
  height: 2.85rem;
  border-radius: 999px;
}

.gwr-special-stream__actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.gwr-special-stream__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #0f172a;
  background: rgba(15, 23, 42, 0.06);
}

.gwr-special-stream__button--primary {
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
}

.gwr-special-stream__button--muted {
  background: rgba(148, 163, 184, 0.16);
  color: #64748b;
  cursor: default;
  pointer-events: none;
}

.gwr-special-streams__empty {
  display: grid;
  gap: 0.45rem;
  padding: 1.35rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.96));
  border: 1px solid rgba(148, 163, 184, 0.16);
  text-align: center;
}

.gwr-special-streams__empty h3,
.gwr-special-streams__empty p {
  margin: 0;
}

.gwr-special-streams__empty--filtered {
  display: none;
}

.gwr-special-streams.is-empty-filtered .gwr-special-streams__empty--filtered {
  display: grid;
}

.gwr-special-streams.is-empty-filtered [data-gwr-special-stream-grid] {
  display: none;
}

@media (max-width: 1080px) {
  .gwr-special-streams__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gwr-radio-page__body {
  display: grid;
  gap: 1.2rem;
  padding: 0.15rem 0 0.3rem;
  content-visibility: auto;
  contain-intrinsic-size: 1px 980px;
}

.gwr-radio-page__bodyHead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.gwr-radio-page__bodyHead h2 {
  margin: 0.12rem 0 0.35rem;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.35rem);
  line-height: 1.05;
  color: #0f172a;
}

.gwr-radio-page__description {
  margin: 0;
  max-width: 62rem;
  color: #475569;
  line-height: 1.75;
}

.gwr-radio-page__scheduleBrowser {
  display: grid;
  gap: 1rem;
}

.gwr-radio-page__scheduleBrowser .gwr-sch-tabs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.4rem;
  overflow: visible;
  padding: 0.375rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.125rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.gwr-radio-page__scheduleBrowser .gwr-sch-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 3.6rem;
  gap: 0.12rem;
  padding: 0.62rem 0.5rem;
  border: 0;
  border-radius: 0.75rem;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.gwr-radio-page__scheduleBrowser .gwr-sch-tab__day {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.gwr-radio-page__scheduleBrowser .gwr-sch-tab__date {
  font-size: 0.66rem;
  white-space: nowrap;
}

.gwr-radio-page__scheduleBrowser .gwr-sch-tab.is-today {
  color: #0f172a;
}

.gwr-radio-page__scheduleBrowser .gwr-sch-tab.is-active {
  background: #0f172a;
  color: #fff;
}

.gwr-radio-page__scheduleBrowser .gwr-sch-day-panel {
  display: none;
  padding: 1.15rem;
  border-radius: 1.375rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.gwr-radio-page__scheduleBrowser .gwr-sch-day-panel.is-active {
  display: block;
}

.gwr-radio-page__scheduleBrowser .gwr-sch-empty {
  padding: 2.2rem 1rem;
  text-align: center;
  color: #94a3b8;
}

@media (max-width: 900px) {
  .gwr-radio-page__scheduleBrowser .gwr-sch-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .gwr-radio-page__scheduleBrowser .gwr-sch-tabs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .gwr-radio-page__scheduleBrowser .gwr-sch-tab {
    min-height: 3.3rem;
    padding: 0.58rem 0.3rem;
  }

  .gwr-radio-page__scheduleBrowser .gwr-sch-tab__day {
    font-size: 0.68rem;
  }

  .gwr-radio-page__scheduleBrowser .gwr-sch-tab__date {
    font-size: 0.62rem;
  }
}

.gwr-radio-page__panel--schedule {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.98));
}

.gwr-radio-page__panel--schedule .gwr-radio-page__panel-head {
  margin-bottom: 0.95rem;
}

.gwr-radio-page__panel--schedule .gwr-radio-page__panel-head h3 {
  font-size: 1.32rem;
}

.gwr-radio-page__panel--schedule .gwr-sch-list {
  gap: 1rem;
}

.gwr-radio-page__panel--schedule .gwr-sch-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98)) !important;
  border: 1px solid rgba(226, 232, 240, 0.92) !important;
  border-radius: 1.45rem !important;
  padding: 1.2rem 1.25rem !important;
  box-shadow: none !important;
}

.gwr-radio-page__panel--schedule .gwr-sch-item:hover {
  border-color: #c4b5fd !important;
  box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08) !important;
}

.gwr-radio-page__panel--schedule .gwr-sch-item--live {
  border-color: rgba(0, 245, 196, 0.42) !important;
  background: linear-gradient(90deg, rgba(0, 245, 196, 0.05), rgba(255, 255, 255, 0.98)) !important;
}

.gwr-radio-page__panel--schedule .gwr-sch-item__title {
  font-size: 1.05rem;
}

.gwr-radio-page__panel--schedule .gwr-sch-item__thumb {
  width: 88px;
  height: 88px;
  border-radius: 1.4rem;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.gwr-radio-page__panel--schedule .gwr-sch-badge {
  font-size: 0.68rem;
  padding: 0.28rem 0.58rem;
  border-radius: 0.55rem;
}

.gwr-radio-page__panel--schedule .gwr-sch-badge--live {
  background: rgba(0, 245, 196, 0.1);
  color: #065f46;
  border: 1px solid rgba(0, 245, 196, 0.32);
}

.gwr-radio-page__panel--schedule .gwr-sch-badge--next {
  background: #f0fdf4;
  color: #065f46;
  border: 1px solid #bbf7d0;
}

.gwr-radio-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.gwr-radio-page__button--primary {
  background: linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.14);
}

.gwr-radio-page__showcaseHead {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 1rem;
  align-items: end;
}

.gwr-radio-page__showcaseHead h3 {
  max-width: 14ch;
}

.gwr-radio-page__engage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gwr-radio-page__engageCard {
  min-height: 100%;
}

.gwr-radio-page__hero,
.gwr-radio-page__panel,
.gwr-radio-page__about,
.gwr-radio-page__world {
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.07);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1.5rem;
}

.gwr-radio-page__hero {
  display: grid;
  gap: 1.25rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  justify-items: center;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 54%, rgba(15, 23, 42, 0.08) 100%),
    var(--gwr-radio-hero-image, linear-gradient(135deg, #eef2ff, #f8fafc)) center/cover no-repeat;
}

.gwr-radio-page__hero--player {
  padding: clamp(0.5rem, 1vw, 0.8rem);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(11, 15, 22, 0.92), rgba(17, 20, 25, 0.94)),
    var(--gwr-radio-hero-image, linear-gradient(135deg, #111827, #1f2937)) center/cover no-repeat;
}

.gwr-radio-page--hero .gwr-radio-page__hero--player {
  position: relative;
  left: auto;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding:
    clamp(0.55rem, 1vw, 0.9rem)
    max(1rem, calc((100% - 1200px) / 2))
    clamp(0.75rem, 1.25vw, 1rem);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.22);
  overflow: hidden;
}

.gwr-radio-page__hero--player::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 8, 14, 0.18), rgba(6, 8, 14, 0.54)),
    radial-gradient(circle at 20% 30%, rgba(239, 68, 68, 0.12), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(167, 139, 250, 0.18), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%);
  pointer-events: none;
}

.gwr-radio-page__hero--player::after {
  content: "";
  position: absolute;
  inset: auto 0 -3rem 0;
  height: 8rem;
  background: radial-gradient(circle at center, rgba(236, 72, 153, 0.18), transparent 46%);
  filter: blur(24px);
  pointer-events: none;
}

.gwr-radio-page__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(239, 68, 68, 0.08), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(59, 130, 246, 0.1), transparent 22%);
  pointer-events: none;
}

.gwr-radio-page__statusRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.gwr-radio-page__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #64748b;
  font-size: 0.78rem;
}

.gwr-radio-page__livePill,
.gwr-radio-page__itemBadge,
.gwr-radio-page__itemHint {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 1.9rem;
  padding: 0 0.8rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gwr-radio-page__livePill,
.gwr-radio-page__itemBadge {
  background: rgba(239, 68, 68, 0.08);
  color: #b91c1c;
  border: 1px solid rgba(239, 68, 68, 0.14);
}

.gwr-radio-page__itemHint {
  background: rgba(15, 23, 42, 0.06);
  color: #475569;
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.gwr-radio-page__liveDot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.42);
  animation: gwrLivePulse 1.2s ease-out infinite;
}

.gwr-radio-page__copy h2 {
  margin: 0.15rem 0 0;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.95rem, 5vw, 3.1rem);
  line-height: 0.98;
  color: #0f172a;
  max-width: 11ch;
}

.gwr-radio-page__copy,
.gwr-radio-page__heroMedia {
  position: relative;
  z-index: 1;
}

.gwr-radio-page__headlineAccent {
  margin: 0.6rem 0 0;
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: linear-gradient(120deg, #ef4444, #f97316, #2563eb, #ef4444);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gwrHeroShimmer 7s linear infinite;
}

.gwr-radio-page__tagline {
  margin-top: 0.45rem;
  color: #334155;
  font-size: 0.98rem;
  font-weight: 700;
}

.gwr-radio-page__description {
  margin-top: 0.45rem;
  color: #64748b;
  line-height: 1.7;
  max-width: 62ch;
}

.gwr-radio-page__cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}

.gwr-radio-page__player-wrap {
  display: grid;
  gap: 0.9rem;
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  margin: 0 auto;
  grid-column: 1 / -1;
  justify-self: center;
}

.gwr-radio-page__heroMedia {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.gwr-radio-page__heroArt {
  position: relative;
  min-height: 11rem;
  border-radius: 1.35rem;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(239, 68, 68, 0.16), transparent 28%),
    linear-gradient(135deg, #0f172a, #1e293b);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12);
}

.gwr-radio-page__heroArt img,
.gwr-radio-page__heroArtPlaceholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gwr-radio-page__heroArtPlaceholder {
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.14), transparent 20%),
    linear-gradient(135deg, #111827, #334155);
}

.gwr-radio-page__heroBadge {
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  color: #f8fafc;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.gwr-radio-page__intro .gwr-live-stats__card {
  background: rgba(255, 255, 255, 0.94);
}

.gwr-radio-page__heroMedia {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.gwr-radio-page__copy h2,
.gwr-radio-page__showcaseHead h3,
.gwr-radio-page__panel-head h3,
.gwr-radio-page__shareSectionHead h3 {
  color: #0b1220;
}

.gwr-radio-page__description,
.gwr-radio-page__tagline,
.gwr-radio-page__panel-head span,
.gwr-radio-page__itemCopy span,
.gwr-radio-page__itemHint,
.gwr-radio-page__empty,
.gwr-radio-page__shareLink {
  color: #334155;
}

.gwr-radio-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 700;
}

.gwr-radio-page__button--primary {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  border-color: transparent;
}

.gwr-radio-page__grid {
  display: grid;
  gap: 1.15rem;
  align-items: start;
}

.gwr-radio-page__panel,
.gwr-radio-page__about,
.gwr-radio-page__world {
  padding: 1.1rem;
  border-radius: 1.65rem;
  min-width: 0;
}

.gwr-radio-page__panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.gwr-radio-page__panel-head h3,
.gwr-radio-page__about h3 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: 1.4rem;
  color: #0f172a;
}

.gwr-radio-page__panel-head span,
.gwr-radio-page__about small {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.gwr-radio-page__list {
  display: grid;
  gap: 0.9rem;
}

.gwr-radio-page__item {
  display: grid;
  grid-template-columns: minmax(130px, 158px) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0.92rem 0.95rem 0.9rem;
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 249, 0.98));
  border: 1px solid rgba(17, 24, 39, 0.06);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.gwr-radio-page__item.is-live {
  border-color: rgba(239, 68, 68, 0.18);
  box-shadow: 0 14px 26px rgba(239, 68, 68, 0.07);
  background: linear-gradient(180deg, rgba(255, 250, 250, 0.98), rgba(255, 245, 247, 0.96));
}

.gwr-radio-page__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.gwr-radio-page__itemMeta,
.gwr-radio-page__itemCopy {
  display: grid;
  gap: 0.42rem;
}

.gwr-radio-page__itemMeta p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  color: #475569;
}

.gwr-radio-page__item strong {
  color: #0f172a;
  font-size: 1.15rem;
  line-height: 1.25;
}

.gwr-radio-page__item p,
.gwr-radio-page__item span,
.gwr-radio-page__about p,
.gwr-radio-page__contact a,
.gwr-radio-page__empty {
  color: #64748b;
}

.gwr-radio-page__itemCopy span {
  display: block;
  line-height: 1.62;
}

.gwr-radio-page__about {
  display: grid;
  gap: 1rem;
}

.gwr-radio-page__world {
  display: grid;
  gap: 1.25rem;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(244, 63, 94, 0.08), transparent 28%),
    radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.08), transparent 30%),
    rgba(255, 255, 255, 0.96);
}

.gwr-radio-page__worldCopy {
  display: grid;
  gap: 0.9rem;
}

.gwr-radio-page__worldCopy h3 {
  margin: 0;
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.85rem);
  line-height: 1.04;
  color: #0f172a;
}

.gwr-radio-page__worldCopy p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.gwr-radio-page__worldPoints {
  display: grid;
  gap: 0.65rem;
}

.gwr-radio-page__worldPoints span {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #334155;
  font-weight: 600;
}

.gwr-radio-page__worldPoints span::before {
  content: "";
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef4444, #fb7185);
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.08);
  flex: none;
}

.gwr-radio-page__worldVisual {
  display: grid;
  gap: 1rem;
  align-items: center;
  justify-items: center;
}

.gwr-radio-page__worldStage {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.gwr-radio-page__globeShell {
  position: relative;
  width: min(100%, 30rem);
  min-height: 30rem;
  padding: 1.2rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 50% 48%, rgba(239, 68, 68, 0.08), transparent 20%),
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 252, 0.98));
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.14), 0 24px 56px rgba(15, 23, 42, 0.08);
}

.gwr-radio-page__globeRing {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  inset: 7%;
}

.gwr-radio-page__globeRing--mid {
  inset: 17%;
}

.gwr-radio-page__globeRing--inner {
  inset: 28%;
  border-style: dashed;
  opacity: 0.72;
}

.gwr-radio-page__globe {
  position: relative;
  width: min(100%, 24rem);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin: 1.7rem auto 0;
}

.gwr-radio-page__planet {
  position: absolute;
  inset: 8%;
  overflow: hidden;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.9) 48%, rgba(226, 232, 240, 0.78) 65%, rgba(203, 213, 225, 0.82) 100%),
    linear-gradient(145deg, rgba(15, 23, 42, 0.05), rgba(239, 68, 68, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(148, 163, 184, 0.18),
    inset 18px 0 32px rgba(255, 255, 255, 0.3),
    inset -20px 0 40px rgba(15, 23, 42, 0.08),
    0 20px 44px rgba(15, 23, 42, 0.1);
}

.gwr-radio-page__planetGlow {
  position: absolute;
  inset: 23%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(239, 68, 68, 0.22), rgba(239, 68, 68, 0));
  filter: blur(10px);
}

.gwr-radio-page__planetGrid {
  position: absolute;
  inset: 10%;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.gwr-radio-page__planetGrid--v {
  inset: 18% 30%;
}

.gwr-radio-page__planetMapTrack {
  position: absolute;
  inset: 24% -36%;
  display: flex;
  align-items: center;
  width: 210%;
  opacity: 0.32;
  animation: gwrPlanetSpin 26s linear infinite;
}

.gwr-radio-page__planetMapTrack svg {
  width: 50%;
  height: auto;
  flex: none;
}

.gwr-radio-page__planetMapTrack path {
  fill: rgba(15, 23, 42, 0.18);
}

.gwr-radio-page__signalBeam {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 1px;
  height: 5.9rem;
  transform-origin: top center;
  background: linear-gradient(180deg, rgba(239, 68, 68, 0.62), rgba(239, 68, 68, 0));
  opacity: 0.72;
  z-index: 2;
}

.gwr-radio-page__signalBeam::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 7px rgba(239, 68, 68, 0.08);
  transform: translate(-50%, -40%);
  animation: gwrSignalPulse 2.4s ease-in-out infinite;
}

.gwr-radio-page__signalBeam--north { transform: translate(-50%, -50%) rotate(-20deg); }
.gwr-radio-page__signalBeam--west { transform: translate(-50%, -50%) rotate(-116deg); height: 6.5rem; }
.gwr-radio-page__signalBeam--east { transform: translate(-50%, -50%) rotate(66deg); height: 6.2rem; }
.gwr-radio-page__signalBeam--south { transform: translate(-50%, -50%) rotate(148deg); height: 5.7rem; }

.gwr-radio-page__hub {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 3.1rem;
  padding: 0 1.1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ef4444, #fb7185);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 44px rgba(239, 68, 68, 0.3);
  z-index: 3;
}

.gwr-radio-page__hub .gwr-radio-page__liveDot {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
}

.gwr-radio-page__listenerChip {
  position: absolute;
  display: grid;
  gap: 0.16rem;
  min-width: 8.2rem;
  padding: 0.72rem 0.85rem 0.74rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.14);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  z-index: 4;
}

.gwr-radio-page__listenerChip:hover {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(239, 68, 68, 0.22);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.gwr-radio-page__listenerFlag {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.14);
  font-size: 1.08rem;
}

.gwr-radio-page__listenerChip strong {
  color: #0f172a;
  font-size: 0.94rem;
  line-height: 1.2;
}

.gwr-radio-page__listenerChip small {
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 600;
}

.gwr-radio-page__listenerChip--canada { top: 8%; left: 7%; }
.gwr-radio-page__listenerChip--nigeria { top: 10%; right: 8%; }
.gwr-radio-page__listenerChip--uae { top: 42%; right: 0; }
.gwr-radio-page__listenerChip--brazil { bottom: 10%; left: 10%; }
.gwr-radio-page__listenerChip--australia { bottom: 9%; right: 8%; }

.gwr-radio-page__worldLegend {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  justify-content: center;
}

.gwr-radio-page__worldLegend span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.05);
  border: 1px solid rgba(148, 163, 184, 0.12);
  color: #334155;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gwr-radio-page__worldStats {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

.gwr-radio-page__worldCard {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.92);
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.gwr-radio-page__worldCard small {
  display: block;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.gwr-radio-page__worldCard strong {
  display: block;
  margin-top: 0.45rem;
  color: #0f172a;
  font-family: 'Syne', sans-serif;
  font-size: 1.35rem;
}

@keyframes gwrHeroShimmer {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

@keyframes gwrWaveLineBreath {
  0%, 100% {
    transform: scaleY(0.92);
  }
  50% {
    transform: scaleY(1.16);
  }
}

@keyframes gwrWaveLineFlow {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -120;
  }
}

@keyframes gwrWaveGlowPulse {
  0%, 100% {
    opacity: 0.14;
  }
  50% {
    opacity: 0.28;
  }
}

.gwr-radio-page__contact {
  display: grid;
  gap: 0.45rem;
}

@keyframes gwrLivePulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.38);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

@keyframes gwrPlanetSpin {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes gwrSignalPulse {
  0%, 100% {
    transform: translate(-50%, -40%) scale(0.9);
    opacity: 0.78;
  }
  50% {
    transform: translate(-50%, -40%) scale(1.16);
    opacity: 1;
  }
}

@keyframes gwrWave {
  0%, 100% { transform: scaleY(0.72); opacity: 0.78; }
  50% { transform: scaleY(1.12); opacity: 1; }
}

@keyframes gwrTicker {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(calc(-50% - 1.5rem), 0, 0); }
}

@keyframes gwrMiniMeta {
  0%, 8% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(calc(-50% - 0.7rem), 0, 0); }
}

@keyframes gwrHeroOnAirBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

@keyframes gwrMobileSheetIn {
  0% { transform: translate3d(0, 2rem, 0); opacity: 0; }
  100% { transform: translate3d(0, 0, 0); opacity: 1; }
}

@media (min-width: 768px) {
  .gwr-player {
    --gwr-art-size: clamp(7rem, 10vw + 0.5rem, 8.75rem);
  }

  .gwr-radio-page__masthead {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: start;
  }

  .gwr-radio-page__hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.85fr);
    align-items: start;
  }

  .gwr-radio-page__hero--player {
    grid-template-columns: 1fr;
  }

  .gwr-radio-page--hero .gwr-radio-page__hero--player {
    padding-top: clamp(0.55rem, 1vw, 0.8rem);
    padding-bottom: clamp(0.7rem, 1.1vw, 0.95rem);
  }

  .gwr-radio-page__player-wrap {
    align-self: stretch;
  }

  .gwr-radio-page__intro {
    align-items: start;
  }

  .gwr-player--inline .gwr-player__metaRow {
    grid-template-columns: minmax(0, 1fr);
  }

  .gwr-radio-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwr-radio-page__world {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.9fr);
    align-items: center;
  }
}

@media (max-width: 767px) {
  .gwr-radio-page > :not(.gwr-radio-page__hero),
  .gwr-radio-page__content {
    width: 100%;
    gap: 1.3rem;
  }

  .gwr-radio-page__intro {
    padding: 1rem;
    border-radius: 1.3rem;
    margin-top: 0;
  }

  .gwr-radio-page__masthead {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .gwr-radio-page__heroMedia {
    gap: 0.85rem;
  }

  .gwr-live-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .gwr-live-stats__card {
    min-height: 132px;
    padding: 16px 15px 17px;
    border-radius: 18px;
  }

  .gwr-live-stats__card--location {
    grid-column: 1 / -1;
  }

  .gwr-live-stats__card strong {
    font-size: clamp(1.45rem, 7vw, 2.05rem);
  }

  .gwr-live-stats__card--location strong {
    font-size: clamp(1.2rem, 5.4vw, 1.75rem);
  }

  .gwr-radio-page__spotlight,
  .gwr-radio-page__showcaseHead,
  .gwr-radio-page__engage {
    grid-template-columns: 1fr;
  }

  .gwr-player {
    --gwr-art-size: clamp(6.3rem, 28vw, 7.8rem);
    --gwr-art-size-fluid: min(100%, var(--gwr-art-size));
    left: 0;
    right: 0;
    bottom: calc(max(1.25rem, env(safe-area-inset-bottom, 0px) + 0.55rem) + var(--gwr-bottom-offset, 22px));
    transform: none;
    width: 100%;
    max-width: none;
    box-shadow: 0 -8px 34px rgba(6, 8, 14, 0.28);
    border-radius: 1.15rem 1.15rem 0 0;
  }

  .gwr-player:not(.gwr-player--inline).is-expanded {
    inset: auto 0 0 0;
    width: 100%;
    max-width: none;
    border-radius: 1.5rem 1.5rem 0 0;
    background:
      radial-gradient(circle at top, rgba(255, 255, 255, 0.1), transparent 24%),
      linear-gradient(180deg, rgba(7, 10, 16, 0.98), rgba(17, 12, 18, 0.98));
    animation: gwrMobileSheetIn 220ms ease;
    box-shadow: 0 -18px 46px rgba(6, 8, 14, 0.34);
  }

  .gwr-radio-page__headlineAccent {
    font-size: 0.82rem;
  }

  .gwr-radio-page__copy h2 {
    max-width: none;
  }

  .gwr-radio-page__storyCard,
  .gwr-radio-page__trustCard,
  .gwr-radio-page__engageCard {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .gwr-radio-page__showcaseHead h3 {
    max-width: none;
  }

  .gwr-radio-page__hero--player {
    padding: 0.6rem;
  }

  .gwr-radio-page--hero .gwr-radio-page__hero--player {
    left: auto;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: calc(env(safe-area-inset-top, 0px) + 2.6rem) 0.7rem 0.7rem;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.16);
  }

  .gwr-radio-page--hero .gwr-player--inline {
    border-radius: 1rem;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__panel {
    padding: 1.1rem 0.9rem 0.9rem;
    gap: 0.85rem;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__hero {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
    text-align: center;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__artWrap {
    width: clamp(7rem, 32vw, 8.6rem);
    height: clamp(7rem, 32vw, 8.6rem);
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__copy {
    justify-items: center;
    width: 100%;
    text-align: center;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__eyebrow {
    justify-content: center;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__head {
    grid-template-columns: 1fr;
    align-items: center;
    text-align: center;
  }

.gwr-radio-page--hero .gwr-player--inline .gwr-player__summary,
.gwr-radio-page--hero .gwr-player--inline .gwr-player__tagline,
.gwr-radio-page--hero .gwr-player--inline .gwr-player__description,
.gwr-radio-page--hero .gwr-player--inline .gwr-player__activity {
  width: 100%;
    text-align: center;
    justify-self: center;
  }

.gwr-radio-page--hero .gwr-player--inline .gwr-player__title {
  font-size: clamp(1.65rem, 8vw, 2.25rem);
  max-width: 100%;
}

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__listenerCount {
    display: none;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__railHead {
    align-items: flex-start;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__railBtn {
    width: 2.2rem;
    height: 2.2rem;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__progress[data-gwr-progress-label]:not([data-gwr-progress-label=""])::before {
    right: -0.7rem;
    width: 0.7rem;
    height: 0.7rem;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__progress[data-gwr-progress-label]:not([data-gwr-progress-label=""])::after {
    transform: translate(1.7rem, -50%);
    font-size: 0.62rem;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__controlsShell {
    padding-top: 0.9rem;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__controls {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    gap: 0.6rem;
    padding: 0.72rem 0.8rem;
    align-items: center;
    width: 100%;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__volume {
    grid-column: auto;
    min-width: 0;
    width: 100%;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__metaCard small {
    grid-template-columns: 1fr;
    gap: 0.35rem;
    text-align: left;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__metaCard small::after {
    display: none;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__nextList {
    grid-auto-columns: minmax(100%, 100%);
    gap: 0.55rem;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__nextItem {
    min-width: 15rem;
    grid-template-columns: 3.4rem minmax(0, 1fr);
    padding: 0.7rem 0.78rem;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__nextThumb {
    width: 3.4rem;
    height: 3.4rem;
  }

  .gwr-radio-page__heroArt {
    min-height: 9.5rem;
  }

  .gwr-radio-page__heroBadge {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    min-height: 2.2rem;
    font-size: 0.68rem;
  }

  .gwr-radio-page__heroTicker span {
    min-height: 1.85rem;
    font-size: 0.7rem;
  }

  .gwr-player--inline {
    --gwr-art-size: clamp(5.4rem, 18vw, 7.2rem);
    border-radius: 1.3rem;
  }

  .gwr-player--inline .gwr-player__panel {
    gap: 1rem;
    padding: 0.9rem;
  }

  .gwr-player--inline .gwr-player__hero {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  .gwr-player--inline .gwr-player__copy {
    justify-items: center;
  }

  .gwr-player--inline .gwr-player__head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .gwr-player--inline .gwr-player__description {
    text-align: center;
  }

  .gwr-player--inline .gwr-player__ticker {
    grid-template-columns: 1fr;
  }

  .gwr-player--inline .gwr-player__controlsShell {
    padding-top: 0.85rem;
  }

  .gwr-player--inline .gwr-player__controls {
    grid-template-columns: repeat(3, minmax(0, auto));
    justify-content: center;
    gap: 0.7rem;
  }

  .gwr-player--inline .gwr-player__volume {
    grid-column: 1 / -1;
    min-width: 100%;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__controls {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    justify-content: stretch;
  }

  .gwr-radio-page--hero .gwr-player--inline .gwr-player__volume {
    grid-column: auto;
    min-width: 0;
    width: 100%;
  }

  .gwr-player--inline .gwr-player__metaCard {
    padding: 0.8rem 0.85rem;
  }

  .gwr-player--inline .gwr-player__nextList {
    grid-auto-columns: minmax(100%, 100%);
  }

  .gwr-player__nextList {
    grid-auto-columns: minmax(100%, 100%);
  }

  .gwr-player--inline .gwr-player__shareRail {
    padding: 0.7rem 0.75rem 0.82rem;
  }

  .gwr-player--inline .gwr-player__shareRow {
    justify-content: center;
  }

  .gwr-player--inline .gwr-player__shareChip {
    flex: 1 1 calc(50% - 0.5rem);
    justify-content: center;
  }

  .gwr-player__mini {
    padding: 0.44rem 0.56rem calc(0.46rem + env(safe-area-inset-bottom, 0px));
  }

  .gwr-radio-page__statusRow {
    align-items: flex-start;
  }

  .gwr-radio-page__item {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .gwr-radio-page__world {
    padding: 1rem;
  }

  .gwr-radio-page__globeShell {
    min-height: auto;
    padding: 1rem;
  }

  .gwr-radio-page__globe {
    width: min(100%, 18rem);
    margin-top: 1.1rem;
  }

  .gwr-radio-page__globeRing--outer {
    inset: 9%;
  }

  .gwr-radio-page__globeRing--mid {
    inset: 19%;
  }

  .gwr-radio-page__globeRing--inner {
    inset: 30%;
  }

  .gwr-radio-page__listenerChip {
    min-width: 6.2rem;
    padding: 0.58rem 0.65rem;
    border-radius: 1rem;
  }

  .gwr-radio-page__listenerChip strong {
    font-size: 0.78rem;
  }

  .gwr-radio-page__listenerChip small {
    font-size: 0.62rem;
  }

  .gwr-radio-page__listenerFlag {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.96rem;
  }

  .gwr-radio-page__listenerChip--canada { top: 6%; left: 1%; }
  .gwr-radio-page__listenerChip--nigeria { top: 7%; right: 1%; }
  .gwr-radio-page__listenerChip--uae { top: 40%; right: -1%; }
  .gwr-radio-page__listenerChip--brazil { bottom: 7%; left: 2%; }
  .gwr-radio-page__listenerChip--australia { bottom: 6%; right: 2%; }

  .gwr-radio-page__worldLegend span {
    font-size: 0.66rem;
    min-height: 1.85rem;
    padding: 0 0.7rem;
  }

  .gwr-player__miniTitle {
    font-size: 0.86rem;
  }

  .gwr-player__miniMetaViewport {
    width: min(58vw, 17rem);
  }

  .gwr-player__miniMeta {
    font-size: 0.62rem;
  }

  .gwr-player__miniActions {
    justify-content: flex-end;
  }

  .gwr-player__miniButton {
    min-width: 1.34rem;
    min-height: 1.34rem;
  }

  .gwr-player__hero {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.7rem;
    padding-top: 0.2rem;
  }

  .gwr-player__copy {
    justify-items: center;
    text-align: center;
    width: 100%;
    gap: 0.55rem;
  }

  .gwr-player__head {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }

  .gwr-player__artWrap {
    width: var(--gwr-art-size-fluid);
    height: var(--gwr-art-size-fluid);
    border-radius: 1rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  }

  .gwr-player__metaRow {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .gwr-player__nextItem {
    grid-template-columns: minmax(84px, 102px) minmax(0, 1fr);
    gap: 0.45rem;
    padding: 0.54rem 0.64rem;
    border-radius: 0.82rem;
  }

  .gwr-player__nextTime {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.7);
  }

  .gwr-player__panel {
    padding: 0.8rem 0.78rem calc(0.72rem + env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    gap: 0.68rem;
  }

  .gwr-player__title {
    font-size: clamp(1rem, 4.4vw, 1.28rem);
  }

  .gwr-player__host {
    font-size: 0.74rem;
  }

  .gwr-player__description {
    -webkit-line-clamp: 2;
    max-width: 30ch;
    font-size: 0.74rem;
    line-height: 1.34;
  }

  .gwr-player__ticker {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.42rem 0.46rem;
  }

  .gwr-player__tickerLabel {
    justify-self: start;
    min-height: 1.36rem;
    font-size: 0.48rem;
  }

  .gwr-player__metaCard {
    gap: 0.36rem;
    padding: 0.58rem;
    border-radius: 0.92rem;
    background: rgba(255, 255, 255, 0.07);
  }

  .gwr-player__controlsShell {
    position: sticky;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 0.2rem);
    width: 100%;
    padding: 0.24rem;
    border-radius: 0.94rem;
    background: rgba(20, 16, 27, 0.88);
    backdrop-filter: blur(16px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  }

  .gwr-player__controls {
    grid-template-columns: auto auto minmax(0, 1fr) auto auto auto;
    gap: 0.28rem;
  }

  .gwr-player--inline .gwr-player__controls {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
  }

  .gwr-player__iconBtn {
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 0.72rem;
    font-size: 0.76rem;
  }

  .gwr-share-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwr-share-panel__item--wide {
    grid-column: span 2;
  }

  .gwr-player__shareRailHead {
    align-items: flex-start;
  }

  .gwr-live-stats,
  .gwr-radio-page__grid {
    grid-template-columns: 1fr;
  }

  .gwr-radio-page__hero,
  .gwr-radio-page__panel,
  .gwr-radio-page__about {
    padding: 1rem;
  }

  .gwr-radio-page__item {
    grid-template-columns: 1fr;
    gap: 0.22rem;
  }
}

@media (max-width: 520px) {
  .gwr-live-stats {
    grid-template-columns: 1fr;
  }

  .gwr-live-stats__card--location {
    grid-column: auto;
  }
}

/* Theme lock + shared schedule card system */
.gwr-player,
.gwr-player *,
.gwr-player *::before,
.gwr-player *::after {
  box-sizing: border-box !important;
}

.gwr-player,
.gwr-player button,
.gwr-player input,
.gwr-player select,
.gwr-player textarea,
.gwr-player a,
.gwr-player small,
.gwr-player strong,
.gwr-player span,
.gwr-player p,
.gwr-player h1,
.gwr-player h2,
.gwr-player h3,
.gwr-player h4,
.gwr-player h5,
.gwr-player h6 {
  font-family: 'Inter', sans-serif !important;
  text-transform: none !important;
  text-decoration: none !important;
  text-shadow: none !important;
}

.gwr-player img,
.gwr-player svg,
.gwr-player video,
.gwr-player canvas {
  display: block !important;
  max-width: none !important;
}

.gwr-player button,
.gwr-player input,
.gwr-player select,
.gwr-player textarea {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.gwr-player__nextViewport,
.gwr-player__nextList {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gwr-player__nextViewport::-webkit-scrollbar,
.gwr-player__nextList::-webkit-scrollbar {
  display: none;
}

.gwr-player--inline .gwr-player__artWrap,
.gwr-radio-page--hero .gwr-player--inline .gwr-player__artWrap {
  position: relative !important;
  overflow: hidden !important;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__art {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: none !important;
}

.gwr-radio-page--hero .gwr-player--inline .gwr-player__title {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

.gwr-radio-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: start;
}

.gwr-radio-page__list.gwr-sch-list,
.gwr-sch-page .gwr-sch-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.gwr-radio-page .gwr-sch-item,
.gwr-sch-page .gwr-sch-item {
  display: grid !important;
  grid-template-columns: minmax(140px, 190px) minmax(0, 1fr) 88px !important;
  gap: 1rem !important;
  align-items: center !important;
  padding: 1rem 1.1rem !important;
  border-radius: 1.15rem !important;
}

.gwr-radio-page .gwr-sch-item__timeRow,
.gwr-sch-page .gwr-sch-item__timeRow {
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
  color: #111827;
  white-space: nowrap;
}

.gwr-radio-page .gwr-sch-item__time,
.gwr-sch-page .gwr-sch-item__time {
  display: flex !important;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.gwr-radio-page .gwr-sch-item__time strong,
.gwr-sch-page .gwr-sch-item__time strong,
.gwr-radio-page .gwr-sch-item__time span,
.gwr-sch-page .gwr-sch-item__time span {
  display: inline !important;
  font-size: 0.92rem !important;
  line-height: 1.25 !important;
}

.gwr-radio-page .gwr-sch-item__time span::before,
.gwr-sch-page .gwr-sch-item__time span::before {
  content: "-";
  margin-right: 0.35rem;
}

.gwr-radio-page .gwr-sch-item__dot,
.gwr-sch-page .gwr-sch-item__dot {
  display: none !important;
}

.gwr-radio-page .gwr-sch-item__body,
.gwr-sch-page .gwr-sch-item__body {
  display: grid !important;
  grid-template-columns: minmax(190px, 1.05fr) minmax(140px, 0.78fr) minmax(220px, 1.12fr) minmax(130px, 0.72fr);
  gap: 0.9rem;
  align-items: center;
  min-width: 0;
}

.gwr-radio-page .gwr-sch-item__title,
.gwr-sch-page .gwr-sch-item__title {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  color: #111827;
}

.gwr-radio-page .gwr-sch-item__titleCol,
.gwr-radio-page .gwr-sch-item__presenterCol,
.gwr-radio-page .gwr-sch-item__descriptionCol,
.gwr-radio-page .gwr-sch-item__daysCol,
.gwr-sch-page .gwr-sch-item__titleCol,
.gwr-sch-page .gwr-sch-item__presenterCol,
.gwr-sch-page .gwr-sch-item__descriptionCol,
.gwr-sch-page .gwr-sch-item__daysCol {
  min-width: 0;
  align-self: center;
}

.gwr-radio-page .gwr-sch-item__presenter,
.gwr-radio-page .gwr-sch-item__presenterCol,
.gwr-radio-page .gwr-sch-item__description,
.gwr-radio-page .gwr-sch-item__descriptionCol,
.gwr-radio-page .gwr-sch-item__days,
.gwr-radio-page .gwr-sch-item__daysCol,
.gwr-sch-page .gwr-sch-item__presenter,
.gwr-sch-page .gwr-sch-item__presenterCol,
.gwr-sch-page .gwr-sch-item__description,
.gwr-sch-page .gwr-sch-item__descriptionCol,
.gwr-sch-page .gwr-sch-item__days,
.gwr-sch-page .gwr-sch-item__daysCol {
  font-size: 0.82rem;
  line-height: 1.45;
  color: #64748b;
  min-width: 0;
}

.gwr-radio-page .gwr-sch-item__description,
.gwr-radio-page .gwr-sch-item__descriptionCol,
.gwr-sch-page .gwr-sch-item__description,
.gwr-sch-page .gwr-sch-item__descriptionCol {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gwr-radio-page .gwr-sch-item__thumb,
.gwr-sch-page .gwr-sch-item__thumb {
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  min-height: 88px !important;
  aspect-ratio: 1 / 1;
  border-radius: 1.35rem !important;
  object-fit: cover !important;
  object-position: center center !important;
  align-self: center !important;
  justify-self: end !important;
}

.gwr-radio-page__srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .gwr-radio-page__grid {
    grid-template-columns: 1fr;
  }

  .gwr-radio-page .gwr-sch-item,
  .gwr-sch-page .gwr-sch-item {
    grid-template-columns: 1fr !important;
  }

  .gwr-radio-page .gwr-sch-item__body,
  .gwr-sch-page .gwr-sch-item__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gwr-radio-page .gwr-sch-item__thumb,
  .gwr-sch-page .gwr-sch-item__thumb {
    justify-self: start !important;
  }
}

@media (max-width: 767px) {
  .gwr-radio-page .gwr-sch-item,
  .gwr-sch-page .gwr-sch-item {
    padding: 0.95rem !important;
    gap: 0.85rem !important;
  }

  .gwr-radio-page .gwr-sch-item__timeRow,
  .gwr-radio-page .gwr-sch-item__time,
  .gwr-sch-page .gwr-sch-item__timeRow,
  .gwr-sch-page .gwr-sch-item__time {
    white-space: normal;
  }

  .gwr-radio-page .gwr-sch-item__body,
  .gwr-sch-page .gwr-sch-item__body {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .gwr-radio-page .gwr-sch-item__thumb,
  .gwr-sch-page .gwr-sch-item__thumb {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    border-radius: 1rem !important;
  }

  .gwr-radio-page__bodyHead {
    align-items: start;
  }

  .gwr-radio-page__button {
    width: 100%;
  }

  .gwr-special-streams {
    width: min(calc(100% - 1rem), 1180px);
  }

  .gwr-special-streams__hero {
    grid-template-columns: 1fr;
  }

  .gwr-special-streams__heroStats {
    grid-template-columns: 1fr;
  }

  .gwr-special-streams__heroPanel {
    order: 2;
  }

  .gwr-special-streams__grid {
    grid-template-columns: 1fr;
  }

  .gwr-special-streams__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gwr-special-stream__button {
    width: 100%;
  }
}
