:root {
	--damoatv-bg: #0d1117;
	--damoatv-panel: #0b1d33;
	--damoatv-panel-2: #101923;
	--damoatv-border: #20364d;
	--damoatv-text: #eaf2ff;
	--damoatv-muted: #92a8bf;
	--damoatv-accent: #55c2ff;
	--damoatv-accent-soft: #67e8b4;
	--damoatv-accent-dark: #147b9e;
	--damoatv-sidebar-width: 288px;
	--damoatv-header-height: 74px;
}

html,
body.damoatv-theme,
body.damoatv-theme.custom-background {
	background: var(--damoatv-bg) !important;
	color: var(--damoatv-text) !important;
}

body.damoatv-theme {
	min-width: 320px;
}

body.damoatv-theme a {
	color: inherit;
}

body.damoatv-theme .damoatv-site {
	background: var(--damoatv-bg);
	min-height: 100vh;
}

/* Header */
body.damoatv-theme .damoatv-top-header {
	position: fixed;
	z-index: 10020;
	top: 0;
	left: 0;
	right: 0;
	height: var(--damoatv-header-height);
	min-height: var(--damoatv-header-height);
	background: var(--damoatv-panel) !important;
	border: 0 !important;
	box-shadow: none !important;
	display: flex;
	align-items: stretch;
}

body.damoatv-theme .damoatv-header-brand {
	width: var(--damoatv-sidebar-width) !important;
	min-width: var(--damoatv-sidebar-width) !important;
	height: var(--damoatv-header-height);
	padding: 0 20px !important;
	background: var(--damoatv-panel) !important;
	border-right: 1px solid var(--damoatv-border);
	display: flex;
	align-items: center;
	gap: 16px;
}

body.damoatv-theme .rtws-sidebar-toggle {
	width: 18px;
	height: 18px;
	min-width: 18px;
	padding: 1px 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.damoatv-theme .rtws-sidebar-toggle span {
	display: block;
	height: 2px;
	margin: 3px 0;
	border-radius: 2px;
	background: #e3e3e3;
}

body.damoatv-theme .damoatv-header-logo {
	min-width: 0;
	overflow: visible;
}

body.damoatv-theme .damoatv-header-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	white-space: nowrap;
	text-decoration: none;
	color: #e0e0e0 !important;
}

body.damoatv-theme .damoatv-header-logo-link span {
	color: var(--damoatv-accent);
}

body.damoatv-theme .damoatv-header-main {
	flex: 1 1 auto;
	height: var(--damoatv-header-height);
	padding: 0 20px !important;
	display: grid;
	grid-template-columns: 1fr minmax(320px, 425px) 1fr;
	align-items: center;
	gap: 20px;
	background: var(--damoatv-panel) !important;
}

body.damoatv-theme .damoatv-search {
	grid-column: 2;
	width: 100% !important;
	max-width: 425px !important;
	height: 36px;
	margin: 0 auto;
	background: #111 !important;
	border: 1px solid #1d1d1d !important;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
}

body.damoatv-theme .damoatv-search input[type="search"] {
	flex: 1 1 auto;
	height: 34px !important;
	padding: 0 14px !important;
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	color: #e6e6e6 !important;
	font-size: 13px;
}

body.damoatv-theme .damoatv-search input[type="search"]::placeholder {
	color: #777 !important;
}

body.damoatv-theme .damoatv-search button {
	width: 42px !important;
	height: 34px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #b7b7b7 !important;
}

body.damoatv-theme .damoatv-account-links {
	grid-column: 3;
	justify-self: end;
	display: flex;
	gap: 10px !important;
}

body.damoatv-theme .damoatv-account-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	height: 36px;
	padding: 0 16px;
	background: #333;
	border: 1px solid #383838;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #fff !important;
	text-decoration: none;
	text-transform: none !important;
}

body.damoatv-theme .damoatv-account-links a:hover {
	background: #3d3d3d;
	color: #fff !important;
}

/* Left navigation */
body.damoatv-theme .damoatv-sidebar {
	position: fixed;
	z-index: 10010;
	top: var(--damoatv-header-height) !important;
	bottom: 0;
	left: 0;
	width: var(--damoatv-sidebar-width) !important;
	background: var(--damoatv-panel) !important;
	border-right: 1px solid var(--damoatv-border) !important;
	box-shadow: none !important;
	overflow-y: auto;
	overflow-x: hidden;
}

body.damoatv-theme .damoatv-sidebar-inner {
	padding: 0 0 32px !important;
}

body.damoatv-theme .damoatv-nav,
body.damoatv-theme .damoatv-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.damoatv-theme .damoatv-nav a {
	text-decoration: none;
}

body.damoatv-theme .damoatv-nav-primary {
	padding: 8px 0 8px !important;
	border-bottom: 1px solid var(--damoatv-border);
}

body.damoatv-theme .damoatv-nav-primary li {
	margin: 0 !important;
}

body.damoatv-theme .damoatv-nav-primary a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0 21px;
	gap: 16px;
	font-size: 14px;
	font-weight: 700;
	color: #f1f1f1 !important;
	background: transparent !important;
	border-radius: 0 !important;
}

body.damoatv-theme .damoatv-nav-primary a:hover,
body.damoatv-theme .damoatv-nav-primary .is-active > a {
	color: #fff !important;
	background: #252525 !important;
}

