.mfm-schedule-page,
.mfm-schedule-page * {
	box-sizing: border-box;
}

.mfm-schedule-page {
	--mfm-schedule-blue: #0649a8;
	--mfm-schedule-yellow: #ffd400;
	--mfm-schedule-red: #ef233c;
	--mfm-schedule-ink: #171719;
	--mfm-schedule-muted: #65656d;
	--mfm-schedule-line: #e3e5ea;
	--mfm-schedule-shadow: 0 16px 40px rgba(17, 17, 19, .12);
	background: #f4f6fa;
	color: var(--mfm-schedule-ink);
	font-family: var(--mfm-font-body);
}

.mfm-schedule-page a {
	text-decoration: none;
}

.mfm-schedule-shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.mfm-schedule-hero {
	position: relative;
	overflow: hidden;
	background: #111113;
	color: #fff;
}

.mfm-schedule-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.56) 52%, rgba(0,0,0,.74)),
		var(--mfm-schedule-hero-image, none) center / cover no-repeat;
	filter: saturate(1.05);
	transform: scale(1.02);
}

.mfm-schedule-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 16% 10%, rgba(255,212,0,.22), transparent 34%),
		radial-gradient(circle at 82% 70%, rgba(6,73,168,.3), transparent 36%);
}

.mfm-schedule-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 370px;
	gap: 42px;
	align-items: center;
	min-height: 430px;
	padding: 82px 0;
}

.mfm-schedule-kicker,
.mfm-schedule-section-head span,
.mfm-schedule-now > span {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	border-radius: 999px;
	background: var(--mfm-schedule-red);
	color: #fff;
	font-family: var(--mfm-font-heading);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.mfm-schedule-kicker {
	padding: 9px 13px;
}

.mfm-schedule-hero h1 {
	max-width: 720px;
	margin: 18px 0 14px;
	color: #fff !important;
	font-family: var(--mfm-font-heading);
	font-size: clamp(46px, 7vw, 92px);
	font-weight: 950;
	line-height: .92;
	text-transform: uppercase;
	text-shadow: 0 4px 24px rgba(0,0,0,.7);
	-webkit-text-fill-color: #fff;
}

.mfm-schedule-hero__copy p {
	max-width: 660px;
	margin: 0;
	color: #fff;
	font-size: clamp(18px, 2vw, 23px);
	line-height: 1.45;
}

.mfm-schedule-now {
	padding: 20px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 8px;
	background: rgba(12, 12, 14, .78);
	box-shadow: var(--mfm-schedule-shadow);
	backdrop-filter: blur(12px);
}

.mfm-schedule-now > span {
	padding: 8px 11px;
	background: var(--mfm-schedule-red);
}

.mfm-schedule-now__body {
	display: grid;
	grid-template-columns: 98px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
	margin-top: 16px;
}

.mfm-schedule-now img {
	width: 98px;
	aspect-ratio: 1.28 / 1;
	border-radius: 7px;
	object-fit: cover;
}

.mfm-schedule-now h2 {
	margin: 0 0 5px;
	color: #fff !important;
	font-family: var(--mfm-font-heading);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.05;
	-webkit-text-fill-color: #fff;
}

.mfm-schedule-now p,
.mfm-schedule-now time {
	display: block;
	margin: 0;
	color: rgba(255,255,255,.82);
	font-size: 14px;
	line-height: 1.35;
}

.mfm-schedule-now a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	padding: 12px 16px;
	border-radius: 6px;
	background: var(--mfm-schedule-yellow);
	color: #111 !important;
	font-weight: 900;
	line-height: 1;
}

.mfm-schedule-overview {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-top: -42px;
	position: relative;
	z-index: 2;
}

.mfm-schedule-stat {
	padding: 22px;
	border: 1px solid var(--mfm-schedule-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--mfm-schedule-shadow);
}

.mfm-schedule-stat strong {
	display: block;
	color: var(--mfm-schedule-blue);
	font-family: var(--mfm-font-heading);
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 950;
	line-height: 1;
}

.mfm-schedule-stat span {
	display: block;
	margin-top: 8px;
	color: var(--mfm-schedule-muted);
	font-weight: 800;
}

.mfm-schedule-next,
.mfm-schedule-full {
	padding: 54px 0 0;
}

.mfm-schedule-full {
	padding-bottom: 80px;
}

.mfm-schedule-section-head {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}

.mfm-schedule-section-head span {
	padding: 8px 11px;
	background: var(--mfm-schedule-blue);
}

.mfm-schedule-section-head h2 {
	margin: 0;
	color: var(--mfm-schedule-ink);
	font-family: var(--mfm-font-heading);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 950;
	line-height: 1;
}

.mfm-schedule-next__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mfm-schedule-next-card {
	position: relative;
	overflow: hidden;
	min-height: 245px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 18px;
	border-radius: 8px;
	background: #111;
	color: #fff !important;
	box-shadow: var(--mfm-schedule-shadow);
}

.mfm-schedule-next-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 20%, rgba(0,0,0,.84));
}

.mfm-schedule-next-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mfm-schedule-next-card span,
.mfm-schedule-next-card h3,
.mfm-schedule-next-card p,
.mfm-schedule-next-card time {
	position: relative;
	z-index: 1;
}

