/* ─────────────────────────────────────────────────────────
   ONOC Podcast — Single Episode
   Site-Farben: #F84F2B (Rot), #1e73be (Blau), #1FB457 (Grün)
   Font: Orbitron (bereits von GP geladen)
───────────────────────────────────────────────────────── */

/* ─── Featured Image — Höhe begrenzen ───────────────────── */
.single-podcast .featured-image.page-header-image-single {
	max-height: 380px;
	overflow: hidden;
	border-radius: 0 0 16px 16px;
	margin-bottom: 0;
}
.single-podcast .featured-image.page-header-image-single img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	object-position: center 30%;
}

/* ─── Entry Header + Titel ───────────────────────────────── */
.single-podcast .entry-header {
	padding: 24px 0 8px;
}
.single-podcast .entry-title {
	font-family: 'Orbitron', sans-serif;
	font-size: clamp(1.3rem, 2.5vw, 1.9rem);
	line-height: 1.25;
	color: #222;
	margin-bottom: 0;
}

/* ─── Content ────────────────────────────────────────────── */
.single-podcast .entry-content {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
	margin-top: 20px;
}
.single-podcast .entry-content p {
	margin-bottom: 14px;
}
.single-podcast .entry-content ul {
	padding-left: 20px;
}
.single-podcast .entry-content ul li {
	margin-bottom: 5px;
}

/* ─── Player ─────────────────────────────────────────────── */
.onoc-player {
	margin-top: 28px;
}
.onoc-player__play {
	background: #F84F2B !important;
}
.onoc-player__play:hover {
	background: #d43d1e !important;
}
.onoc-player__progress-fill {
	background: #F84F2B !important;
}
.onoc-player__speed-btn:hover,
.onoc-player__speed-btn.active {
	background: #F84F2B !important;
	border-color: #F84F2B !important;
}

/* ─── Video ──────────────────────────────────────────────── */
.onoc-video-embed {
	margin-top: 28px;
	border-radius: 12px;
	overflow: hidden;
}

/* ─── Social Share ───────────────────────────────────────── */
.onoc-social {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

/* ─── Responsive ─────────────────────────────────────────── */
@media (max-width: 640px) {
	.single-podcast .featured-image.page-header-image-single,
	.single-podcast .featured-image.page-header-image-single img {
		height: 220px;
		max-height: 220px;
	}
	.single-podcast .entry-title {
		font-size: 1.3rem;
	}
}

/* ─── Meta Bar ───────────────────────────────────────────── */
.onoc-meta-bar {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	align-items: center;
	padding: 0.6rem 0;
	margin: 1rem 0 1.5rem;
	border-top: 2px solid #1e73be;
	border-bottom: 2px solid #1e73be;
	font-size: 0.85rem;
	font-weight: 500;
	color: #222222;
}

.onoc-meta-bar__item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.onoc-meta-bar__item svg {
	width: 16px;
	height: 16px;
	fill: #1e73be;
	flex-shrink: 0;
}

@media (max-width: 480px) {
	.onoc-meta-bar {
		gap: 1rem;
		font-size: 0.8rem;
	}
}
