/* Light Glass TV — 2026 theme overlay for Default template */

:root {
	--t26-brand: #007cce;
	--t26-brand-hover: #006ab0;
	--t26-brand-light: #3399d9;
	--t26-brand-rgb: 0, 124, 206;
	--t26-ink: #1a1f28;
	--t26-muted: #5c6570;
	--t26-bg: #eef2f8;
	--t26-mesh-1: rgba(var(--t26-brand-rgb), 0.09);
	--t26-mesh-2: rgba(79, 70, 229, 0.06);
	--t26-glass: rgba(255, 255, 255, 0.62);
	--t26-glass-solid: rgba(255, 255, 255, 0.92);
	--t26-glass-alt: rgba(255, 255, 255, 0.48);
	--t26-glass-border: rgba(255, 255, 255, 0.88);
	--t26-glass-edge: rgba(var(--t26-brand-rgb), 0.12);
	--t26-blur: 16px;
	--t26-radius-block: 5px;
	--t26-radius-tile: 4px;
	--t26-radius-pill: 999px;
	--t26-shadow: 0 4px 24px rgba(16, 24, 40, 0.06);
	--t26-shadow-hover: 0 12px 32px rgba(var(--t26-brand-rgb), 0.14);
	--t26-font: "Inter", Regular, Arial, Helvetica, sans-serif;
}

/* --- Base --- */
html {
	overflow-x: clip;
}

body {
	overflow-x: visible;
	background:
		radial-gradient(ellipse 80% 55% at 8% -5%, var(--t26-mesh-1), transparent 55%),
		radial-gradient(ellipse 65% 45% at 92% 0%, var(--t26-mesh-2), transparent 50%),
		var(--t26-bg);
	color: var(--t26-ink);
	font-family: var(--t26-font);
}

body,
select,
input,
textarea,
button {
	font-family: var(--t26-font);
}

a:hover {
	color: var(--t26-brand);
}

/* --- Shared glass block --- */
.t26-block,
.topch,
.topch--alt,
.sidebar,
.sidebar2,
.sidebar3,
.content_cards,
.content_text,
.content_video,
.content_items,
.category-desc-box,
.on-now-block,
.content_video-latest,
.content_list,
.tv-program,
.tv-channel-hero,
.tv-channel-onair,
.chv-list,
.chlist-item,
.watch-now-item,
.content_card,
.content_cards-wrapper > .content_card,
.header2,
.header3,
.header_mob,
.chviewbar__switch {
	background: var(--t26-glass);
	border: none;
	border-radius: var(--t26-radius-block);
	box-shadow: var(--t26-shadow);
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.t26-block,
	.header,
	.topch,
	.topch--alt,
	.topch-item,
	.chv-list,
	.chlist-item,
	.sidebar,
	.sidebar2,
	.sidebar3,
	.watch-now-item,
	.content_card,
	.content_cards,
	.content_text,
	.content_video,
	.content_items,
	.category-desc-box,
	.on-now-block,
	.content_video-latest,
	.content_list,
	.tv-program,
	.tv-channel-hero,
	.tv-channel-onair,
	.header2,
	.header3,
	.chviewbar__switch {
		backdrop-filter: blur(var(--t26-blur)) saturate(1.12);
		-webkit-backdrop-filter: blur(var(--t26-blur)) saturate(1.12);
	}
}

.topch--alt {
	background: var(--t26-glass-alt);
}

/* --- Header --- */
.header {
	position: sticky;
	top: 0;
	z-index: 200;
	background: rgba(255, 255, 255, 0.72);
	border-bottom: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 1px 0 var(--t26-glass-edge), 0 4px 20px rgba(16, 24, 40, 0.04);
	border-radius: 0;
}

.header_top {
	padding: 14px 0;
}

.header_top-search input {
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid var(--t26-glass-edge);
	border-radius: var(--t26-radius-block);
	color: var(--t26-ink);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header_top-search input:focus {
	border-color: rgba(var(--t26-brand-rgb), 0.35);
	box-shadow: 0 0 0 3px rgba(var(--t26-brand-rgb), 0.1);
	background: rgba(255, 255, 255, 0.85);
}

.header_top-search input::placeholder {
	color: var(--t26-muted);
	opacity: 0.85;
}

.header_nav {
	padding: 12px 0 14px;
	border-top: 1px solid rgba(var(--t26-brand-rgb), 0.08);
}

.header_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 4px 20px;
}

.header_nav ul li {
	display: flex;
}

.header_nav ul a {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: var(--t26-brand);
	padding: 7px 12px;
	border-radius: var(--t26-radius-tile);
	transition: color 0.2s ease, background 0.2s ease;
}

.header_nav ul a:hover {
	color: var(--t26-brand-hover);
	background: rgba(var(--t26-brand-rgb), 0.08);
}

/* --- Main layout --- */
.main {
	margin-top: 24px;
}

.main_wrapper:not(.main_wrapper--full) {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	align-items: start;
	gap: 20px;
}

.main_wrapper--full {
	display: block;
}

.main .content {
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	gap: 20px !important;
	padding: 0 !important;
	margin: 0;
	width: auto;
	min-width: 0;
	align-self: start;
}

.sidebars {
	align-self: start;
	width: 300px;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.main_wrapper--full .content {
	background: transparent;
	box-shadow: none;
}

/* --- Section panels (.topch) --- */
.topch {
	margin-bottom: 20px;
	padding: 22px 20px 24px;
	border-radius: var(--t26-radius-block);
}

/* --- Section titles --- */
.content_title,
.main .content_title,
.topch .content_title,
.content_list .content_title,
.main_wrapper--full .content_title,
.content_video .content_title {
	font-size: 1.35rem;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--t26-brand);
	margin-bottom: 4px;
}

