.fgtv-public-schedule {
	width: min(1120px, calc(100vw - 36px));
	margin: 42px 0 20px 50%;
	transform: translateX(-50%);
	color: #092f4f;
}

.fgtv-schedule-intro {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 4px solid #b98b24;
}

.fgtv-schedule-intro span,
.fgtv-schedule-day__header > div > span {
	color: #007c80;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.fgtv-schedule-intro h2,
.fgtv-schedule-day__header h3,
.fgtv-schedule-empty h3 {
	margin: 3px 0 0;
	color: #092f4f;
}

.fgtv-schedule-intro h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); }
.fgtv-schedule-intro p { margin: 0; color: #5b7184; font-weight: 700; }
.fgtv-schedule-day { margin: 0 0 28px; border: 1px solid #d4e0e3; border-top: 4px solid #092f4f; background: #fff; box-shadow: 0 12px 30px rgba(9,47,79,.08); }
.fgtv-schedule-day.is-today { border-top-color: #b98b24; }
.fgtv-schedule-day__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 24px; background: #edf6f5; border-bottom: 1px solid #d4e0e3; }
.fgtv-schedule-day__header h3 { font-size: 1.45rem; }
.fgtv-schedule-day__header > span { color: #5b7184; font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.fgtv-public-schedule .fgtv-schedule { display: grid; gap: 0; }
.fgtv-public-schedule .fgtv-schedule-item { display: grid; grid-template-columns: 185px minmax(0,1fr) auto; align-items: center; gap: 22px; min-height: 92px; padding: 18px 24px; border: 0; border-bottom: 1px solid #e1e9eb; border-radius: 0; box-shadow: none; background: #fff; }
.fgtv-public-schedule .fgtv-schedule-item:last-child { border-bottom: 0; }
.fgtv-public-schedule .fgtv-schedule-item.is-on-air { border-left: 6px solid #b98b24; padding-left: 18px; background: linear-gradient(90deg,#fff9e8 0,#fff 38%); }
.fgtv-public-schedule .fgtv-schedule-item time strong,
.fgtv-public-schedule .fgtv-schedule-item time span,
.fgtv-schedule-program strong,
.fgtv-schedule-program small { display: block; }
.fgtv-public-schedule .fgtv-schedule-item time strong { color: #007c80; font-size: 1.02rem; font-weight: 900; }
.fgtv-public-schedule .fgtv-schedule-item time span { margin-top: 3px; color: #687e8d; font-size: .8rem; }
.fgtv-schedule-program strong { color: #092f4f; font-size: 1.08rem; line-height: 1.3; }
.fgtv-schedule-program small { margin-top: 6px; color: #687e8d; font-size: .79rem; line-height: 1.4; }
.fgtv-schedule-status { justify-self: end; padding: 7px 10px; color: #092f4f; background: #edf6f5; border: 1px solid #c7dcde; font-size: .69rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.fgtv-schedule-status.is-live { color: #fff; background: #007c80; border-color: #007c80; }
.fgtv-schedule-status i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #e2c36d; box-shadow: 0 0 0 4px rgba(226,195,109,.18); }
.fgtv-schedule-empty { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 20px; padding: 30px; border: 1px solid #c9dbde; border-top: 4px solid #b98b24; background: #edf6f5; box-shadow: 0 12px 30px rgba(9,47,79,.08); }
.fgtv-schedule-empty__seal { display: grid; place-items: center; width: 62px; height: 62px; color: #e2c36d; background: #092f4f; border: 3px double #b98b24; border-radius: 50%; font-weight: 950; }
.fgtv-schedule-empty p { margin: 7px 0 0; color: #5b7184; }
.fgtv-schedule-watch { padding: 13px 18px; color: #fff !important; background: #007c80; font-weight: 900; text-decoration: none !important; }
.fgtv-schedule-watch:hover { background: #092f4f; }

@media (max-width: 720px) {
	.fgtv-schedule-intro { align-items: start; flex-direction: column; }
	.fgtv-public-schedule .fgtv-schedule-item { grid-template-columns: 1fr; gap: 8px; }
	.fgtv-schedule-status { justify-self: start; }
	.fgtv-schedule-empty { grid-template-columns: 54px 1fr; padding: 22px; }
	.fgtv-schedule-empty__seal { width: 48px; height: 48px; }
	.fgtv-schedule-watch { grid-column: 1 / -1; text-align: center; }
}