body.damoatv-theme .damoatv-nav-primary .is-active > a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	bottom: 9px;
	width: 3px;
	background: var(--damoatv-accent);
}

body.damoatv-theme .damoatv-nav-primary i {
	width: 18px;
	font-size: 16px;
	text-align: center;
	color: #aaa;
}

body.damoatv-theme .damoatv-nav-primary .is-active i,
body.damoatv-theme .damoatv-nav-primary a:hover i {
	color: var(--damoatv-accent);
}

body.damoatv-theme .damoatv-watchlist-count {
	margin-left: auto;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 10px;
	background: #343434;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #bbb;
}

body.damoatv-theme .damoatv-nav-section {
	padding: 17px 0 16px;
	border-bottom: 1px solid var(--damoatv-border);
}

body.damoatv-theme .damoatv-nav-section h2 {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 32px;
	margin: 0 0 5px !important;
	padding: 0 21px !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	color: #f0f0f0 !important;
	cursor: default;
}

body.damoatv-theme .damoatv-nav-section h2 i {
	width: 18px;
	font-size: 15px;
	text-align: center;
	color: #aaa;
}

body.damoatv-theme .damoatv-nav-section li {
	margin: 0 !important;
}

body.damoatv-theme .damoatv-nav-section a {
	display: flex;
	align-items: center;
	min-height: 27px;
	padding: 2px 21px 2px 54px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	color: #c9c9c9 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
}

body.damoatv-theme .damoatv-nav-section a:hover,
body.damoatv-theme .damoatv-nav-section .is-active > a {
	color: var(--damoatv-accent) !important;
	background: transparent !important;
}

body.damoatv-theme .damoatv-nav-section li.is-child a {
	padding-left: 65px;
	font-size: 12px;
	color: #a9a9a9 !important;
}

body.damoatv-theme .damoatv-nav-section li.is-child a::before {
	content: "└";
	margin-right: 5px;
	color: #686868;
}

/* Main shell */
body.damoatv-theme .damoatv-shell {
	min-height: 100vh;
	margin-left: var(--damoatv-sidebar-width) !important;
	padding-top: var(--damoatv-header-height) !important;
	background: var(--damoatv-bg) !important;
	color: var(--damoatv-text);
}

body.damoatv-theme .damoatv-content {
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
	padding: 26px 34px 54px !important;
	background: transparent !important;
}

body.damoatv-theme .damoatv-notices {
	width: 100%;
}

body.damoatv-theme .damoatv-notice {
	min-height: 40px;
	padding: 11px 40px;
	font-size: 13px;
	line-height: 1.35;
	color: #fff;
}

body.damoatv-theme .damoatv-notice-primary {
	background: var(--damoatv-notice-primary, #0f766e);
}

body.damoatv-theme .damoatv-notice-secondary {
	background: var(--damoatv-notice-secondary, #334155);
}

body.damoatv-theme .damoatv-brand-stage {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 138px;
	padding: 18px 20px 6px;
	background: var(--damoatv-bg);
}

body.damoatv-theme .damoatv-brand-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	max-width: 100%;
	height: 100px;
	text-decoration: none;
	overflow: hidden;
}

body.damoatv-theme .damoatv-brand-banner span {
	font-size: 31px;
	font-weight: 300;
	letter-spacing: 5px;
	color: var(--damoatv-accent);
}

body.damoatv-theme .damoatv-brand-banner img {
	display: block;
	max-width: 300px;
	max-height: 100px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* General dark content */
body.damoatv-theme #primary,
body.damoatv-theme #main,
body.damoatv-theme .site-main,
body.damoatv-theme article,
body.damoatv-theme .page-header,
body.damoatv-theme .entry-content,
body.damoatv-theme .under-video-block {
	background: transparent !important;
	color: var(--damoatv-text) !important;
}

body.damoatv-theme .widget-title,
body.damoatv-theme #main .widget-title,
body.damoatv-theme .page-header .widget-title,
body.damoatv-theme h1.widget-title,
body.damoatv-theme h2.widget-title {
	margin: 0 0 22px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #fff !important;
	box-shadow: none !important;
}

body.damoatv-theme .wpst-breadcrumbs,
body.damoatv-theme .breadcrumbs {
	max-width: 1370px;
	margin: 0 auto;
	padding: 12px 34px !important;
	background: #1b1b1b !important;
	border: 0 !important;
	color: #aaa !important;
}

/* Poster grid */
body.damoatv-theme #main .videos-list,
body.damoatv-theme .damoatv-poster-grid,
body.damoatv-theme .damoatv-watchlist-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 28px 15px !important;
	width: 100% !important;
	margin: 0 !important;
}

body.damoatv-theme #main .videos-list > article.damoatv-video-card,
body.damoatv-theme .damoatv-poster-grid > article,
body.damoatv-theme .damoatv-watchlist-grid > article {
	position: relative;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.damoatv-theme .damoatv-card-link {
	display: block !important;
	text-decoration: none !important;
}

body.damoatv-theme .damoatv-video-card .damoatv-poster,
body.damoatv-theme .damoatv-watchlist-card .damoatv-poster {
	position: relative;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 2 / 3 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #242424;
	background: #222 !important;
	overflow: hidden;
}

body.damoatv-theme .damoatv-video-card .post-thumbnail-container,
body.damoatv-theme .damoatv-watchlist-card .post-thumbnail-container {
	position: absolute !important;
	inset: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

body.damoatv-theme .damoatv-video-card .post-thumbnail img,
body.damoatv-theme .damoatv-watchlist-card .post-thumbnail img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	transition: transform .24s ease, opacity .24s ease;
}

body.damoatv-theme .damoatv-video-card:hover .post-thumbnail img,
body.damoatv-theme .damoatv-watchlist-card:hover .post-thumbnail img {
	transform: scale(1.025);
	opacity: .82;
}

body.damoatv-theme .damoatv-video-card .video-overlay,
body.damoatv-theme .damoatv-watchlist-card .video-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, transparent 65%, rgba(0,0,0,.55));
	opacity: .42;
}