.main .content_title::before,
.topch .content_title::before {
	display: none;
}

.content_title h1,
.main .content_title h1,
.topch .content_title h1,
.main_wrapper--full .content_title h1 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	color: inherit;
}

.content_title .content_title__name,
.main .content_title .content_title__name {
	color: var(--t26-brand);
}

.content_title .content_title__suffix,
.main .content_title .content_title__suffix {
	color: var(--t26-muted);
	font-weight: 400;
}

/* --- Channel tile grid --- */
.topch__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	padding-top: 16px;
	margin-top: 0;
}

@media (max-width: 1100px) {
	.topch__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.topch__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
}

/* TV channels catalog (/tv-channels/) — 5 tiles per row */
.main_wrapper--full .topch__grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1200px) {
	.main_wrapper--full .topch__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.main_wrapper--full .topch__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 700px) {
	.main_wrapper--full .topch__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* TV channels catalog — edit gear before channel name (admins only) */
.main_wrapper--full .topch__grid .topch-item,
.tvp-list .topch-item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
	width: 100%;
}

.main_wrapper--full .topch__grid .topch-item__logo-link,
.tvp-list .topch-item__logo-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.main_wrapper--full .topch__grid .topch-item__name,
.tvp-list .topch-item__name {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
	max-width: 100%;
	min-height: 36px;
	-webkit-line-clamp: unset;
	align-self: center;
}

.main_wrapper--full .topch__grid .topch-item__meta,
.tvp-list .topch-item__meta {
	align-self: center;
}

.main_wrapper--full .topch__grid .topch-item__name a,
.tvp-list .topch-item__name a {
	text-decoration: none;
	color: inherit;
}

.main_wrapper--full .topch__grid .topch-item__name img,
.tvp-list .topch-item__name img {
	flex-shrink: 0;
	vertical-align: middle;
}

.main_wrapper--full .topch__grid .topch-item:hover .topch-item__name a,
.main_wrapper--full .topch__grid .topch-item:focus-within .topch-item__name a,
.tvp-list .topch-item:hover .topch-item__name a,
.tvp-list .topch-item:focus-within .topch-item__name a {
	color: var(--t26-muted);
}

/* --- Sidebar popular webcams — compact 2×5 miniatures, no panel --- */
.home-webcams--sidebar {
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

.home-webcams--sidebar .sidebar_title {
	margin-bottom: 10px;
	padding-left: 4px;
	min-height: 0;
	height: auto;
	background: transparent;
}

.home-webcams__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px;
}

.home-webcams__item {
	display: block;
	min-width: 0;
	text-decoration: none;
	color: inherit;
}

.home-webcams__thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 3px;
	background: #111820;
	container-type: inline-size;
}

.home-webcams__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.home-webcams__img.home-webcams__img--logo-fallback {
	object-fit: contain;
	padding: 8px;
	background: #f4f8fc;
	box-sizing: border-box;
}

.home-webcams__item:hover .home-webcams__img,
.home-webcams__item:focus-visible .home-webcams__img {
	transform: scale(1.05);
}

.home-webcams__play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: clamp(18px, 24cqi, 28px);
	height: clamp(18px, 24cqi, 28px);
	margin: 0;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.72);
	border: 0;
	outline: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
	pointer-events: none;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home-webcams__play::after {
	content: '';
	margin-left: 2px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
}

