.schedule-hero {
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
	gap: 24px;
	padding: 28px;
	margin-bottom: 22px;
}

.schedule-hero__intro h1 {
	margin: 0 0 14px;
	font-size: clamp(2.1rem, 4vw, 3.3rem);
	line-height: 1;
	color: #162131;
}

.schedule-hero__lead {
	margin: 0 0 14px;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.7;
	color: #243143;
}

.schedule-hero__intro p {
	margin: 0 0 16px;
	color: var(--text-soft);
	line-height: 1.75;
}

.schedule-hero__highlights {
	display: grid;
	gap: 12px;
	align-content: center;
}

.schedule-highlight {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
	border: 1px solid rgba(8, 53, 100, 0.08);
	box-shadow: var(--shadow-soft);
	border-radius: var(--radius-lg);
}

.schedule-highlight i {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #edf5fd;
	color: var(--blue);
	flex-shrink: 0;
}

.schedule-highlight strong {
	display: block;
	margin-bottom: 5px;
	color: #1d2431;
	font-size: 1rem;
}

.schedule-highlight span {
	color: var(--text-soft);
	font-size: 0.94rem;
	line-height: 1.5;
}

.schedule-panel {
	padding: 26px;
	margin-bottom: 22px;
}

.schedule-page-intro {
	margin: 10px 0 0;
	max-width: 760px;
	color: var(--text-soft);
	line-height: 1.75;
}

.lfm_schedule {
	display: none;
	width: 100%;
	max-width: 100%;
}

#lfm_schedule_cen {
	text-align: left;
	padding: 0;
	margin-top: 18px;
}

.lfm_schedule_no_entry {
	padding: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
	border: 1px solid rgba(8, 53, 100, 0.08);
	font-size: 1rem;
	font-weight: 700;
	color: #1f2733;
}

.tab {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid rgba(8, 53, 100, 0.10);
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	margin-bottom: 18px;
}

.tab button {
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.2s ease;
	font-size: 14px;
	color: #003d76;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03rem;
	font-family: Arial, sans-serif;
	flex: 1 1 auto;
	min-width: 120px;
	border-right: 1px solid rgba(8, 53, 100, 0.08);
}

.tab button:last-child {
	border-right: 0;
}

.tab button:not(.tablinksactive):hover {
	background: rgba(11, 75, 146, 0.06);
	color: #d42d1b !important;
}

.tablinksactive {
	background: #d42d1b !important;
	color: #fff !important;
}

.tabcontent {
	display: none;
}

.tabcontentactive {
	display: block;
}

.api_lfm_schedule {
	display: grid;
	gap: 14px;
}

.schedule-entry,
.schedule-entry--onair {
	display: grid;
	grid-template-columns: 130px minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	background: #fff;
	border: 1px solid rgba(8, 53, 100, 0.08);
	box-shadow: var(--shadow-soft);
	border-radius: var(--radius-lg);
}

.schedule-entry--onair {
	border-left: 4px solid #e63a2e;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.schedule-entry__time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px 12px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
	border-right: 1px solid rgba(8, 53, 100, 0.08);
	text-align: center;
}

.schedule-entry__time strong {
	font-size: 1.15rem;
	line-height: 1;
	font-weight: 800;
	color: #162131;
}

.schedule-entry__time span {
	font-size: 0.78rem;
	color: #667486;
	margin-top: 6px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.schedule-entry__body {
	padding: 18px 18px 16px 0;
}

.schedule-entry__title {
	margin: 0 0 8px;
	font-size: 1.2rem;
	font-weight: 800;
	line-height: 1.15;
	color: #083564;
}

.schedule-entry__desc {
	margin: 0;
	color: var(--text-soft);
	line-height: 1.65;
	font-size: 0.96rem;
}

.schedule-entry__live {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 9px;
	margin-bottom: 8px;
	background: #e63a2e;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 999px;
	box-shadow: 0 6px 12px rgba(230, 58, 46, 0.18);
}

@media (max-width: 1100px) {
	.schedule-hero {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.schedule-panel,
	.schedule-hero {
		padding: 18px;
	}

	.tab button {
		flex: 1 1 50%;
		min-width: 0;
		font-size: 12px;
		padding: 12px 10px;
	}

	.schedule-entry,
	.schedule-entry--onair {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.schedule-entry__time {
		border-right: 0;
		border-bottom: 1px solid rgba(8, 53, 100, 0.08);
		padding: 14px 12px;
	}
	
	.schedule-entry__body {
		padding: 16px;
	}

	.schedule-entry__title {
		font-size: 1.05rem;
	}

	.schedule-entry__desc {
		font-size: 0.9rem;
	}
}

@media (max-width: 560px) {
	.tab button {
		flex: 1 1 100%;
	}
}