body.damoatv-theme .damoatv-video-card .rtws-play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 46px;
	height: 46px;
	margin: -23px 0 0 -23px;
	border-radius: 50%;
	background: rgba(255,51,79,.92);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: scale(.86);
	transition: opacity .2s ease, transform .2s ease;
}

body.damoatv-theme .damoatv-video-card:hover .rtws-play {
	opacity: 1;
	transform: scale(1);
}

body.damoatv-theme .damoatv-new-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 4;
	min-width: 42px;
	height: 24px;
	padding: 0 8px;
	border-radius: 4px;
	background: var(--damoatv-accent);
	box-shadow: 0 0 12px rgba(255,51,79,.35);
	font-size: 11px;
	font-weight: 800;
	line-height: 24px;
	text-align: center;
	color: #fff;
}

body.damoatv-theme .damoatv-video-card .hd-video {
	left: 8px !important;
	top: 8px !important;
	background: rgba(0,0,0,.7) !important;
	color: #fff !important;
}

body.damoatv-theme .damoatv-video-card .duration {
	right: 8px !important;
	bottom: 8px !important;
	background: rgba(0,0,0,.75) !important;
	color: #fff !important;
}

body.damoatv-theme .damoatv-card-content {
	padding: 10px 0 0 !important;
	background: transparent !important;
}

body.damoatv-theme .damoatv-card-content .entry-header {
	display: block;
	min-height: 38px;
	margin: 0 0 5px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
	color: #f4f4f4 !important;
	overflow: hidden;
}

body.damoatv-theme .damoatv-card-content .entry-header span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.damoatv-theme .damoatv-card-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 18px;
	font-size: 12px;
	color: #9b9b9b;
}

body.damoatv-theme .damoatv-card-meta strong {
	color: var(--damoatv-accent);
	font-weight: 700;
}

body.damoatv-theme .damoatv-watchlist-toggle {
	position: absolute;
	z-index: 8;
	left: 8px;
	bottom: 64px;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 50%;
	background: rgba(0,0,0,.72);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: none;
	opacity: 0;
	transition: opacity .2s ease, background .2s ease;
}

body.damoatv-theme .damoatv-video-card:hover .damoatv-watchlist-toggle,
body.damoatv-theme .damoatv-watchlist-toggle.is-saved {
	opacity: 1;
}

body.damoatv-theme .damoatv-watchlist-toggle:hover,
body.damoatv-theme .damoatv-watchlist-toggle.is-saved {
	background: var(--damoatv-accent);
	border-color: var(--damoatv-accent);
}

/* Virtual pages */
body.damoatv-theme .damoatv-view-area,
body.damoatv-theme .damoatv-view-main {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.damoatv-theme .damoatv-page-header {
	display: flex;
	align-items: baseline;
	gap: 14px;
	margin: 0 0 28px;
	padding: 0 0 15px;
	border-bottom: 1px solid #292929;
}

body.damoatv-theme .damoatv-page-header h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}

body.damoatv-theme .damoatv-page-header p {
	margin: 0;
	font-size: 12px;
	color: #858585;
}

body.damoatv-theme .damoatv-watchlist-status,
body.damoatv-theme .damoatv-empty-state {
	padding: 40px 20px;
	border: 1px solid #2e2e2e;
	background: #191919;
	font-size: 14px;
	text-align: center;
	color: #aaa;
}

body.damoatv-theme .damoatv-watchlist-grid:not(:empty) + .damoatv-watchlist-status,
body.damoatv-theme .damoatv-watchlist-status[hidden] {
	display: none !important;
}

body.damoatv-theme .damoatv-pagination {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 38px 0 0;
}

body.damoatv-theme .damoatv-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #343434;
	background: #202020;
	color: #cfcfcf;
	text-decoration: none;
}

body.damoatv-theme .damoatv-pagination .current,
body.damoatv-theme .damoatv-pagination a:hover {
	border-color: var(--damoatv-accent);
	background: var(--damoatv-accent);
	color: #fff;
}

/* Single view */
body.damoatv-theme.single-post .damoatv-content,
body.damoatv-theme.single-videos .damoatv-content {
	max-width: 1240px;
}

body.damoatv-theme .video-player {
	background: #000 !important;
	border: 1px solid #2c2c2c;
}

body.damoatv-theme .damoatv-single-actions {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 16px;
}