.home-webcams__item:hover .home-webcams__play,
.home-webcams__item:focus-visible .home-webcams__play {
	opacity: 1;
	background: rgba(var(--t26-brand-rgb), 0.92);
	border: 0;
	outline: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.home-webcams__item:hover .home-webcams__thumb,
.home-webcams__item:focus-visible .home-webcams__thumb {
	outline: none;
	border: 0;
	box-shadow: none;
}

.home-webcams__more {
	margin: 10px 0 0;
	padding-left: 4px;
	text-align: left;
}

.home-webcams__more a {
	display: inline;
	color: var(--t26-brand);
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.home-webcams__more a:hover {
	color: var(--t26-brand-hover);
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* --- Sidebar popular webcams: featured cards --- */
.home-webcams--sidebar {
	padding: 12px;
	background: var(--t26-glass);
	border: 0;
	border-radius: var(--t26-radius-block);
	box-shadow: var(--t26-shadow);
}

.home-webcams--sidebar .sidebar_title {
	margin-bottom: 12px;
	color: var(--t26-brand);
}

.home-webcams__grid { gap: 8px; }

.home-webcams__thumb {
	border: 0;
	border-radius: 8px;
	box-shadow: 0 2px 7px rgba(16, 24, 40, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-webcams__play { opacity: 0.88; }

.home-webcams__item:hover .home-webcams__thumb,
.home-webcams__item:focus-visible .home-webcams__thumb {
	box-shadow: 0 8px 18px rgba(var(--t26-brand-rgb), 0.2);
	transform: translateY(-2px);
}

.home-webcams__caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	overflow: hidden;
	padding: 16px 7px 6px;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	background: linear-gradient(transparent, rgba(10, 18, 30, 0.88));
	color: #fff;
	font-size: clamp(10px, 8cqi, 12px);
	font-weight: 600;
	line-height: 1.2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.home-webcams__more { margin: 12px 0 0; padding-left: 0; text-align: center; }

.home-webcams__more a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	padding: 0 2px;
	border: 0;
	border-radius: 0;
	background: transparent;
	transition: color 0.2s ease;
}

.home-webcams__more a::after { content: '→'; font-size: 16px; line-height: 1; transition: transform 0.2s ease; }

.home-webcams__more a:hover { background: transparent; text-decoration: underline; text-underline-offset: 2px; }
.home-webcams__more a:hover::after { transform: translateX(3px); }

/* --- Channel tiles --- */
.topch-item {
	padding: 14px 10px 12px;
	border-radius: var(--t26-radius-tile);
	background: rgba(255, 255, 255, 0.5);
	border: none;
	box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
	transition:
		transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.topch-item:hover {
	transform: translateY(-3px);
	box-shadow: var(--t26-shadow-hover);
}

.topch-item__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(var(--t26-brand-rgb), 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
	overflow: hidden;
}

.topch-item__logo img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
	object-fit: cover;
	object-position: center;
}

/* TV channels catalog — full-width rectangular logo frame */
.main_wrapper--full .topch__grid .topch-item__logo-link,
.tvp-list .topch-item__logo-link {
	width: 100%;
	max-width: 116px;
	margin-left: auto;
	margin-right: auto;
}

.main_wrapper--full .topch__grid .topch-item__logo,
.tvp-list .topch-item__logo {
	width: 100%;
	max-width: 116px;
	height: auto;
	aspect-ratio: 3 / 2;
	margin-bottom: 8px;
	border-radius: 8px;
	padding: 6px 8px;
}

.main_wrapper--full .topch__grid .topch-item__logo img,
.tvp-list .topch-item__logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

/* Other program pages — rectangular channel logos */
.main_wrapper--full .topch-item__logo,
.tvp-page .topch-item__logo {
	width: 100%;
	max-width: 132px;
	height: 88px;
	border-radius: 10px;
}

.main_wrapper--full .topch-item__logo img,
.tvp-page .topch-item__logo img {
	object-fit: cover;
}

/* --- Channel names: blue default, gray on hover --- */
.topch-item__name,
.chlist-item__title a,
.content_video-latest-card_title {
	color: var(--t26-brand);
	transition: color 0.2s ease;
}

.topch-item:hover .topch-item__name,
.topch-item:focus-visible .topch-item__name,
.chv-item:hover .topch-item__name,
.chlist-item__title a:hover,
.chv-list:hover .chlist-item__title a,
.chlist-item:hover .chlist-item__title a,
.content_video-latest-card:hover .content_video-latest-card_title {
	color: var(--t26-muted);
}

.chlist-item__title {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.01em;
}

.chlist-item__title a {
	text-decoration: none;
}

.topch-item__name {
	font-size: 14px;
	line-height: 1.28;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 36px;
	margin-bottom: 6px;
}

.topch-item__country {
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 500;
	color: var(--t26-muted);
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(var(--t26-brand-rgb), 0.08);
	border-radius: var(--t26-radius-tile);
	max-width: 110px;
}

/* --- Catalog list cards --- */
/* Rating in list view — hidden for now, markup kept in shortstory.tpl */
.chlist-item__meta {
	display: none;
}

.chv-list,
.chlist-item {
	padding: 18px 16px;
	border-radius: var(--t26-radius-block);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.chv-list:hover,
.chlist-item:hover {
	box-shadow: var(--t26-shadow-hover);
	transform: translateY(-1px);
}

/* Grid view: search info / titles — not tiles */
.chview--grid > :not(.chv-item) {
	grid-column: 1 / -1;
	width: 100%;
}

.chview-meta {
	margin: 0 0 12px;
	font-size: 15px;
	line-height: 1.45;
	color: var(--t26-muted);
}

.chlist-item__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 88px;
	width: 88px;
	height: 88px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid rgba(var(--t26-brand-rgb), 0.1);
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
}

.chlist-item__logo img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
	object-fit: cover;
	object-position: center;
}

.chlist-item__country {
	font-size: 13px;
	color: var(--t26-muted);
}

.chlist-item__desc {
	color: var(--t26-muted);
}

/* --- View switcher --- */
.chviewbar__switch {
	padding: 4px;
	background: rgba(255, 255, 255, 0.55);
	border: 1px solid var(--t26-glass-edge);
}

.chviewbar__btn {
	border-radius: var(--t26-radius-tile);
}

.chviewbar__btn:hover {
	background: rgba(var(--t26-brand-rgb), 0.08);
}

.chviewbar__btn.is-active,
.chviewbar__btn[data-view="grid"].is-active {
	background: rgba(var(--t26-brand-rgb), 0.14);
}

/* --- Sidebars --- */
.sidebar_title {
	font-family: var(--t26-font);
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--t26-ink);
}

.home-webcams .sidebar_title {
	color: var(--t26-brand);
}

.sidebar_list ul li a {
	font-family: var(--t26-font);
	font-size: 14px;
	line-height: 1.35;
	font-weight: 400;
	color: var(--t26-ink);
}

.sidebar_list ul li a:hover {
	color: var(--t26-brand);
}

/* --- Content blocks --- */
.content_cards {
	padding: 22px 20px 28px;
	margin-top: 0 !important;
}

.main .content > .content_cards,
.main .content > .topch,
.main .content > .content_video,
.main .content > .content_text,
.main .content > .content_items {
	margin-top: 0 !important;
}

.content_text {
	padding: 22px 20px;
}

.content_video {
	padding: 20px;
}

.content_items {
	padding: 16px 20px;
	margin-bottom: 20px;
}

.category-desc-box {
	margin-top: 20px;
	padding: 20px;
}

.on-now-block {
	padding: 20px;
	margin-bottom: 20px;
}

.content_list,
.tv-program {
	padding: 22px 20px 28px;
	margin-top: 20px;
}

.content_list .content_title,
.tv-program-title {
	margin-bottom: 16px;
	font-weight: 500;
	letter-spacing: -0.01em;
	color: var(--t26-brand);
}

.tv-program-title::after {
	background: var(--t26-brand);
	border-radius: var(--t26-radius-pill);
}

.content_video-latest {
	--yt-gap: clamp(8px, 1vw, 14px);
	--yt-min-col: max(108px, (100% - 5 * var(--yt-gap)) / 6);
	container-type: inline-size;
	padding: clamp(14px, 2vw, 20px);
	margin-top: 20px;
	border-radius: var(--t26-radius-block);
}

/* --- YouTube videos grid (fluid 16:9, up to 6 per row) --- */
.content_video-latest .channel-list {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(var(--yt-min-col), 1fr));
	gap: var(--yt-gap);
	margin-top: clamp(12px, 1.5vw, 16px);
	justify-content: initial;
	flex-wrap: initial;
	width: 100%;
}

.content_video-latest .content_video-latest-card {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	min-width: 0;
	max-width: none;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	font: inherit;
	color: inherit;
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	transition: opacity 0.25s ease;
	opacity: 1;
	container-type: inline-size;
}

.content_video-latest .content_video-latest-card.is-entering {
	opacity: 0;
	transform: translateY(10px);
}

.content_video-latest .content_video-latest-card.is-visible {
	animation: ytCardIn 0.45s ease forwards;
	animation-delay: var(--yt-delay, 0ms);
}

@keyframes ytCardIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.content_video-latest .content_video-latest-card:hover,
.content_video-latest .content_video-latest-card:focus-visible {
	transform: none;
	border: 0;
	background: transparent;
	box-shadow: none;
	outline: none;
}

.content_video-latest .content_video-latest-card_img {
	position: relative;
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 0;
	border-radius: var(--t26-radius-tile);
	background: #111820;
	container-type: inline-size;
}

.content_video-latest .content_video-latest-card_img img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
	transition: transform 0.35s ease;
}