.mfm-schedule-next-card span {
	width: fit-content;
	margin-bottom: 9px;
	padding: 6px 8px;
	border-radius: 4px;
	background: var(--mfm-schedule-yellow);
	color: #111;
	font-size: 12px;
	font-weight: 900;
}

.mfm-schedule-next-card h3 {
	margin: 0;
	color: #fff !important;
	font-family: var(--mfm-font-heading);
	font-size: 23px;
	font-weight: 950;
	line-height: 1.03;
	-webkit-text-fill-color: #fff;
}

.mfm-schedule-next-card p,
.mfm-schedule-next-card time {
	margin: 7px 0 0;
	color: rgba(255,255,255,.86);
	font-size: 14px;
	font-weight: 700;
}

.mfm-schedule-days {
	position: sticky;
	top: 0;
	z-index: 5;
	display: flex;
	gap: 8px;
	margin: 0 0 22px;
	padding: 10px;
	border: 1px solid var(--mfm-schedule-line);
	border-radius: 8px;
	background: rgba(255,255,255,.94);
	box-shadow: 0 10px 26px rgba(17, 17, 19, .08);
	overflow-x: auto;
	scrollbar-width: none;
}

.mfm-schedule-days::-webkit-scrollbar {
	display: none;
}

.mfm-schedule-days a {
	flex: 0 0 auto;
	padding: 11px 15px;
	border-radius: 6px;
	color: var(--mfm-schedule-ink);
	font-family: var(--mfm-font-heading);
	font-size: 14px;
	font-weight: 900;
	white-space: nowrap;
}

.mfm-schedule-days a:hover,
.mfm-schedule-days a:focus,
.mfm-schedule-days a.is-active {
	background: var(--mfm-schedule-blue);
	color: #fff !important;
}

.mfm-schedule-day-list {
	display: grid;
	gap: 18px;
}

.mfm-schedule-day {
	scroll-margin-top: 92px;
	border: 1px solid var(--mfm-schedule-line);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 17, 19, .07);
	overflow: hidden;
}

.mfm-schedule-day > header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 22px 24px;
	background: #111113;
	color: #fff;
}

.mfm-schedule-day h3 {
	margin: 0;
	color: #fff !important;
	font-family: var(--mfm-font-heading);
	font-size: 26px;
	font-weight: 950;
	line-height: 1;
	-webkit-text-fill-color: #fff;
}

.mfm-schedule-day header span {
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--mfm-schedule-yellow);
	color: #111;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.mfm-schedule-slots {
	display: grid;
}

.mfm-schedule-slot {
	display: grid;
	grid-template-columns: 118px 92px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	padding: 18px 24px;
	border-top: 1px solid var(--mfm-schedule-line);
}

.mfm-schedule-slot--live-radio {
	background: #f8fafc;
}

.mfm-schedule-slot--live-radio .mfm-schedule-slot__media {
	opacity: .72;
}

.mfm-schedule-slot--live-radio h4 {
	color: var(--mfm-schedule-ink);
}

.mfm-schedule-slot > time {
	color: var(--mfm-schedule-blue);
	font-family: var(--mfm-font-heading);
	font-size: 18px;
	font-weight: 950;
	white-space: nowrap;
}

.mfm-schedule-slot__media {
	display: block;
	width: 92px;
	aspect-ratio: 1.24 / 1;
	border-radius: 7px;
	overflow: hidden;
	background: #111;
}

.mfm-schedule-slot__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mfm-schedule-slot__title-row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.mfm-schedule-slot h4 {
	margin: 0;
	font-family: var(--mfm-font-heading);
	font-size: 22px;
	font-weight: 950;
	line-height: 1.08;
}

.mfm-schedule-slot h4 a {
	color: var(--mfm-schedule-ink);
}

.mfm-schedule-slot h4 a:hover,
.mfm-schedule-slot h4 a:focus {
	color: var(--mfm-schedule-blue);
}

.mfm-schedule-slot__title-row span {
	padding: 5px 8px;
	border-radius: 999px;
	background: #edf2ff;
	color: var(--mfm-schedule-blue);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.mfm-schedule-slot p {
	margin: 7px 0 0;
	color: var(--mfm-schedule-muted);
	font-size: 14px;
	line-height: 1.45;
}

.mfm-schedule-slot__hosts {
	color: var(--mfm-schedule-ink) !important;
	font-weight: 900;
}

.mfm-schedule-empty {
	margin: 0;
	padding: 24px;
	color: var(--mfm-schedule-muted);
}

@media (max-width: 900px) {
	.mfm-schedule-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
		padding: 64px 0 76px;
	}

	.mfm-schedule-overview,
	.mfm-schedule-next__grid {
		grid-template-columns: 1fr;
	}

	.mfm-schedule-overview {
		margin-top: -32px;
	}
}

@media (max-width: 640px) {
	.mfm-schedule-shell {
		width: min(100% - 24px, 1120px);
	}

	.mfm-schedule-hero__inner {
		padding: 48px 0 62px;
	}

	.mfm-schedule-now__body {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.mfm-schedule-now img {
		width: 82px;
	}

	.mfm-schedule-days {
		margin-right: -12px;
		margin-left: -12px;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.mfm-schedule-day > header {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px;
	}

	.mfm-schedule-slot {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 18px;
	}

	.mfm-schedule-slot__media {
		width: 100%;
		aspect-ratio: 16 / 8;
	}
}