body.damoatv-theme .damoatv-watchlist-toggle-single {
	position: static !important;
	width: auto !important;
	height: 38px !important;
	padding: 0 15px !important;
	border-radius: 3px !important;
	opacity: 1 !important;
	gap: 7px;
	font-size: 12px;
	font-weight: 700;
}

body.damoatv-theme.single-post .entry-header,
body.damoatv-theme.single-videos .entry-header,
body.damoatv-theme.single-post .entry-content,
body.damoatv-theme.single-videos .entry-content,
body.damoatv-theme.single-post .video-infos,
body.damoatv-theme.single-videos .video-infos {
	color: #eee !important;
}

/* Footer */
body.damoatv-theme .rtws-footer-clean {
	margin-top: 40px;
	padding: 24px 34px !important;
	border-top: 1px solid #2a2a2a !important;
	background: #171717 !important;
	color: #858585 !important;
}

/* Widget sidebar dark treatment */
body.damoatv-theme #sidebar.widget-area {
	background: transparent !important;
}

body.damoatv-theme #sidebar.widget-area .widget {
	border: 1px solid #2c2c2c !important;
	background: #1a1a1a !important;
	color: #cfcfcf !important;
}

body.damoatv-theme #sidebar.widget-area .widget > .widget-title {
	padding: 12px 14px !important;
	border-bottom: 1px solid #2c2c2c !important;
	background: #202020 !important;
	font-size: 14px !important;
}

/* Desktop collapsed navigation */
@media (min-width: 1025px) {
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-header-brand,
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-sidebar {
		width: 68px !important;
		min-width: 68px !important;
	}

	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-shell {
		margin-left: 68px !important;
	}

	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-header-logo,
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-nav span,
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-nav-section h2 span,
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-nav-section ul,
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-watchlist-count {
		display: none !important;
	}

	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-nav-primary a,
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-nav-section h2 {
		justify-content: center;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 1360px) {
	body.damoatv-theme #main .videos-list,
	body.damoatv-theme .damoatv-poster-grid,
	body.damoatv-theme .damoatv-watchlist-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1100px) {
	body.damoatv-theme .damoatv-header-main {
		grid-template-columns: minmax(260px, 1fr) auto;
	}

	body.damoatv-theme .damoatv-search {
		grid-column: 1;
		max-width: none !important;
		margin: 0;
	}

	body.damoatv-theme .damoatv-account-links {
		grid-column: 2;
	}
}

@media (max-width: 1024px) {
	:root {
		--damoatv-sidebar-width: 250px;
	}

	body.damoatv-theme .damoatv-header-brand {
		width: 175px !important;
		min-width: 175px !important;
		padding: 0 15px !important;
	}

	body.damoatv-theme .damoatv-sidebar {
		top: var(--damoatv-header-height) !important;
		width: var(--damoatv-sidebar-width) !important;
		transform: translateX(-102%);
		transition: transform .22s ease;
	}

	body.damoatv-theme.rtws-sidebar-open .damoatv-sidebar {
		transform: translateX(0);
	}

	body.damoatv-theme .damoatv-shell {
		margin-left: 0 !important;
	}

	body.damoatv-theme .rtws-sidebar-overlay {
		position: fixed;
		z-index: 10000;
		inset: var(--damoatv-header-height) 0 0;
		width: 100%;
		height: auto;
		border: 0;
		background: rgba(0,0,0,.62);
		display: block;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity .2s ease;
	}

	body.damoatv-theme.rtws-sidebar-open .rtws-sidebar-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	body.damoatv-theme .damoatv-content {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}
}

@media (max-width: 820px) {
	body.damoatv-theme .damoatv-top-header {
		height: 62px;
		min-height: 62px;
	}

	body.damoatv-theme {
		--damoatv-header-height: 62px;
	}

	body.damoatv-theme .damoatv-header-brand {
		width: 150px !important;
		min-width: 150px !important;
		height: 62px;
		padding: 0 12px !important;
		gap: 11px;
	}

	body.damoatv-theme .damoatv-header-logo-link {
		font-size: 16px;
	}

	body.damoatv-theme .damoatv-header-main {
		height: 62px;
		padding: 0 12px !important;
		grid-template-columns: 1fr;
	}

	body.damoatv-theme .damoatv-account-links {
		display: none !important;
	}

	body.damoatv-theme .damoatv-notice {
		padding: 9px 18px;
		font-size: 12px;
	}

	body.damoatv-theme .damoatv-brand-stage {
		min-height: 118px;
		padding-top: 10px;
	}

	body.damoatv-theme .damoatv-brand-banner {
		height: 90px;
	}

	body.damoatv-theme #main .videos-list,
	body.damoatv-theme .damoatv-poster-grid,
	body.damoatv-theme .damoatv-watchlist-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 22px 12px !important;
	}
}