.content_video-latest .content_video-latest-card:hover .content_video-latest-card_img img,
.content_video-latest .content_video-latest-card:focus-visible .content_video-latest-card_img img {
	transform: scale(1.04);
}

.content_video-latest .content_video-latest-card_play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: clamp(26px, 20cqi, 52px);
	height: clamp(26px, 20cqi, 52px);
	margin: 0;
	border-radius: 50%;
	background: rgba(15, 23, 42, 0.72);
	border: 0;
	outline: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: background 0.25s ease, box-shadow 0.25s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content_video-latest .content_video-latest-card_play::after {
	content: '';
	position: static;
	left: auto;
	top: auto;
	margin-left: clamp(2px, 0.6cqi, 4px);
	border-style: solid;
	border-width: clamp(5px, 2.4cqi, 9px) 0 clamp(5px, 2.4cqi, 9px) clamp(7px, 3.6cqi, 14px);
	border-color: transparent transparent transparent #fff;
}

.content_video-latest .content_video-latest-card:hover .content_video-latest-card_play,
.content_video-latest .content_video-latest-card:focus-visible .content_video-latest-card_play {
	transform: translate(-50%, -50%);
	background: rgba(var(--t26-brand-rgb), 0.92);
	border: 0;
	outline: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.content_video-latest .content_video-latest-card:hover .content_video-latest-card_img,
.content_video-latest .content_video-latest-card:focus-visible .content_video-latest-card_img {
	outline: none;
	border: 0 !important;
	box-shadow: none;
}

.content_video-latest .content_video-latest-card_duration {
	position: absolute;
	right: clamp(4px, 1.5cqi, 8px);
	bottom: clamp(4px, 1.5cqi, 8px);
	padding: clamp(1px, 0.5cqi, 2px) clamp(4px, 1.8cqi, 7px);
	border-radius: clamp(3px, 0.8cqi, 4px);
	font-size: clamp(9px, 2.4cqi, 11px);
	font-weight: 600;
	line-height: 1.3;
	color: #fff;
	background: rgba(0, 0, 0, 0.78);
	pointer-events: none;
}

.content_video-latest .content_video-latest-card_duration:empty {
	display: none;
}

.content_video-latest .content_video-latest-card_title {
	display: -webkit-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	padding: clamp(6px, 1.5cqi, 10px) clamp(2px, 0.8cqi, 4px) 0;
	font-size: clamp(12px, 3.2cqi, 15px);
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	white-space: normal !important;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.channel-list-more-wrap {
	margin-top: 10px;
	text-align: center;
}

.channel-list-more,
.content_text .read-more-button,
.watch-now-more__btn,
.tvpost-schedule__more-btn {
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	text-align: center;
	color: var(--t26-brand) !important;
	font: inherit;
	font-size: 14px !important;
	font-weight: 400 !important;
	font-family: inherit !important;
	line-height: 1.4;
	min-height: 0 !important;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.2s ease;
}

.channel-list-more,
.tvpost-schedule__more-btn {
	display: inline;
	width: auto;
	margin: 0;
}

.channel-list-more:hover:not(:disabled),
.content_text .read-more-button:hover,
.watch-now-more__btn:hover:not(:disabled),
.tvpost-schedule__more-btn:hover:not(:disabled) {
	color: var(--t26-brand-hover) !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	transform: none;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.channel-list-more:disabled,
.channel-list-more.is-loading,
.watch-now-more__btn:disabled,
.tvpost-schedule__more-btn.is-loading {
	opacity: 0.65;
	cursor: wait;
}

/* --- YouTube modal --- */
body.yt-modal-open {
	overflow: hidden;
}

.yt-modal[hidden] {
	display: none !important;
}

.yt-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.yt-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.72);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	opacity: 0;
	transition: opacity 0.28s ease;
}

.yt-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(960px, 100%);
	border: 0;
	border-radius: var(--t26-radius-block);
	background: transparent;
	box-shadow: none;
	overflow: visible;
	transform: translateY(16px) scale(0.98);
	opacity: 0;
	transition: transform 0.28s ease, opacity 0.28s ease;
}

.yt-modal.is-open .yt-modal__backdrop {
	opacity: 1;
}

