/**
 * Radio player — layouts: landscape | widget | sidebar
 */
.css-radio-player-wrap {
	--css-rp-bg: #070707;
	--css-rp-panel: #111;
	--css-rp-panel-2: #1a1a1a;
	--css-rp-text: #f7f7f7;
	--css-rp-muted: #b6b6b6;
	--css-rp-accent: #e50914;
	--css-rp-accent-glow: rgba(229, 9, 20, 0.55);
	--css-rp-line: rgba(255, 255, 255, 0.12);
	width: 100%;
	max-width: 100%;
	margin: 1.25rem 0;
	color: var(--css-rp-text);
	font-family: Arial, Helvetica, sans-serif;
	box-sizing: border-box;
}

.css-radio-player-wrap *,
.css-radio-player-wrap *::before,
.css-radio-player-wrap *::after {
	box-sizing: border-box;
}

.css-radio-player {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid var(--css-rp-line);
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 18%),
		linear-gradient(145deg, var(--css-rp-panel), #050505);
	box-shadow:
		0 28px 80px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

/* —— Landscape (wide two-column) —— */
.css-radio-player-wrap--landscape .css-radio-player,
.css-radio-player-wrap--backstage-vip .css-radio-player{
	display: grid;
	grid-template-columns: minmax(260px, 0.95fr) minmax(280px, 1.35fr);
	min-height: min(430px, 70vh);
	border-radius: 32px;
	width: 100%;
	max-width: 100%;
}

.css-radio-player-wrap--landscape .css-radio-player__hero,
.css-radio-player-wrap--backstage-vip .css-radio-player__hero{
	position: relative;
	padding: 34px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	border-right: 1px solid var(--css-rp-line);
	background:
		linear-gradient(145deg, rgba(229, 9, 20, 0.16), transparent 46%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
		#090909;
	overflow: hidden;
}

.css-radio-player-wrap--landscape .css-radio-player__hero::after,
.css-radio-player-wrap--backstage-vip .css-radio-player__hero::after{
	content: "";
	position: absolute;
	width: 340px;
	height: 340px;
	right: -155px;
	bottom: -145px;
	border-radius: 50%;
	border: 48px solid rgba(229, 9, 20, 0.08);
	pointer-events: none;
}

.css-radio-player-wrap--landscape .css-radio-player__title,
.css-radio-player-wrap--backstage-vip .css-radio-player__title{
	font-size: clamp(32px, 5vw, 70px);
	line-height: 0.88;
	max-width: 470px;
}

.css-radio-player-wrap--landscape .css-radio-player__tagline,
.css-radio-player-wrap--backstage-vip .css-radio-player__tagline{
	display: block;
	margin-top: 22px;
	font-size: 17px;
	max-width: 390px;
	color: #d6d6d6;
}

.css-radio-player-wrap--landscape .css-radio-player__panel,
.css-radio-player-wrap--backstage-vip .css-radio-player__panel{
	padding: 34px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent), #0d0d0d;
}

.css-radio-player-wrap--landscape .css-radio-player__meter--panel,
.css-radio-player-wrap--backstage-vip .css-radio-player__meter--panel {
	margin-top: 0;
}

.css-radio-player-wrap--landscape .css-radio-player__breaking-banner.is-visible,
.css-radio-player-wrap--backstage-vip .css-radio-player__breaking-banner.is-visible,
.css-radio-player-wrap--widget .css-radio-player__breaking-banner.is-visible,
.css-radio-player-wrap--sidebar .css-radio-player__breaking-banner.is-visible {
	margin-bottom: 10px;
}

.css-radio-player-wrap--landscape .css-radio-player__top-controls,
.css-radio-player-wrap--backstage-vip .css-radio-player__top-controls{
	display: grid;
	grid-template-columns: minmax(220px, 320px) 1fr;
	align-items: center;
	gap: 24px;
}

.css-radio-player-wrap--landscape .css-radio-player__track-grid,
.css-radio-player-wrap--backstage-vip .css-radio-player__track-grid{
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 18px;
}

.css-radio-player-wrap--landscape .css-radio-player__top-bar,
.css-radio-player-wrap--backstage-vip .css-radio-player__top-bar,
.css-radio-player-wrap--landscape .css-radio-player__content,
.css-radio-player-wrap--backstage-vip .css-radio-player__content,
.css-radio-player-wrap--landscape .css-radio-player__meter--strip,
.css-radio-player-wrap--backstage-vip .css-radio-player__meter--strip,
.css-radio-player-wrap--landscape .css-radio-player__footer:not(.css-radio-player__footer--panel),
.css-radio-player-wrap--backstage-vip .css-radio-player__footer:not(.css-radio-player__footer--panel){
	display: none;
}

.css-radio-player-wrap--landscape .css-radio-player__on-air-row,
.css-radio-player-wrap--backstage-vip .css-radio-player__on-air-row{
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
}

.css-radio-player-wrap--landscape .css-radio-player__on-air,
.css-radio-player-wrap--backstage-vip .css-radio-player__on-air{
	min-width: 150px;
	padding: 16px 20px;
	font-size: 18px;
}

.css-radio-player-wrap--landscape .css-radio-player__status--inline,
.css-radio-player-wrap--backstage-vip .css-radio-player__status--inline{
	margin: 0;
	flex: 1;
	min-width: 140px;
}

.css-radio-player-wrap--landscape .css-radio-player__art--banner,
.css-radio-player-wrap--backstage-vip .css-radio-player__art--banner{
	display: none;
}

.css-radio-player-wrap--landscape .css-radio-player__art--landscape,
.css-radio-player-wrap--backstage-vip .css-radio-player__art--backstage-vip,
.css-radio-player-wrap--landscape .css-radio-player__art:not(.css-radio-player__art--banner),
.css-radio-player-wrap--backstage-vip .css-radio-player__art:not(.css-radio-player__art--banner){
	flex: 0 0 auto;
	width: 100%;
	min-height: 140px;
	max-height: 240px;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid var(--css-rp-line);
	z-index: 2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0a0a0a;
}

.css-radio-player-wrap--landscape .css-radio-player__art-img,
.css-radio-player-wrap--backstage-vip .css-radio-player__art-img{
	width: 100%;
	height: auto;
	min-height: 120px;
	max-height: 240px;
	object-fit: contain;
	display: block;
	background: #000;
}

.css-radio-player-wrap[data-art-state="offline"] .css-radio-player__art--landscape {
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.css-radio-player-wrap[data-art-state="onair"] .css-radio-player__art--landscape,
.css-radio-player-wrap[data-art-state="live"] .css-radio-player__art--landscape,
.css-radio-player-wrap[data-art-state="alert"] .css-radio-player__art--landscape,
.css-radio-player-wrap[data-art-state="alert"] .css-radio-player__art--backstage-vip,
.css-radio-player-wrap[data-art-state="alert"] .css-radio-player__art:not(.css-radio-player__art--banner) {
	box-shadow: 0 0 0 1px rgba(229, 9, 20, 0.35);
}

.css-radio-player-wrap.is-alert-art-active[data-art-state="alert"] .css-radio-player__art-img {
	animation: css-rp-alert-pulse 2.4s ease-in-out infinite;
}

@keyframes css-rp-alert-pulse {
	0%,
	100% {
		filter: brightness(1);
	}
	50% {
		filter: brightness(1.12);
	}
}

.css-radio-player-wrap--landscape .css-radio-player__footer--panel,
.css-radio-player-wrap--backstage-vip .css-radio-player__footer--panel{
	margin: 0;
	text-align: right;
}

@media (max-width: 860px) {
	.css-radio-player-wrap--landscape .css-radio-player,
 .css-radio-player-wrap--backstage-vip .css-radio-player{
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.css-radio-player-wrap--landscape .css-radio-player__hero,
 .css-radio-player-wrap--backstage-vip .css-radio-player__hero{
		border-right: 0;
		border-bottom: 1px solid var(--css-rp-line);
	}

	.css-radio-player-wrap--landscape .css-radio-player__top-controls,
 .css-radio-player-wrap--backstage-vip .css-radio-player__top-controls,
	.css-radio-player-wrap--landscape .css-radio-player__track-grid,
 .css-radio-player-wrap--backstage-vip .css-radio-player__track-grid{
		grid-template-columns: 1fr;
	}
}

/* —— Widget & sidebar (compact vertical) —— */
.css-radio-player-wrap--widget .css-radio-player,
.css-radio-player-wrap--sidebar .css-radio-player {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}

.css-radio-player-wrap--widget .css-radio-player {
	max-width: min(100%, 520px);
	margin-left: auto;
	margin-right: auto;
}

.css-radio-player-wrap--sidebar .css-radio-player {
	max-width: min(100%, 360px);
	margin-left: auto;
	margin-right: auto;
}

.css-radio-player-wrap--widget .css-radio-player__hero,
.css-radio-player-wrap--widget .css-radio-player__panel,
.css-radio-player-wrap--sidebar .css-radio-player__hero,
.css-radio-player-wrap--sidebar .css-radio-player__panel {
	display: none !important;
}

.css-radio-player-wrap--widget .css-radio-player__top-bar,
.css-radio-player-wrap--sidebar .css-radio-player__top-bar {
	padding: 22px 24px 16px;
	border-bottom: 1px solid var(--css-rp-line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.css-radio-player-wrap--widget .css-radio-player__station-title,
.css-radio-player-wrap--sidebar .css-radio-player__station-title {
	line-height: 1.05;
	flex: 1;
	min-width: 0;
}

.css-radio-player-wrap--widget .css-radio-player__title,
.css-radio-player-wrap--sidebar .css-radio-player__title {
	margin: 0;
	font-size: clamp(28px, 8vw, 44px);
	letter-spacing: -0.04em;
	text-transform: uppercase;
	line-height: 1.05;
}

.css-radio-player-wrap--sidebar .css-radio-player__title {
	font-size: clamp(22px, 6vw, 32px);
}

.css-radio-player-wrap--widget .css-radio-player__eyebrow,
.css-radio-player-wrap--sidebar .css-radio-player__eyebrow {
	font-size: 12px;
	letter-spacing: 0.26em;
	margin-bottom: 7px;
}

.css-radio-player-wrap--widget .css-radio-player__on-air,
.css-radio-player-wrap--sidebar .css-radio-player__on-air {
	min-width: 102px;
	padding: 11px 14px;
	font-size: 13px;
	flex-shrink: 0;
}

.css-radio-player-wrap--sidebar .css-radio-player__on-air {
	min-width: 88px;
	padding: 9px 12px;
	font-size: 11px;
}

.css-radio-player-wrap--widget .css-radio-player__art--banner,
.css-radio-player-wrap--sidebar .css-radio-player__art--banner {
	margin: 0;
	line-height: 0;
	border-bottom: 1px solid var(--css-rp-line);
	background: #000;
}

.css-radio-player-wrap--no-art .css-radio-player__art {
	display: none !important;
}

.css-radio-player-wrap--widget .css-radio-player__art-img,
.css-radio-player-wrap--sidebar .css-radio-player__art-img {
	width: 100%;
	height: auto;
	max-height: 200px;
	object-fit: contain;
	display: block;
}

.css-radio-player-wrap--sidebar .css-radio-player__art-img {
	max-height: 140px;
}

/* Breaking news strip below meters (live-updated) */
.css-radio-player__breaking-banner {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 16px;
	background: linear-gradient(180deg, rgba(229, 9, 20, 0.12), rgba(0, 0, 0, 0.4)), #0a0a0a;
	border-bottom: 1px solid var(--css-rp-line);
}

.css-radio-player__breaking-banner.is-visible {
	display: block;
}

.css-radio-player-wrap--sticky .css-radio-player__breaking-banner {
	border-bottom: none;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.css-radio-player__breaking-banner-line {
	margin: 0 0 6px;
	font-size: 12px;
	line-height: 1.4;
}

.css-radio-player__breaking-banner-line:last-child {
	margin-bottom: 0;
}

.css-radio-player__breaking-banner-label {
	color: #e50914;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.css-radio-player__breaking-banner-text {
	color: #fff;
	font-weight: 600;
}

.css-radio-player__breaking-details-btn {
	display: inline-block;
	margin-left: 8px;
	padding: 4px 11px;
	border-radius: 999px;
	background: #e50914;
	color: #fff !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none !important;
	line-height: 1.2;
	vertical-align: middle;
	white-space: nowrap;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.css-radio-player__breaking-details-btn:hover {
	filter: brightness(1.1);
	transform: scale(1.03);
	color: #fff !important;
}

.css-radio-player-wrap--landscape .css-radio-player__breaking-banner,
.css-radio-player-wrap--backstage-vip .css-radio-player__breaking-banner{
	grid-column: 1 / -1;
	margin-top: 4px;
	border-radius: 16px;
	border: 1px solid var(--css-rp-line);
}

.css-radio-player-wrap--widget .css-radio-player__meter--strip,
.css-radio-player-wrap--sidebar .css-radio-player__meter--strip {
	height: 84px;
	padding: 14px 10px;
	display: flex;
	align-items: flex-end;
	justify-content: stretch;
	gap: 2px;
	width: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent), #090909;
	border-bottom: 1px solid var(--css-rp-line);
}

.css-radio-player-wrap--widget .css-radio-player__meter--strip .css-radio-player__bar,
.css-radio-player-wrap--sidebar .css-radio-player__meter--strip .css-radio-player__bar {
	flex: 1 1 0;
	width: auto;
	min-width: 2px;
	max-width: none;
	height: 10px;
}

.css-radio-player-wrap--sidebar .css-radio-player__meter--strip {
	height: 64px;
	padding: 10px 8px;
	gap: 2px;
}

.css-radio-player-wrap--sidebar .css-radio-player__meter--strip .css-radio-player__bar {
	min-width: 2px;
}

.css-radio-player-wrap--widget .css-radio-player__content,
.css-radio-player-wrap--sidebar .css-radio-player__content {
	padding: 24px;
}

.css-radio-player-wrap--sidebar .css-radio-player__content {
	padding: 18px 16px;
}

.css-radio-player-wrap--widget .css-radio-player__button-row,
.css-radio-player-wrap--sidebar .css-radio-player__button-row {
	margin-bottom: 22px;
}

.css-radio-player-wrap--sidebar .css-radio-player__button-row {
	margin-bottom: 16px;
}

.css-radio-player-wrap--widget .css-radio-player__status,
.css-radio-player-wrap--sidebar .css-radio-player__status {
	color: var(--css-rp-muted);
	font-size: 13px;
	text-align: center;
	min-height: 18px;
	margin: 0 0 22px;
}

.css-radio-player-wrap--sidebar .css-radio-player__status {
	font-size: 12px;
	margin-bottom: 16px;
}

.css-radio-player-wrap--widget .css-radio-player__info-card + .css-radio-player__info-card,
.css-radio-player-wrap--sidebar .css-radio-player__info-card + .css-radio-player__info-card {
	margin-top: 14px;
}

.css-radio-player-wrap--widget .css-radio-player__footer,
.css-radio-player-wrap--sidebar .css-radio-player__footer {
	padding: 16px 24px 24px;
	color: #898989;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.css-radio-player-wrap--sidebar .css-radio-player__footer {
	padding: 12px 16px 18px;
	font-size: 11px;
}

/* —— Shared —— */
.css-radio-player__eyebrow {
	color: var(--css-rp-muted);
	text-transform: uppercase;
	margin: 0;
}

.css-radio-player__tagline {
	margin: 0;
}

.css-radio-player__on-air {
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	color: #777;
	background: #0c0c0c;
	font-weight: 900;
	letter-spacing: 0.12em;
	text-align: center;
	transition: 200ms ease;
	box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.8);
}

.css-radio-player__on-air.is-active {
	color: #fff;
	background: var(--css-rp-accent);
	border-color: rgba(255, 255, 255, 0.2);
	text-shadow: 0 0 9px rgba(255, 255, 255, 0.65);
	box-shadow:
		0 0 26px var(--css-rp-accent-glow),
		0 0 60px rgba(229, 9, 20, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.css-radio-player__status {
	color: var(--css-rp-muted);
	font-size: 14px;
	line-height: 1.35;
}

.css-radio-player__play-btn {
	width: 100%;
	border: 0;
	border-radius: 20px;
	padding: 18px 22px;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent), #242424;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.css-radio-player-wrap--landscape .css-radio-player__play-btn,
.css-radio-player-wrap--backstage-vip .css-radio-player__play-btn{
	border-radius: 22px;
	padding: 22px 24px;
	font-size: 20px;
}

.css-radio-player-wrap--sidebar .css-radio-player__play-btn {
	padding: 14px 16px;
	font-size: 15px;
	border-radius: 16px;
}

.css-radio-player__play-btn:hover {
	transform: translateY(-1px);
}

.css-radio-player__play-btn.is-active {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent), var(--css-rp-accent);
	box-shadow: 0 0 32px var(--css-rp-accent-glow), 0 16px 32px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.css-radio-player__meter {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 8px;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent), #090909;
	border: 1px solid var(--css-rp-line);
	border-radius: 22px;
}

.css-radio-player-wrap--landscape .css-radio-player__meter,
.css-radio-player-wrap--backstage-vip .css-radio-player__meter{
	height: 82px;
	padding: 16px 20px;
}

.css-radio-player__bar {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	transition: height 80ms ease-out, background 180ms ease, box-shadow 180ms ease;
	will-change: height;
}

.css-radio-player-wrap--landscape .css-radio-player__bar,
.css-radio-player-wrap--backstage-vip .css-radio-player__bar{
	width: 14px;
}

.css-radio-player-wrap--sidebar .css-radio-player__bar {
	width: 8px;
	height: 10px;
}

.css-radio-player__meter.is-playing .css-radio-player__bar {
	background: var(--css-rp-accent);
	box-shadow: 0 0 16px var(--css-rp-accent-glow);
}

.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar {
	animation: css-rp-bounce 900ms infinite ease-in-out alternate;
}

.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar:nth-child(2) { animation-delay: 80ms; }
.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar:nth-child(3) { animation-delay: 160ms; }
.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar:nth-child(4) { animation-delay: 240ms; }
.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar:nth-child(5) { animation-delay: 320ms; }
.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar:nth-child(6) { animation-delay: 400ms; }
.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar:nth-child(7) { animation-delay: 480ms; }
.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar:nth-child(8) { animation-delay: 560ms; }
.css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar:nth-child(9) { animation-delay: 640ms; }

.css-radio-player__meter.is-meter-live .css-radio-player__bar,
.css-radio-player__meter.is-meter-fallback .css-radio-player__bar {
	animation: none !important;
}

@keyframes css-rp-bounce {
	from { height: 12px; }
	to { height: 54px; }
}

.css-radio-player-wrap--landscape .css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar,
.css-radio-player-wrap--backstage-vip .css-radio-player__meter.is-playing:not(.is-meter-live):not(.is-meter-fallback) .css-radio-player__bar{
	animation-name: css-rp-bounce-lg;
}

@keyframes css-rp-bounce-lg {
	from { height: 14px; }
	to { height: 58px; }
}

.css-radio-player__info-card {
	border: 1px solid var(--css-rp-line);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent), var(--css-rp-panel-2);
	padding: 18px;
}

.css-radio-player-wrap--landscape .css-radio-player__info-card,
.css-radio-player-wrap--backstage-vip .css-radio-player__info-card{
	border-radius: 24px;
	padding: 24px;
	min-height: 172px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.css-radio-player__label {
	color: var(--css-rp-accent);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.css-radio-player__track {
	font-size: clamp(18px, 4.5vw, 24px);
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.css-radio-player-wrap--landscape .css-radio-player__track,
.css-radio-player-wrap--backstage-vip .css-radio-player__track{
	font-size: clamp(22px, 3vw, 40px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.css-radio-player__next-track {
	color: #e8e8e8;
	font-size: 16px;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.css-radio-player-wrap--landscape .css-radio-player__next-track,
.css-radio-player-wrap--backstage-vip .css-radio-player__next-track{
	font-size: clamp(17px, 1.7vw, 23px);
	font-weight: 700;
}

.css-radio-player-wrap--sidebar .css-radio-player__track {
	font-size: 16px;
}

.css-radio-player-wrap--sidebar .css-radio-player__next-track {
	font-size: 14px;
}

.css-radio-player__footer--panel {
	color: #898989;
	font-size: 12px;
}

.css-radio-player__audio {
	display: none !important;
}

/* Fill embedded containers (columns, sidebars, full-width rows) */
.entry-content .css-radio-player-wrap,
.wp-block-column .css-radio-player-wrap,
.widget .css-radio-player-wrap,
.css-radio-player-wrap {
	width: 100%;
	max-width: 100%;
}

.css-radio-player-wrap--landscape .css-radio-player__panel,
.css-radio-player-wrap--backstage-vip .css-radio-player__panel{
	min-width: 0;
}

.css-radio-player-wrap--landscape .css-radio-player__hero,
.css-radio-player-wrap--backstage-vip .css-radio-player__hero{
	min-width: 0;
}

/* Suspend theme/plugin embed players when the global radio stream is active */
iframe[data-css-embed-suspended] {
	display: none !important;
	visibility: hidden !important;
}

/* —— Sticky site-wide bar (compact + slide-up sheet) —— */
.css-radio-player-sticky-host {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999990;
	width: 100%;
	max-width: 100vw;
	pointer-events: none;
}

.css-radio-player-sticky-host .css-radio-player-wrap {
	margin: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	pointer-events: auto;
}

.css-radio-player-wrap--sticky {
	--css-rp-sticky-bg: #050505;
	--css-rp-sticky-line: #e50914;
	--css-rp-sticky-compact: 52px;
	color: #fff;
}

/* Reset landscape/widget card styles — sticky is only a slim footer bar */
.css-radio-player-wrap--sticky.css-radio-player-wrap {
	margin: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
}

.css-radio-player-wrap--sticky .css-radio-player {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: var(--css-rp-sticky-bg) !important;
	box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.35) !important;
	overflow: visible !important;
	grid-template-columns: unset !important;
}

.css-radio-player-wrap--sticky .css-radio-player__hero,
.css-radio-player-wrap--sticky .css-radio-player__panel,
.css-radio-player-wrap--sticky .css-radio-player__top-bar,
.css-radio-player-wrap--sticky .css-radio-player__content,
.css-radio-player-wrap--sticky .css-radio-player__art--banner,
.css-radio-player-wrap--sticky .css-radio-player__meter--strip,
.css-radio-player-wrap--sticky .css-radio-player__footer {
	display: none !important;
}

.css-radio-player-wrap--sticky .css-radio-player::before {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background: var(--css-rp-sticky-line);
}

.css-radio-sticky {
	position: relative;
}

/* Compact bar — max ~75px including safe area */
.css-radio-sticky__compact {
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	min-height: calc(var(--css-rp-sticky-compact) + env(safe-area-inset-bottom, 0px));
	max-height: calc(76px + env(safe-area-inset-bottom, 0px));
	padding: 8px clamp(10px, 2.5vw, 20px);
	padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
	box-sizing: border-box;
}

.css-radio-sticky__expand {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	color: inherit;
	cursor: pointer;
	text-align: left;
}

.css-radio-sticky__expand:hover .css-radio-player__sticky-state {
	color: #fff;
}

.css-radio-sticky__status-slot {
	flex: 1;
	min-width: 0;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.css-radio-player-wrap--sticky.has-sticky-ticker .css-radio-sticky__compact .css-radio-player__sticky-state {
	display: none;
}

.css-radio-sticky__ticker {
	width: 100%;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.css-radio-sticky__ticker-track {
	display: flex;
	width: max-content;
	will-change: transform;
	animation: css-radio-sticky-ticker 40s linear infinite;
}

.css-radio-sticky__ticker-seq {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	padding-right: 3rem;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

.css-radio-sticky__ticker-item {
	color: #efefef;
}

.css-radio-sticky__ticker-sep {
	color: #6e6e6e;
	font-weight: 400;
	padding: 0 0.15em;
}

.css-radio-sticky__ticker-breaking {
	display: inline-flex;
	align-items: baseline;
	flex-wrap: nowrap;
	gap: 0.25em;
}

.css-radio-sticky__ticker-breaking-label {
	color: #e50914;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.css-radio-sticky__ticker-breaking-text {
	color: #fff;
	font-weight: 600;
}

.css-radio-sticky__ticker-breaking .css-radio-player__breaking-details-btn {
	margin-left: 6px;
	padding: 3px 9px;
	font-size: 9px;
	vertical-align: baseline;
}

@keyframes css-radio-sticky-ticker {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.css-radio-sticky__ticker-track {
		animation: none;
		transform: none;
	}

	.css-radio-sticky__ticker {
		overflow-x: auto;
		-webkit-mask-image: none;
		mask-image: none;
	}
}

.css-radio-player__sticky-art-wrap {
	position: relative;
	flex-shrink: 0;
}

.css-radio-player__art--sticky {
	width: 48px;
	height: 48px;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #0a0a0a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.css-radio-player__art--sticky .css-radio-player__art-img--sticky-compact {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
}

.css-radio-player__sticky-live-badge {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
	padding: 1px 5px;
	border-radius: 3px;
	background: var(--css-rp-sticky-line);
	color: #fff;
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.css-radio-player__sticky-state {
	margin: 0;
	flex: 1;
	min-width: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	line-height: 1.2;
	color: #d8d8d8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.css-radio-player-wrap--sticky.is-playing .css-radio-player__sticky-state {
	color: #fff;
}

.css-radio-player-wrap--sticky.is-live-track.is-playing .css-radio-player__sticky-state {
	color: #ff4d4d;
}

.css-radio-sticky__chevron {
	flex-shrink: 0;
	display: inline-flex;
	color: #888;
	transition: transform 0.25s ease, color 0.15s ease;
}

.css-radio-player-wrap--sticky.is-expanded .css-radio-sticky__chevron {
	transform: rotate(180deg);
	color: #ccc;
}

.css-radio-player__sticky-toggle {
	flex-shrink: 0;
	margin: 0;
	padding: 8px 12px;
	border: none;
	border-radius: 999px;
	background: var(--css-rp-sticky-line);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s ease, transform 0.15s ease;
}

.css-radio-player__sticky-toggle:hover {
	filter: brightness(1.08);
	transform: scale(1.02);
}

.css-radio-player__sticky-toggle.is-active {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

/* Backdrop + slide-up sheet */
.css-radio-sticky__backdrop {
	position: fixed;
	inset: 0;
	z-index: 999991;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.css-radio-player-wrap--sticky.is-expanded .css-radio-sticky__backdrop {
	opacity: 1;
	pointer-events: auto;
}

.css-radio-sticky__sheet {
	position: fixed;
	left: 0;
	right: 0;
	bottom: var(--css-rp-sticky-height, 59px);
	z-index: 999992;
	max-height: min(85vh, 560px);
	transform: translateY(110%);
	transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
	pointer-events: none;
	visibility: hidden;
}

/* Keep in DOM for slide animation (native [hidden] uses display:none) */
.css-radio-sticky__sheet[hidden] {
	display: block !important;
	visibility: hidden;
	pointer-events: none;
}

.css-radio-player-wrap--sticky.is-expanded .css-radio-sticky__sheet {
	transform: translateY(0);
	pointer-events: auto;
	visibility: visible;
}

.css-radio-sticky__sheet-inner {
	display: flex;
	flex-direction: column;
	max-height: min(78vh, 480px);
	background: var(--css-rp-sticky-bg);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.css-radio-sticky__sheet-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.css-radio-sticky__sheet-title {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #9a9a9a;
}

.css-radio-sticky__close {
	flex-shrink: 0;
	margin: 0;
	padding: 6px 14px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.css-radio-sticky__close:hover {
	border-color: var(--css-rp-sticky-line);
	color: var(--css-rp-sticky-line);
}

.css-radio-sticky__sheet-body {
	flex: 1;
	min-height: 0;
	overflow-y: auto;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.css-radio-sticky__sheet-art-wrap {
	position: relative;
	align-self: center;
	width: 100%;
	max-width: min(360px, 94vw);
	margin: 0 auto;
}

.css-radio-player__art--sticky-sheet {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	overflow: visible;
}

.css-radio-player__art--sticky-sheet .css-radio-player__art-img--sticky-sheet {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(42vh, 340px);
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: #0a0a0a;
}

.css-radio-sticky__sheet-actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	width: 100%;
	max-width: min(360px, 94vw);
	margin: 0 auto;
}

.css-radio-player__sticky-toggle--sheet {
	width: 100%;
	padding: 14px 18px;
	font-size: 14px;
	border-radius: 12px;
}

.css-radio-player__sticky-hint--sheet {
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #b0b0b0;
	line-height: 1.35;
}

.css-radio-player__sticky-live-badge--sheet {
	top: 8px;
	left: 8px;
	font-size: 10px;
	padding: 3px 8px;
}

.css-radio-sticky__sheet-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.css-radio-sticky__sheet-meta .css-radio-player__sticky-state {
	font-size: 16px;
	white-space: normal;
}

.css-radio-player__sticky-line {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #c8c8c8;
}

.css-radio-player__sticky-kicker {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #8f8f8f;
}

.css-radio-player__sticky-track,
.css-radio-player__sticky-next-track {
	min-width: 0;
	color: #efefef;
	font-weight: 600;
	word-break: break-word;
}

.css-radio-player__sticky-hint {
	margin: 0;
	font-size: 12px;
	color: #ffbcbc;
	line-height: 1.35;
}

.css-radio-player__meter--sticky-sheet {
	display: flex;
	height: 48px;
	align-items: flex-end;
	justify-content: stretch;
	gap: 2px;
	width: 100%;
	padding: 0 4px;
}

.css-radio-player__meter--sticky-sheet .css-radio-player__bar {
	flex: 1 1 0;
	width: auto;
	min-width: 2px;
	max-width: none;
	min-height: 8px;
	border-radius: 999px;
	background: rgba(229, 9, 20, 0.35);
	box-shadow: 0 0 8px rgba(229, 9, 20, 0.2);
}

.css-radio-player-wrap--sticky .css-radio-player__meter--sticky-sheet.is-playing .css-radio-player__bar,
.css-radio-player-wrap--sticky .css-radio-player__meter--sticky-sheet.is-meter-live .css-radio-player__bar,
.css-radio-player-wrap--sticky .css-radio-player__meter--sticky-sheet.is-meter-fallback .css-radio-player__bar {
	background: var(--css-rp-sticky-line);
	box-shadow: 0 0 12px rgba(229, 9, 20, 0.55);
}

body.css-has-radio-sticky {
	padding-bottom: var(--css-rp-sticky-height, 59px);
}

body.css-radio-sticky-expanded {
	overflow: hidden;
}

@media (min-width: 640px) {
	.css-radio-player__sticky-state {
		font-size: 13px;
	}

	.css-radio-player__sticky-toggle {
		padding: 9px 16px;
		font-size: 12px;
	}
}

/* —— Backstage VIP (radio stage + full-player chat overlay) —— */
.css-radio-player-wrap--backstage-vip {
	position: relative;
}

.css-radio-player-wrap--backstage-vip .css-radio-player {
	display: block;
	grid-template-columns: unset;
	min-height: min(640px, 92vh);
	position: relative;
	overflow: hidden;
}

.css-radio-player--backstage-vip {
	position: relative;
	min-height: inherit;
}

.css-radio-vip-stage {
	min-height: inherit;
}

.css-radio-vip-toolbar {
	border-bottom: 1px solid var(--css-rp-line);
	background: rgba(0, 0, 0, 0.25);
}

.css-radio-vip-toolbar__primary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	padding: 12px 14px;
}

.css-radio-vip-toolbar__controls {
	display: flex;
	flex: 1 1 220px;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.css-radio-vip-toolbar__status {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.css-radio-player__art--vip-thumb {
	width: 52px;
	height: 52px;
	margin: 0;
	flex: 0 0 auto;
}

.css-radio-player__art--vip-thumb .css-radio-player__art-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.css-radio-player__play-btn--vip {
	flex: 0 0 auto;
	padding: 10px 14px;
	font-size: 12px;
}

.css-radio-player__meter--vip {
	flex: 1 1 120px;
	min-width: 100px;
	max-width: 100%;
}

.css-radio-player__vip-chat-btn {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	background: linear-gradient(180deg, #2a2a2a, #141414);
	color: var(--css-rp-text);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.css-radio-player__vip-chat-btn:hover,
.css-radio-player__vip-chat-btn:focus-visible {
	border-color: var(--css-rp-accent);
	outline: none;
}

.css-radio-vip-toolbar__meta {
	padding: 0 14px 12px;
}

.css-radio-player-wrap--backstage-vip:not(.is-vip-chat-open) .css-radio-vip-chat {
	display: none;
}

.css-radio-player-wrap--backstage-vip.is-vip-chat-open .css-radio-vip-stage {
	visibility: hidden;
	pointer-events: none;
}

.css-radio-vip-chat {
	position: absolute;
	inset: 0;
	z-index: 30;
	display: flex;
	flex-direction: column;
	background: #f4f4f4;
	border-radius: inherit;
	--css-rp-text: #1a1a1a;
	--css-rp-muted: #555;
	color: #1a1a1a;
}

.css-radio-vip-chat__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	background: #111;
	flex: 0 0 auto;
}

.css-radio-vip-chat__title {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #f7f7f7;
}

.css-radio-vip-chat__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.css-radio-vip-chat__lounge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
	background: var(--css-rp-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.css-radio-vip-chat__lounge:hover,
.css-radio-vip-chat__lounge:focus-visible {
	filter: brightness(1.08);
	color: #fff;
	outline: 2px solid var(--css-rp-accent-glow);
	outline-offset: 2px;
}

.css-radio-vip-chat__close {
	flex: 0 0 auto;
	padding: 10px 14px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 999px;
	background: transparent;
	color: #f7f7f7;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.css-radio-vip-chat__close:hover,
.css-radio-vip-chat__close:focus-visible {
	border-color: #fff;
	outline: none;
}

.css-radio-vip-chat__body {
	flex: 1 1 0;
	min-height: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 0;
	background: #f4f4f4;
	color: #1a1a1a;
}

.css-radio-vip-chat__body > * {
	flex: 1 1 0;
	min-height: 0;
	width: 100%;
}

/* Wise Chat: readable text on light chat surface inside dark player */
.css-radio-vip-chat__body .wise-chat,
.css-radio-vip-chat__body [id^="wise-chat"],
.css-radio-vip-chat__body [class*="wise-chat"],
.css-radio-vip-chat__body [class*="wc"] {
	color: #1a1a1a;
}

.css-radio-vip-chat__body input,
.css-radio-vip-chat__body textarea,
.css-radio-vip-chat__body select,
.css-radio-vip-chat__body .wcInput,
.css-radio-vip-chat__body [class*="wcInput"],
.css-radio-vip-chat__body [class*="input"] input,
.css-radio-vip-chat__body [contenteditable="true"] {
	color: #111 !important;
	-webkit-text-fill-color: #111 !important;
	caret-color: #111 !important;
	background-color: #fff !important;
	border-color: rgba(0, 0, 0, 0.2) !important;
}

.css-radio-vip-chat__body input::placeholder,
.css-radio-vip-chat__body textarea::placeholder {
	color: #666 !important;
	-webkit-text-fill-color: #666 !important;
	opacity: 1;
}

.css-radio-vip-chat__body .wcMessages,
.css-radio-vip-chat__body .wcMessage,
.css-radio-vip-chat__body [class*="wcMessage"],
.css-radio-vip-chat__body [class*="Messages"] {
	color: #1a1a1a !important;
}

.css-radio-vip-chat__body .wcMessage a,
.css-radio-vip-chat__body a {
	color: #0b5fff;
}

.css-radio-vip-chat__body .wcMessage .wcUser,
.css-radio-vip-chat__body [class*="wcUser"] {
	color: #333 !important;
}

.css-radio-player__track-grid--vip {
	grid-template-columns: 1fr;
	gap: 8px;
}

@media (min-width: 640px) {
	.css-radio-player__track-grid--vip {
		grid-template-columns: 1fr 1fr;
	}
}