@media (max-width: 600px) {
	body.damoatv-theme .damoatv-header-brand {
		width: 54px !important;
		min-width: 54px !important;
		justify-content: center;
		padding: 0 !important;
	}

	body.damoatv-theme .damoatv-header-logo {
		display: none;
	}

	body.damoatv-theme .damoatv-content {
		padding: 20px 12px 38px !important;
	}

	body.damoatv-theme .damoatv-page-header {
		display: block;
		margin-bottom: 20px;
	}

	body.damoatv-theme .damoatv-page-header h1 {
		font-size: 20px;
	}

	body.damoatv-theme .damoatv-page-header p {
		margin-top: 6px;
	}

	body.damoatv-theme #main .videos-list,
	body.damoatv-theme .damoatv-poster-grid,
	body.damoatv-theme .damoatv-watchlist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 18px 9px !important;
	}

	body.damoatv-theme .damoatv-card-content .entry-header {
		min-height: 34px;
		font-size: 12px !important;
	}

	body.damoatv-theme .damoatv-card-meta {
		font-size: 11px;
	}

	body.damoatv-theme .damoatv-watchlist-toggle {
		bottom: 55px;
		opacity: 1;
	}

	body.damoatv-theme .damoatv-brand-banner span {
		font-size: 26px;
		letter-spacing: 3px;
	}
}


/* =========================================================
 * DAMOATV v1.1.0 visual refinement and editable components
 * ======================================================= */
body.damoatv-theme .damoatv-top-header,
body.damoatv-theme .damoatv-header-brand,
body.damoatv-theme .damoatv-header-main,
body.damoatv-theme .damoatv-sidebar {
	background: #0b1d33 !important;
}

body.damoatv-theme .damoatv-header-brand {
	padding: 0 18px !important;
	gap: 15px;
}