.yt-modal.is-open .yt-modal__dialog {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.yt-modal__close {
	position: absolute;
	top: -12px;
	right: -12px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--t26-ink);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
	transition: background 0.2s ease, color 0.2s ease;
}

.yt-modal__close:hover {
	background: #fff;
	color: var(--t26-brand);
}

.yt-modal__title {
	display: none !important;
}

.yt-modal__player {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: var(--t26-radius-block);
	overflow: hidden;
	box-shadow: 0 28px 80px rgba(15, 23, 42, 0.45);
}

.yt-modal__player iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 767.98px) {
	.content_video-latest {
		--yt-min-col: max(96px, (100% - 3 * var(--yt-gap)) / 4);
	}

	.yt-modal {
		padding: 12px;
	}
}

@media (max-width: 479.98px) {
	.content_video-latest {
		--yt-min-col: max(88px, (100% - var(--yt-gap)) / 2);
	}
}

/* --- Watch now --- */
.watch-now-item {
	padding: 16px;
	border-radius: var(--t26-radius-block);
}

.watch-now-item:hover {
	transform: translateY(-2px);
	box-shadow: var(--t26-shadow-hover);
}

.watch-now-item__poster {
	border-radius: var(--t26-radius-tile);
}

.watch-now-item__logo {
	flex: 0 0 132px;
	width: 132px;
	height: 88px;
	min-height: 88px;
	align-self: center;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(var(--t26-brand-rgb), 0.1);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.watch-now-item__logo img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 !important;
	object-fit: contain;
	object-position: center;
}

/* --- Channel page --- */
.content_card {
	border-radius: var(--t26-radius-block);
}

.content_card-logo {
	border-radius: 10px;
	overflow: hidden;
}

.tvhero2__logo {
	flex: 0 0 132px;
	width: 132px;
	height: 88px;
	border-radius: 10px;
	border: 1px solid rgba(var(--t26-brand-rgb), 0.1);
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tvhero2__logo img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 !important;
	object-fit: cover;
	object-position: center;
}

.tv-channel-logo {
	width: 132px;
	height: 88px;
	border-radius: 10px;
	border: 1px solid rgba(var(--t26-brand-rgb), 0.1);
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.tv-channel-logo img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0 !important;
	object-fit: cover;
	object-position: center;
}

/* Country: gap between flag and name */
a.sgcountry {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.tvhero2__country .cat-flag-img,
.tv-channel-country .tv-channel-flag {
	flex-shrink: 0;
	margin-right: 2px;
}

.tv-channel-country {
	gap: 10px !important;
}

/* TV channel page — logo + description in one glass block */
.tv-channel-hero {
	margin-bottom: 20px;
	padding: 22px 20px 24px;
}

.tv-channel-hero .tv-channel-head {
	margin-bottom: 0;
}

.tv-channel-hero .tv-channel-title {
	margin: 0 0 8px;
	font-size: 1.35rem;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--t26-ink);
}

.tv-channel-hero .tv-channel-country {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--t26-text-muted);
}

.tv-channel-hero .channel-description {
	margin: 16px 0 0;
	padding-top: 16px;
	border-top: 1px solid rgba(var(--t26-brand-rgb), 0.08);
	font-size: 15px;
	line-height: 1.65;
	color: var(--t26-text);
}

.tv-channel-hero .channel-description__text {
	max-height: 9.5em;
}

.tv-channel-hero .channel-description__text::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.72));
}

.tv-channel-hero .channel-description__more {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: none;
	box-shadow: none;
	color: var(--t26-brand);
	font: inherit;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
}

.tv-channel-hero .channel-description__more:hover {
	color: var(--t26-brand);
	text-decoration: underline;
}

.tv-channel-onair-wrap {
	margin-bottom: 20px;
}

.tv-channel-onair {
	padding: 14px 16px;
	border: none;
	border-radius: var(--t26-radius-block);
	background: rgba(255, 255, 255, 0.55);
}

.tv-channel-onair__epg {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

.tv-channel-onair__slot {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 0;
}

.tv-channel-onair__poster {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: var(--t26-radius-tile);
	overflow: hidden;
	background:
		linear-gradient(145deg, rgba(var(--t26-brand-rgb), 0.12), rgba(var(--t26-brand-rgb), 0.04)),
		#e8eef8;
}


.tv-channel-onair__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tv-channel-onair__img.is-hidden {
	display: none !important;
}

.tv-channel-onair__col {
	border: 0;
	background: rgba(255, 255, 255, 0.55);
	border-radius: var(--t26-radius-tile);
}

.tv-channel-onair__col--now {
	border: 0 !important;
	background: rgba(var(--t26-brand-rgb), 0.08) !important;
}

.tv-channel-onair__progress span {
	background: var(--t26-brand) !important;
}

@media (max-width: 767.98px) {
	.tv-channel-onair__epg {
		grid-template-columns: 1fr;
	}

	.tv-channel-hero {
		padding: 18px 14px 20px;
	}

	.tv-channel-hero .tv-channel-head {
		flex-direction: row;
		align-items: flex-start;
	}

	.tv-channel-hero .tv-channel-title {
		font-size: 1.2rem;
	}
}

.tv-player-wrap {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--t26-radius-block);
	box-shadow: var(--t26-shadow);
	width: 100%;
	position: relative;
	background: #000;
	overflow: hidden;
}

/* --- Multi-source player tabs --- */
.tv-player-hub {
	margin-bottom: 4px;
}

.tv-player-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 18px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}

.tv-player-tabs__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0;
	padding: 4px 0 6px;
	border: 0 !important;
	border-radius: 0;
	background: none !important;
	box-shadow: none !important;
	outline: none;
	color: var(--t26-text-muted);
	font: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	cursor: pointer;
	transition: color 0.2s ease;
}

