/* Companion Pages only. No show-post, affiliate, header or footer overrides. */
body.datv-episode-guide-page .entry-content .datv-season {
	margin: 24px 0;
	padding: 0;
	border: 1px solid #44474f;
	border-radius: 16px;
	background: #17181c;
	color: #f7f7f4;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

body.datv-episode-guide-page .entry-content .datv-season > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 76px;
	margin: 0;
	padding: 20px 24px;
	border: 0;
	border-inline-start: 4px solid #fef266;
	background: linear-gradient(110deg, #31343b, #202126);
	color: #f7f7f4;
	font-size: clamp(18px, 2vw, 23px);
	font-weight: 750;
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
}

body.datv-episode-guide-page .entry-content .datv-season > summary::-webkit-details-marker {
	display: none;
}

body.datv-episode-guide-page .entry-content .datv-season > summary::marker {
	content: '';
}

body.datv-episode-guide-page .entry-content .datv-season > summary::before {
	display: none;
}

body.datv-episode-guide-page .entry-content .datv-season > summary::after {
	content: '';
	flex: 0 0 9px;
	width: 9px;
	height: 9px;
	border: solid #b9bdc6;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

body.datv-episode-guide-page .entry-content .datv-season[open] > summary::after {
	transform: rotate(225deg);
}

body.datv-episode-guide-page .entry-content .datv-season > summary:hover {
	background: #383b43;
}

body.datv-episode-guide-page .entry-content .datv-season > summary:focus-visible {
	outline: 3px solid #69d7e5;
	outline-offset: -4px;
}

.datv-season-label {
	flex: 1;
	min-width: 0;
}

.datv-season-hint {
	flex-shrink: 0;
	color: #b9bdc6;
	font-size: 12px;
	font-weight: 600;
}

.datv-season-hint::after { content: 'View episodes'; }
.datv-season[open] > summary .datv-season-hint::after { content: 'Hide episodes'; }

body.datv-episode-guide-page .entry-content .datv-season-body {
	padding: clamp(14px, 3vw, 26px);
	font-size: 16px;
	line-height: 1.75;
}

body.datv-episode-guide-page .entry-content .datv-season-body p {
	color: #e9ebef;
}

body.datv-episode-guide-page .entry-content .datv-episode-card {
	margin: 18px 0 0;
	padding: clamp(16px, 2.5vw, 24px);
	border: 1px solid #3d4048;
	border-radius: 12px;
	background: #202126;
	scroll-margin-top: 100px;
}

body.datv-episode-guide-page .entry-content .datv-episode-card--pick {
	border-inline-start: 4px solid #fef266;
	background: linear-gradient(110deg, #303239, #202126);
}

.datv-episode-card-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 16px;
	margin-bottom: 12px;
}

body.datv-episode-guide-page .entry-content .datv-episode-card-header > :is(h2, h3, h4) {
	flex: 1 1 250px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #f7f7f4;
	font-size: 21px;
	font-weight: 750;
	line-height: 1.35;
	scroll-margin-top: 100px;
}

body.datv-episode-guide-page .entry-content .datv-episode-card > :last-child {
	margin-bottom: 0;
}

body.datv-episode-guide-page .entry-content p.datv-episode-pick {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	margin: 0;
	padding: 5px 10px 5px 5px;
	border: 1px solid #686b73;
	border-radius: 24px;
	background: #15161a;
	color: #b9bdc6;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	white-space: nowrap;
}

body.datv-episode-guide-page .entry-content .datv-episode-pick img {
	display: block;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	max-width: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	object-fit: contain;
}

@media (max-width: 600px) {
	.datv-season-hint { display: none; }
	body.datv-episode-guide-page .entry-content .datv-season > summary { padding: 17px 16px; }
	body.datv-episode-guide-page .entry-content .datv-episode-card-header > :is(h2, h3, h4) { font-size: 19px; }
}