body.damoatv-theme .rtws-sidebar-toggle {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	padding: 10px !important;
	border: 1px solid #294866 !important;
	border-radius: 11px !important;
	background: #122b49 !important;
	box-shadow: 0 8px 20px rgba(0,0,0,.18) !important;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

body.damoatv-theme .rtws-sidebar-toggle:hover {
	background: #173a61 !important;
	border-color: #4b87b5 !important;
	transform: translateY(-1px);
}

body.damoatv-theme .rtws-sidebar-toggle span {
	width: 22px;
	height: 2px;
	margin: 4px auto;
	background: #dff5ff;
}

body.damoatv-theme .damoatv-header-logo-link {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: .2px;
	color: #f1f7ff !important;
}
body.damoatv-theme .damoatv-header-logo-link span { color: var(--damoatv-accent-soft); }

body.damoatv-theme .damoatv-nav-primary { padding: 14px 10px !important; }
body.damoatv-theme .damoatv-nav-primary a {
	min-height: 56px;
	padding: 0 16px;
	gap: 17px;
	border-radius: 12px !important;
	font-size: 17px;
	font-weight: 800;
	color: #eef7ff !important;
}
body.damoatv-theme .damoatv-nav-primary a:hover,
body.damoatv-theme .damoatv-nav-primary .is-active > a {
	background: #153657 !important;
	color: #ffffff !important;
}
body.damoatv-theme .damoatv-nav-primary .is-active > a::before {
	left: 7px;
	top: 13px;
	bottom: 13px;
	width: 4px;
	border-radius: 5px;
	background: var(--damoatv-accent-soft);
}
body.damoatv-theme .damoatv-nav-primary i {
	width: 22px;
	font-size: 19px;
	color: #70c8ff;
}
body.damoatv-theme .damoatv-nav-primary .is-active i,
body.damoatv-theme .damoatv-nav-primary a:hover i { color: #85f0c5; }

body.damoatv-theme .damoatv-watchlist-count {
	min-width: 30px;
	height: 24px;
	padding: 0 8px;
	border-radius: 13px;
	background: #2d74a5;
	font-size: 12px;
	font-weight: 800;
	line-height: 24px;
	color: #fff;
}

body.damoatv-theme .damoatv-nav-section {
	padding: 21px 10px 19px;
	border-bottom-color: #1c3854;
}
body.damoatv-theme .damoatv-nav-section h2 {
	min-height: 38px;
	margin-bottom: 8px !important;
	padding: 0 12px !important;
	gap: 16px;
	font-size: 16px !important;
	font-weight: 900 !important;
	color: #91ddff !important;
}
body.damoatv-theme .damoatv-nav-section h2 i {
	width: 22px;
	font-size: 18px;
	color: #67e8b4;
}
body.damoatv-theme .damoatv-nav-section a,
body.damoatv-theme .damoatv-partner-pending {
	display: flex;
	align-items: center;
	min-height: 36px;
	padding: 4px 12px 4px 50px;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.45;
	color: #c5d7e9 !important;
	border-radius: 9px !important;
}
body.damoatv-theme .damoatv-nav-section a:hover,
body.damoatv-theme .damoatv-nav-section .is-active > a {
	background: #112e4b !important;
	color: #82efc2 !important;
}
body.damoatv-theme .damoatv-nav-section li.is-child a {
	padding-left: 61px;
	font-size: 14px;
	color: #9db6cd !important;
}
body.damoatv-theme .damoatv-nav-section li.is-child a::before { color: #4e7698; }
body.damoatv-theme .damoatv-partner-pending {
	cursor: default;
	color: #66829c !important;
	font-style: normal;
}

body.damoatv-theme .damoatv-notice {
	min-height: 44px;
	padding: 12px 42px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05px;
}
body.damoatv-theme .damoatv-notice-primary { box-shadow: inset 5px 0 0 rgba(255,255,255,.18); }
body.damoatv-theme .damoatv-notice-secondary { color: #dbeafe; }

body.damoatv-theme .damoatv-brand-stage {
	min-height: 132px;
	padding: 16px 20px;
}
body.damoatv-theme .damoatv-brand-banner {
	box-sizing: border-box;
	flex: 0 0 300px;
	width: 300px !important;
	max-width: 300px !important;
	height: 100px !important;
	min-height: 100px;
	padding: 8px 12px;
	border: 1px solid #1f3348;
	border-radius: 14px;
	background: linear-gradient(135deg, #0f1b2a, #102a3e);
	overflow: visible;
}
body.damoatv-theme .damoatv-brand-banner span {
	display: block;
	max-width: 100%;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 1px;
	white-space: nowrap;
	color: #eef8ff;
	text-shadow: 0 0 20px rgba(85,194,255,.24);
}
body.damoatv-theme .damoatv-brand-banner span::first-letter { color: var(--damoatv-accent-soft); }
body.damoatv-theme .damoatv-brand-banner img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
}

/* Sorting filter */
body.damoatv-theme .damoatv-filter-toolbar {
	width: 100%;
	max-width: 1370px;
	margin: 0 auto;
	padding: 6px 34px 0;
	display: flex;
	justify-content: flex-end;
}
body.damoatv-theme .damoatv-sort-form { margin: 0; }
body.damoatv-theme .damoatv-sort-select {
	width: 190px;
	height: 44px;
	padding: 0 42px 0 16px;
	border: 1px solid #2b4762;
	border-radius: 10px;
	outline: 0;
	background-color: #101d2b;
	color: #e7f2ff;
	font-size: 14px;
	font-weight: 750;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba(0,0,0,.16);
}
body.damoatv-theme .damoatv-sort-select:hover,
body.damoatv-theme .damoatv-sort-select:focus {
	border-color: #55c2ff;
	background-color: #13263a;
}
body.damoatv-theme .damoatv-sort-select option {
	background: #101923;
	color: #eaf2ff;
}

/* Footer */
body.damoatv-theme .rtws-footer-clean.damoatv-footer {
	margin-top: 58px;
	padding: 54px 28px 46px !important;
	border-top: 1px solid #1d344b !important;
	background: #081522 !important;
	color: #8fa7be !important;
}
body.damoatv-theme .damoatv-footer-inner {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
}
body.damoatv-theme .damoatv-footer-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 52px;
	margin-bottom: 24px;
	text-decoration: none;
}
body.damoatv-theme .damoatv-footer-brand span {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: .5px;
	color: #eef8ff;
}
body.damoatv-theme .damoatv-footer-brand img {
	display: block;
	max-width: 260px;
	max-height: 80px;
	width: auto;
	height: auto;
	object-fit: contain;
}
body.damoatv-theme .damoatv-footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	margin: 0 0 25px;
}
body.damoatv-theme .damoatv-footer-links a,
body.damoatv-theme .damoatv-footer-links span {
	position: relative;
	display: inline-flex;
	padding: 4px 18px;
	font-size: 14px;
	font-weight: 800;
	color: #d5e5f5 !important;
	text-decoration: none;
}
body.damoatv-theme .damoatv-footer-links a:hover { color: #67e8b4 !important; }
body.damoatv-theme .damoatv-footer-links > * + *::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
	width: 1px;
	background: #31506b;
}
body.damoatv-theme .damoatv-footer-description {
	max-width: 900px;
	margin: 0 auto 16px;
	font-size: 13px;
	line-height: 1.8;
	color: #8fa7be;
}
body.damoatv-theme .damoatv-footer-copyright {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	color: #68829b;
}

@media (min-width: 1025px) {
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-header-brand,
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-sidebar {
		width: 78px !important;
		min-width: 78px !important;
	}
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-shell { margin-left: 78px !important; }
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-header-brand { justify-content: center; padding: 0 !important; }
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-nav-primary { padding-left: 8px !important; padding-right: 8px !important; }
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-nav-primary a,
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-nav-section h2 {
		min-height: 52px;
		border-radius: 12px !important;
	}
}

@media (max-width: 1024px) {
	:root { --damoatv-sidebar-width: 288px; }
	body.damoatv-theme .damoatv-header-brand { width: 192px !important; min-width: 192px !important; }
}

@media (max-width: 820px) {
	body.damoatv-theme .damoatv-brand-banner {
		flex-basis: auto;
		width: min(300px, calc(100vw - 40px)) !important;
		max-width: calc(100vw - 40px) !important;
		height: auto !important;
		min-height: 0;
		aspect-ratio: 3 / 1;
	}
	body.damoatv-theme .damoatv-brand-banner span { font-size: clamp(25px, 8vw, 36px); }
	body.damoatv-theme .damoatv-filter-toolbar { padding: 6px 22px 0; }
	body.damoatv-theme .damoatv-sort-select { width: 178px; }
}

@media (max-width: 600px) {
	body.damoatv-theme .damoatv-filter-toolbar { padding: 4px 12px 0; }
	body.damoatv-theme .damoatv-sort-form,
	body.damoatv-theme .damoatv-sort-select { width: 100%; }
	body.damoatv-theme .rtws-footer-clean.damoatv-footer { padding: 38px 18px 34px !important; }
	body.damoatv-theme .damoatv-footer-links a,
	body.damoatv-theme .damoatv-footer-links span { padding: 5px 10px; font-size: 13px; }
	body.damoatv-theme .damoatv-footer-links > * + *::before { display: none; }
	body.damoatv-theme .damoatv-footer-brand span { font-size: 29px; }
}


/* =========================================================
 * DAMOATV v1.2.0 readability, hamburger and hover preview
 * ======================================================= */
:root {
	--damoatv-sidebar-width: 300px;
	--damoatv-hover-red: #ff334d;
}

/* The hamburger lines remain visible even when parent-theme rules conflict. */
body.damoatv-theme .rtws-sidebar-toggle {
	display: inline-flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 5px !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
body.damoatv-theme .rtws-sidebar-toggle span {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	flex: 0 0 auto !important;
	width: 24px !important;
	height: 3px !important;
	min-height: 3px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 5px !important;
	background: #ffffff !important;
	box-shadow: none !important;
}

/* Compact white sidebar typography keeps the affiliate row visible. */
body.damoatv-theme .damoatv-sidebar,
body.damoatv-theme .damoatv-header-brand {
	width: var(--damoatv-sidebar-width) !important;
	min-width: var(--damoatv-sidebar-width) !important;
}
body.damoatv-theme .damoatv-sidebar-inner { padding-bottom: 14px !important; }
body.damoatv-theme .damoatv-nav-primary { padding: 9px 10px !important; }
body.damoatv-theme .damoatv-nav-primary a {
	min-height: 48px !important;
	padding: 0 15px !important;
	gap: 15px !important;
	font-size: 16px !important;
	color: #ffffff !important;
}
body.damoatv-theme .damoatv-nav-primary i {
	font-size: 18px !important;
	color: #ffffff !important;
}
body.damoatv-theme .damoatv-nav-section {
	padding: 11px 10px 10px !important;
}
body.damoatv-theme .damoatv-nav-section h2 {
	min-height: 30px !important;
	margin-bottom: 3px !important;
	font-size: 15.5px !important;
	color: #ffffff !important;
}
body.damoatv-theme .damoatv-nav-section h2 i { color: #ffffff !important; }
body.damoatv-theme .damoatv-nav-section a,
body.damoatv-theme .damoatv-partner-pending {
	min-height: 29px !important;
	padding: 2px 10px 2px 48px !important;
	font-size: 14.5px !important;
	font-weight: 650 !important;
	line-height: 1.25 !important;
	color: #f4f4f4 !important;
}
body.damoatv-theme .damoatv-nav-section li.is-child a {
	padding-left: 58px !important;
	font-size: 13.5px !important;
	color: #dedede !important;
}
body.damoatv-theme .damoatv-partner-pending {
	color: #d9d9d9 !important;
	font-weight: 600 !important;
}
body.damoatv-theme .damoatv-nav-primary a:hover,
body.damoatv-theme .damoatv-nav-primary .is-active > a,
body.damoatv-theme .damoatv-nav-section a:hover,
body.damoatv-theme .damoatv-nav-section .is-active > a {
	color: var(--damoatv-hover-red) !important;
	background: rgba(255, 51, 77, .09) !important;
}
body.damoatv-theme .damoatv-nav-primary a:hover i,
body.damoatv-theme .damoatv-nav-primary .is-active i,
body.damoatv-theme .damoatv-nav-section a:hover i {
	color: var(--damoatv-hover-red) !important;
}
body.damoatv-theme .damoatv-nav-primary .is-active > a::before {
	background: var(--damoatv-hover-red) !important;
}

/* Header and exact 300x100 brand placeholder. */
body.damoatv-theme .damoatv-header-logo {
	display: flex !important;
	align-items: center !important;
	min-width: 0 !important;
	overflow: visible !important;
}
body.damoatv-theme .damoatv-header-logo-link {
	display: inline-flex !important;
	align-items: center !important;
	max-width: 100% !important;
	font-size: 20px !important;
	line-height: 1.15 !important;
	white-space: nowrap !important;
	overflow: visible !important;
	color: #ffffff !important;
}
body.damoatv-theme .damoatv-header-logo-link span { color: var(--damoatv-hover-red) !important; }
body.damoatv-theme .damoatv-header-logo-link:hover { color: var(--damoatv-hover-red) !important; }
body.damoatv-theme .damoatv-brand-stage {
	min-height: 124px !important;
	padding: 12px 20px !important;
}
body.damoatv-theme .damoatv-brand-banner {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 300px !important;
	width: 300px !important;
	max-width: 300px !important;
	height: 100px !important;
	min-height: 100px !important;
	padding: 8px 14px !important;
	overflow: hidden !important;
}
body.damoatv-theme .damoatv-brand-banner span {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	font-size: 33px !important;
	line-height: 1.12 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	white-space: nowrap !important;
	word-break: keep-all !important;
	overflow: visible !important;
	color: #ffffff !important;
}
body.damoatv-theme .damoatv-brand-banner span::first-letter { color: var(--damoatv-hover-red) !important; }

/* Link hover uses red instead of the previous green accent. */
body.damoatv-theme .damoatv-footer-links a:hover,
body.damoatv-theme .damoatv-card-link:hover .entry-header,
body.damoatv-theme .damoatv-footer-brand:hover span {
	color: var(--damoatv-hover-red) !important;
}

/* Poster hover preview */
body.damoatv-theme #main .videos-list,
body.damoatv-theme .damoatv-poster-grid {
	overflow: visible !important;
}
body.damoatv-theme article.damoatv-video-card {
	position: relative !important;
	overflow: visible !important;
	isolation: auto !important;
}
body.damoatv-theme article.damoatv-video-card:hover,
body.damoatv-theme article.damoatv-video-card:focus-within {
	z-index: 250 !important;
}
body.damoatv-theme .damoatv-video-card .video-overlay {
	background: rgba(0, 0, 0, .58) !important;
	opacity: 0 !important;
	transition: opacity .2s ease !important;
}
body.damoatv-theme .damoatv-video-card:hover .video-overlay,
body.damoatv-theme .damoatv-video-card:focus-within .video-overlay {
	opacity: 1 !important;
}
body.damoatv-theme .damoatv-video-card .rtws-play {
	width: 66px !important;
	height: 66px !important;
	border: 0 !important;
	background: var(--damoatv-hover-red) !important;
	color: #ffffff !important;
	box-shadow: 0 12px 30px rgba(0,0,0,.36) !important;
}
body.damoatv-theme .damoatv-video-card .rtws-play i { font-size: 23px !important; }

body.damoatv-theme .damoatv-hover-preview {
	position: absolute;
	top: 18px;
	left: calc(100% - 8px);
	z-index: 500;
	width: 300px;
	min-height: 288px;
	padding: 0;
	border: 1px solid #3a4149;
	border-radius: 4px;
	background: #20252b;
	box-shadow: 0 18px 45px rgba(0,0,0,.48);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(10px) scale(.98);
	transform-origin: left center;
	transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
body.damoatv-theme .damoatv-video-card.damoatv-hover-left .damoatv-hover-preview {
	left: auto;
	right: calc(100% - 8px);
	transform-origin: right center;
	transform: translateX(-10px) scale(.98);
}
body.damoatv-theme .damoatv-video-card:hover .damoatv-hover-preview,
body.damoatv-theme .damoatv-video-card:focus-within .damoatv-hover-preview {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0) scale(1);
}
body.damoatv-theme .damoatv-hover-preview-inner { padding: 18px 16px 15px; }
body.damoatv-theme .damoatv-hover-preview h3 {
	margin: 0 0 10px !important;
	font-size: 19px !important;
	font-weight: 850 !important;
	line-height: 1.28 !important;
	color: #ffffff !important;
}
body.damoatv-theme .damoatv-hover-preview-meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 11px;
	font-size: 13px;
	color: #b7c0c9;
}
body.damoatv-theme .damoatv-hover-score { color: var(--damoatv-hover-red); font-weight: 800; }
body.damoatv-theme .damoatv-hover-excerpt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	min-height: 112px;
	margin: 0 0 10px !important;
	font-size: 13px;
	line-height: 1.58;
	color: #bfc8d1;
}
body.damoatv-theme .damoatv-hover-genres {
	margin: 0 0 14px !important;
	font-size: 12px;
	line-height: 1.4;
	color: #a9b3bd;
}
body.damoatv-theme .damoatv-hover-genres strong { color: #e8edf2; }
body.damoatv-theme .damoatv-hover-actions { display: flex; align-items: center; gap: 9px; }
body.damoatv-theme .damoatv-preview-button {
	flex: 1 1 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 42px;
	border-radius: 4px;
	background: #343b44;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
}
body.damoatv-theme .damoatv-preview-button i { color: var(--damoatv-hover-red); }
body.damoatv-theme .damoatv-preview-button:hover {
	background: #414a55;
	color: var(--damoatv-hover-red) !important;
}
body.damoatv-theme .damoatv-hover-watchlist {
	position: static !important;
	flex: 0 0 42px !important;
	width: 42px !important;
	height: 42px !important;
	opacity: 1 !important;
	transform: none !important;
	border-radius: 4px !important;
	background: #343b44 !important;
	color: #ffffff !important;
}
body.damoatv-theme .damoatv-hover-watchlist:hover,
body.damoatv-theme .damoatv-hover-watchlist.is-saved { color: var(--damoatv-hover-red) !important; }
body.damoatv-theme .damoatv-card-watchlist { color: #ffffff !important; }
body.damoatv-theme .damoatv-card-watchlist:hover,
body.damoatv-theme .damoatv-card-watchlist.is-saved { color: var(--damoatv-hover-red) !important; }

@media (min-width: 1025px) {
	body.damoatv-theme .damoatv-shell { margin-left: var(--damoatv-sidebar-width) !important; }
	body.damoatv-theme.rtws-sidebar-collapsed .damoatv-header-logo { display: none !important; }
	body.damoatv-theme.rtws-sidebar-collapsed .rtws-sidebar-toggle { margin: 0 auto !important; }
}

@media (max-width: 1024px) {
	body.damoatv-theme .damoatv-hover-preview { display: none !important; }
	body.damoatv-theme .damoatv-header-brand { width: 210px !important; min-width: 210px !important; }
	body.damoatv-theme .damoatv-header-logo-link { font-size: 18px !important; }
}

@media (max-width: 820px) {
	body.damoatv-theme .damoatv-brand-banner span { font-size: clamp(25px, 8vw, 33px) !important; }
}