.tv-player-tabs__btn:hover,
.tv-player-tabs__btn:focus,
.tv-player-tabs__btn:focus-visible {
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	outline: none;
	color: var(--t26-brand);
}

.tv-player-tabs__btn.is-active {
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	color: var(--t26-brand);
	font-weight: 500;
}

.tv-player-tabs__btn.is-active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	border-radius: 1px;
	background: var(--t26-brand);
}

.tv-player-panel__inner .video-js,
.tv-player-panel__inner iframe.tv-player-embed {
	width: 100% !important;
	height: 460px !important;
	background: #000;
	border: 0;
	border-radius: var(--t26-radius-block);
}

.tv-player-wrap .video-js {
	width: 100% !important;
	height: 100% !important;
}

.tv-player-status {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 5;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 20px;
	display: none;
}

.tv-player-status.active {
	display: block;
}

.tv-player-stream-fallback {
	position: absolute;
	inset: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.72);
	color: rgba(255, 255, 255, 0.92);
	font-size: 15px;
	line-height: 1.45;
}

.tv-player-stream-fallback[hidden] {
	display: none !important;
}

.tv-player-stream-fallback p {
	margin: 0;
	max-width: 420px;
}

.vjs-live-control {
	display: flex !important;
}

@media (max-width: 767.98px) {
	.tv-player-panel__inner .video-js,
	.tv-player-panel__inner iframe.tv-player-embed {
		height: 260px !important;
	}
}

/* --- Rating stars (transparent, sharper) --- */
.content_video .rating,
.tvhero2__rating .rating,
.content_card .rating,
.chlist-item__meta .rating {
	background: transparent !important;
}

.content_video .unit-rating,
.tvhero2__rating .unit-rating,
.content_card .unit-rating,
.content_video-voting .unit-rating,
.chlist-item__meta .unit-rating {
	background-color: transparent !important;
	background-image: url('/templates/Default/images/rating-stars.svg') !important;
	background-size: 115px auto !important;
	background-repeat: no-repeat !important;
	background-position: 0 -46px !important;
}

