/* Afleveringspagina 2.0 */
.single-post .mnot-episode-topline {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0 0 0.6rem;
	color: #36525c;
	font-size: 0.92rem;
	font-weight: 700;
}

.single-post .entry-content iframe[src*="omny.fm"] {
	display: block;
	width: 100%;
	margin: 0 0 1.5rem;
	border-radius: 8px;
}

.mnot-episode-enhancements {
	margin: 0 0 2rem;
}

.mnot-episode-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 1.25rem 0 2rem;
	padding: 1.1rem 1.2rem;
	background: #f2f7f8;
	border: 0;
	border-radius: 8px;
}

.mnot-episode-facts h2,
.mnot-episode-chapters h2 {
	margin: 0 0 0.75rem;
	color: var(--mnot-dark-teal);
	font-size: 1.2rem;
}

.mnot-people-list,
.mnot-topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.entry-content .mnot-people-list,
.entry-content .mnot-topic-list {
	margin-left: 0;
	list-style: none !important;
}

.mnot-people-list li::marker,
.mnot-topic-list li::marker {
	content: '';
}

.mnot-people-list li {
	display: flex;
	flex-direction: column;
	min-width: 9rem;
	padding: 0.2rem 0;
	background: transparent;
	border: 0;
}

.mnot-people-list a,
.mnot-topic-list a {
	color: #075b77;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.mnot-people-list span {
	color: #36525c;
	font-size: 0.78rem;
}

.mnot-topic-list a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0.35rem 0.7rem;
	background: #dcecf1;
	border: 0;
	border-radius: 999px;
	text-decoration: none;
}

.mnot-topic-list a:hover,
.mnot-topic-list a:focus-visible,
.mnot-people-list a:hover,
.mnot-people-list a:focus-visible {
	color: var(--mnot-red);
	text-decoration: underline;
}

.mnot-episode-chapters {
	margin: 1.75rem 0 2rem;
}

.mnot-episode-chapters > p {
	margin: -0.4rem 0 0.8rem;
	color: #36525c;
	font-size: 0.9rem;
}

.mnot-episode-chapters ol {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.mnot-episode-chapters li {
	display: grid;
	grid-template-columns: 5.2rem minmax(0, 1fr);
	align-items: center;
	gap: 0.75rem;
	padding: 0.55rem 0.15rem;
	border-bottom: 1px solid #d7e7eb;
}

.mnot-episode-chapters li:first-child {
	border-top: 1px solid #d7e7eb;
}

.mnot-episode-chapters time {
	color: var(--mnot-dark-teal);
	font-variant-numeric: tabular-nums;
	font-weight: 800;
}

.mnot-chapter-label a {
	color: #075b77;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.mnot-chapter-label a:hover,
.mnot-chapter-label a:focus-visible {
	color: var(--mnot-red);
}

.mnot-chapter-control {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
}

.mnot-episode-chapters .mnot-chapter-seek {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	min-height: 44px;
	width: auto;
	margin: -0.35rem 0;
	padding: 0.25rem;
	background: transparent !important;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	color: #075b77 !important;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.mnot-episode-chapters .mnot-chapter-seek:hover,
.mnot-episode-chapters .mnot-chapter-seek:focus-visible {
	background: #d7e7eb !important;
	color: var(--mnot-red) !important;
}

.mnot-episode-chapters .mnot-chapter-seek:focus-visible {
	outline: 3px solid var(--mnot-orange);
	outline-offset: 2px;
}

.mnot-chapter-status {
	min-height: 1.4em;
	margin: 0.45rem 0 0;
	color: #36525c;
	font-size: 0.86rem;
}

.mnot-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.mnot-related-card {
	overflow: hidden;
	background: #f7fafb;
	border: 0;
	border-radius: 9px;
	box-shadow: none;
}

.mnot-related-card > div {
	padding: 0.85rem;
}

.mnot-related-image {
	display: block;
	aspect-ratio: 16 / 9;
	background: #d7e7eb;
	overflow: hidden;
}

.mnot-related-image img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.mnot-related-card time {
	color: #36525c;
	font-size: 0.78rem;
	font-weight: 700;
}

.mnot-related-card h3 {
	margin: 0.35rem 0 0.45rem;
	font-size: 1rem;
	line-height: 1.35;
}

.mnot-related-card h3 a {
	color: var(--mnot-red);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.mnot-related-card p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
}

.mnot-episode-facts a:focus-visible,
.mnot-related-card a:focus-visible {
	outline: 3px solid var(--mnot-orange);
	outline-offset: 3px;
}

@media screen and (max-width: 760px) {
	.mnot-episode-facts,
	.mnot-related-grid {
		grid-template-columns: 1fr;
	}

}

@media (prefers-reduced-motion: reduce) {
	.mnot-episode-facts *,
	.mnot-related * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