/* DLE prints width % as text inside li (e.g. "100", "80") — must stay hidden */
.content_video .unit-rating li,
.tvhero2__rating .unit-rating li,
.content_card .unit-rating li,
.content_video-voting .unit-rating li,
.chlist-item__meta .unit-rating li {
	text-indent: -90000px !important;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.content_video .unit-rating li a:hover,
.tvhero2__rating .unit-rating li a:hover,
.content_card .unit-rating li a:hover,
.content_video-voting .unit-rating li a:hover,
.chlist-item__meta .unit-rating li a:hover {
	background-image: url('/templates/Default/images/rating-stars.svg') !important;
	background-position: 0 -23px !important;
	background-size: 115px auto !important;
	background-color: transparent !important;
}

.content_video .unit-rating li.current-rating,
.tvhero2__rating .unit-rating li.current-rating,
.content_card .unit-rating li.current-rating,
.content_video-voting .unit-rating li.current-rating,
.chlist-item__meta .unit-rating li.current-rating {
	background-image: url('/templates/Default/images/rating-stars.svg') !important;
	background-position: 0 0 !important;
	background-size: 115px auto !important;
	background-color: transparent !important;
	position: absolute;
	height: 23px;
	z-index: 1;
	text-indent: -90000px !important;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

/* --- Pagination / nav --- */
.tvp-nav,
.pager-wrap,
.pager3 {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	padding: 0 !important;
}

.pager-wrap,
.tvp-nav {
	margin-top: 24px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.pager3 {
	margin: 0;
}

/* --- Footer --- */
.footer {
	background: linear-gradient(180deg, #1c2128 0%, #171b21 100%);
	border-top: none;
	margin-top: 48px;
	color: rgba(255, 255, 255, 0.88);
	border-radius: 0;
}

.footer_compact {
	padding: 28px 0 18px;
}

.footer_links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_links--main {
	margin-bottom: 10px;
}

.footer_links--main a {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	padding: 4px 2px;
	border-bottom: 2px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.footer_links--main a:hover {
	color: #fff;
	border-bottom-color: var(--t26-brand, #007cce);
}

.footer_links--sub {
	margin-bottom: 18px;
	gap: 6px 18px;
}

.footer_links--sub a {
	font-size: 13px;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.52);
	text-decoration: none;
	transition: color 0.15s ease;
}

.footer_links--sub a:hover {
	color: rgba(255, 255, 255, 0.82);
}

.footer_langs {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding-top: 16px;
	margin-bottom: 14px;
}

.footer_lang-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_lang-list li {
	margin: 0;
}

.footer_lang-list a {
	display: inline;
	width: auto !important;
	min-width: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 13px;
	line-height: 1.35;
	background: transparent;
	color: rgba(255, 255, 255, 0.62);
	text-decoration: none;
	transition: color 0.15s ease;
}

.footer_lang-list a:hover,
.footer_lang-list a.active {
	background: transparent;
	border: none;
	color: #fff;
}

.footer_disclaimer,
.footer_bottom-text {
	text-align: center;
	font-size: 12px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.4);
	margin: 0;
	opacity: 1;
}

.footer_banner {
	max-height: 110px;
	margin-top: 14px;
	text-align: center;
}

.footer_copy {
	background: #14181e;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.45);
	opacity: 1;
	padding: 12px 16px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 767.98px) {
	.footer_compact {
		padding: 22px 0 14px;
	}

	.footer_links--main {
		gap: 8px 14px;
	}

	.footer_links--main a {
		font-size: 14px;
	}

	.footer_links--sub {
		gap: 6px 12px;
		justify-content: flex-start;
	}

	.footer_lang-list {
		justify-content: flex-start;
	}
}

.background-light,
.background-light2 {
	background: transparent;
	padding-top: 0;
	padding-bottom: 0;
}

.section-description {
	margin-top: 20px;
}

.main_wrapper--full .section-description:empty {
	display: none;
	margin: 0;
	padding: 0;
}

/* --- Legacy NET cyan (#1480d9) → site blue (#007cce) --- */
#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
	background: var(--t26-brand) !important;
}

.content_video-latest-more,
.tvhero2__link--site,
.tv-channel-back__link,
.tv-channel-breadcrumbs a:hover {
	color: var(--t26-brand) !important;
}

.chlist-item__country a:hover,
.chlist-item__icon {
	color: var(--t26-brand) !important;
}

.chviewbar__btn.is-active[data-view="grid"]::before {
	background-image:
		linear-gradient(var(--t26-brand) 0 0),
		linear-gradient(var(--t26-brand) 0 0),
		linear-gradient(var(--t26-brand) 0 0),
		linear-gradient(var(--t26-brand) 0 0);
}

.chviewbar__btn.is-active[data-view="list"]::before {
	background-image:
		linear-gradient(var(--t26-brand) 0 0),
		linear-gradient(var(--t26-brand) 0 0),
		linear-gradient(var(--t26-brand) 0 0);
}

html[data-channels-view="grid"] .chviewbar__btn[data-view="grid"] {
	background: rgba(var(--t26-brand-rgb), 0.12);
}

.chviewbar__btn.is-active {
	background: rgba(var(--t26-brand-rgb), 0.14) !important;
}

.watch-now-item__poster-meta--plain .watch-now-item__title:hover,
.watch-now-item__watch,
.watch-now-item__time,
.watch-now-item__remaining,
.tv-program-item__time,
.tv-program-item__watch,
.tvpost-schedule__time,
.tv-channel-schedule__time {
	color: var(--t26-brand) !important;
}

.watch-now-item__watch:hover {
	color: var(--t26-brand-hover) !important;
}

.watch-now-item__col--now {
	background: rgba(var(--t26-brand-rgb), 0.08);
}

.watch-now-item__progress span,
.tvp-filters__btn,
.tv-program-inline__trailer-btn,
.tvpost-inline__trailer-btn,
.tv-program-days a:hover,
.tv-program-days a.active,
.tv-days-item:hover,
.tv-days-item.is-active,
.tvpost-schedule__watch-btn {
	background: var(--t26-brand) !important;
}

.tvp-filters__btn:hover {
	background: var(--t26-brand-hover) !important;
}

.tvp-filters__select-wrap::after {
	border-right-color: var(--t26-brand) !important;
	border-bottom-color: var(--t26-brand) !important;
}

.tvp-filters__input:focus,
.tvp-filters__select:hover,
.tvp-filters__select:focus {
	outline-color: var(--t26-brand);
}

.tv-program-item__progress span,
.tvpost-schedule__progress span,
.tv-channel-schedule__progress span {
	background: var(--t26-brand) !important;
}

/* --- TV program schedule (news page + channel EPG) --- */
.tvpost-schedule__item,
.tv-program-item {
	background: rgba(255, 255, 255, 0.55) !important;
	border: 0 !important;
	border-radius: var(--t26-radius-tile) !important;
	box-shadow: none !important;
	outline: none !important;
	transition: background 0.25s ease;
}

.tvpost-schedule__item:hover,
.tvpost-schedule__item:focus,
.tvpost-schedule__item:focus-visible,
.tv-program-item:hover,
.tv-program-item:focus,
.tv-program-item:focus-visible {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	background: rgba(var(--t26-brand-rgb), 0.08) !important;
	transform: none;
}

.tvpost-schedule__item--now,
.tv-program-item.is-now {
	border: 0 !important;
	outline: none !important;
	background: rgba(var(--t26-brand-rgb), 0.08) !important;
	box-shadow: none !important;
	transform: none;
}

.tvpost-schedule__item--now:hover,
.tvpost-schedule__item--now:focus,
.tvpost-schedule__item--now:focus-visible,
.tv-program-item.is-now:hover,
.tv-program-item.is-now:focus,
.tv-program-item.is-now:focus-visible {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	transform: none;
	background: rgba(var(--t26-brand-rgb), 0.1) !important;
}

.tvpost-schedule__item--open,
.tv-program-item.is-open {
	border: 0 !important;
	outline: none !important;
	background: rgba(var(--t26-brand-rgb), 0.08) !important;
	box-shadow: none !important;
	transform: none;
}

.tvpost-schedule__item.is-past,
.tv-program-item.is-past {
	opacity: 0.82;
}

.tvpost-schedule__item.is-past:hover,
.tv-program-item.is-past:hover {
	opacity: 1;
}

/* Load more — same as videos / channels */
.tvpost-schedule__more,
.content_list .tvpost-schedule__more {
	margin-top: 10px !important;
	padding: 0 !important;
	text-align: center !important;
}

.tvpost-schedule__more-btn,
.content_list .tvpost-schedule__more-btn {
	display: inline !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	font-weight: 400 !important;
	text-align: center !important;
}

/* Program poster placeholder */
.tvpost-schedule__poster,
.tv-program-item__poster {
	position: relative !important;
	overflow: hidden !important;
}

.tvpost-schedule__img,
.tv-program-poster,
.tv-channel-onair__img,
.watch-now-item__poster > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* --- Mobile --- */
@media (max-width: 767.98px) {
	.main_wrapper:not(.main_wrapper--full) {
		grid-template-columns: 1fr;
	}

	.sidebars {
		width: 100%;
	}

	.topch {
		padding: 18px 14px 20px;
		border-radius: var(--t26-radius-block);
	}

	.topch-item__logo {
		width: 76px;
		height: 76px;
	}

	.header_nav ul a {
		font-size: 22px;
	}

	.mob-menu {
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.topch-item,
	.chv-list,
	.chlist-item,
	.watch-now-item {
		transition: none;
	}

	.topch-item:hover,
	.chv-list:hover,
	.chlist-item:hover,
	.watch-now-item:hover {
		transform: none;
	}
}

/* prog.css overrides — no borders on schedule items */
.content_list .tvpost-schedule__item,
.tvpost-schedule .tvpost-schedule__item {
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

.content_list .tvpost-schedule__item--now,
.tvpost-schedule .tvpost-schedule__item--now,
.content_list .tvpost-schedule__item--open,
.tvpost-schedule .tvpost-schedule__item--open {
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

.content_list .tvpost-schedule__more-btn,
.tvpost-schedule .tvpost-schedule__more-btn {
	display: inline !important;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
	box-shadow: none !important;
	font-family: inherit !important;
	font-weight: 400 !important;
	color: var(--t26-brand) !important;
}

/* relatednews.tpl — webcam thumb: rectangle, not circle */
.chlist-item__logo.chlist-item__logo--webcam {
	flex: 0 0 125px !important;
	width: 125px !important;
	height: 70px !important;
	border-radius: var(--t26-radius-tile, 4px) !important;
	background: #111820;
	overflow: hidden;
	border: 0;
	align-self: center;
}

.chlist-item__logo.chlist-item__logo--webcam img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	border-radius: 0 !important;
	object-fit: cover;
	object-position: center;
}

.chlist-item__logo.chlist-item__logo--webcam img.chlist-item__img--logo {
	padding: 6px;
	box-sizing: border-box;
	background: #f4f8fc;
	object-fit: contain;
}

/* webcam list/related — no outer card frame */
.chv-list:has(.chlist-item__logo--webcam) {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.chv-list:has(.chlist-item__logo--webcam):hover {
	border: 0 !important;
	box-shadow: none !important;
	transform: none;
}

/* fullstory TV channel — circle logo */
.tvhero2__logo.tvhero2__logo--channel {
	flex: 0 0 114px !important;
	width: 114px !important;
	height: 114px !important;
	border-radius: 50% !important;
	background: rgba(255, 255, 255, 0.85);
	overflow: hidden;
	border: 1px solid rgba(var(--t26-brand-rgb), 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
	padding: 0;
	display: block;
}

.tvhero2__logo.tvhero2__logo--channel img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	border-radius: 0 !important;
	border: none !important;
	object-fit: cover !important;
	object-position: center;
}

/* fullstory webcam — circle, no outline */
.tvhero2__logo.tvhero2__logo--webcam {
	flex: 0 0 114px !important;
	width: 114px !important;
	height: 114px !important;
	border-radius: 50% !important;
	background: transparent;
	overflow: hidden;
	border: none !important;
	box-shadow: none !important;
	outline: none;
	padding: 0;
	display: block;
}

.tvhero2__logo.tvhero2__logo--webcam img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	border-radius: 0 !important;
	border: none !important;
	outline: none;
	box-shadow: none;
	object-fit: cover !important;
	object-position: center;
}

/* --- Home: now on air --- */
.topch__grid--now .topch-item--now {
	padding: 10px;
	text-align: center;
}

.topch__grid--now .topch-item--now .topch-item__logo {
	width: 100%;
	max-width: none;
	height: 72px;
	margin: 0 0 9px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.85);
}

.topch__grid--now .topch-item--now .topch-item__logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.topch-item--now .topch-item__name {
	display: block;
	min-height: 0;
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	color: var(--t26-brand);
}

.topch-item--now .topch-item__onair-label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 4px;
	color: #e04848;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.topch-item--now .topch-item__onair-label::before {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: currentColor;
	content: '';
}

.topch-item--now .topch-item__program {
	display: -webkit-box;
	overflow: hidden;
	min-height: 34px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: var(--t26-ink);
	font-size: 12px;
	line-height: 1.35;
}

.topch-item--now .topch-item__time {
	display: block;
	margin-top: 6px;
	color: var(--t26-muted);
	font-size: 11px;
	line-height: 1.25;
}

/* --- Home: tonight --- */
.evening-programs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.evening-program {
	display: block;
	min-width: 0;
	padding: 8px;
	border-radius: var(--t26-radius-tile);
	background: rgba(255, 255, 255, 0.5);
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.evening-program:hover {
	color: inherit;
	transform: translateY(-2px);
	box-shadow: var(--t26-shadow-hover);
}

.evening-program__poster {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	border-radius: 7px;
	background: #e8eef8;
}

.evening-program__poster img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.evening-program__time {
	position: absolute;
	left: 6px;
	bottom: 6px;
	padding: 3px 5px;
	border-radius: 4px;
	background: rgba(15, 23, 42, 0.8);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
}

.evening-program__title,
.evening-program__channel {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.evening-program__title {
	margin-top: 8px;
	color: var(--t26-ink);
	font-size: 12px;
	font-weight: 600;
	text-align: center;
}

.evening-program__channel {
	margin-top: 3px;
	color: var(--t26-brand);
	font-size: 11px;
	text-align: center;
}

@media (max-width: 1100px) {
	.evening-programs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
	.evening-programs { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}

.topch__grid--now .topch-item--now .topch-item__poster {
	position: relative;
	display: block;
	width: 100%;
	height: 108px;
	margin: 0 0 9px;
	overflow: hidden;
	border-radius: 8px;
	background: #e8eef8;
}

.topch__grid--now .topch-item--now .topch-item__poster-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.topch__grid--now .topch-item--now .topch-item__channel-logo {
	position: absolute;
	right: 6px;
	bottom: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 28px;
	padding: 3px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
}

.topch__grid--now .topch-item--now .topch-item__channel-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
