html.svp-single-page,
body.svp-single-page {
	margin: 0;
	padding: 0;
	background: #fafafa;
	color: #222;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.svp-single-topbar {
	position: sticky;
	top: 0;
	z-index: 10;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: blur(6px);
	border-bottom: 1px solid #eaeaea;
	padding: 14px 24px;
}

.svp-back-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	color: #222;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 16px;
	border: 1px solid #ddd;
	border-radius: 999px;
	background: #fff;
	transition: background .15s, border-color .15s;
}

.svp-back-btn:hover {
	background: #f0f0f0;
	border-color: #ccc;
}

.svp-back-btn span {
	font-size: 16px;
	line-height: 1;
}

.svp-single-main {
	width: 100%;
}

.svp-single-hero {
	width: 100%;
	padding: 32px 24px 8px;
	text-align: center;
	box-sizing: border-box;
}

.svp-single-hero img {
	display: inline-block;
	max-width: 75%;
	max-height: 60vh;
	width: auto;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

@media (max-width: 700px) {
	.svp-single-hero img {
		max-width: 100%;
	}
}

.svp-single-container {
	max-width: 780px;
	margin: 0 auto;
	padding: 40px 24px 80px;
}

.svp-single-title {
	font-size: 34px;
	margin: 0 0 6px;
	line-height: 1.2;
}

.svp-single-interpret {
	font-size: 18px;
	color: #555;
	margin: 0 0 24px;
}

.svp-single-meta-card {
	background: #f2f2f2;
	border-radius: 10px;
	padding: 20px 24px;
	margin-bottom: 32px;
}

table.svp-single-meta {
	border-collapse: collapse;
	margin-bottom: 0;
}

table.svp-single-meta th {
	text-align: left;
	padding: 5px 20px 5px 0;
	color: #666;
	font-weight: 600;
	font-size: 14px;
	white-space: nowrap;
}

table.svp-single-meta td {
	padding: 5px 0;
	font-size: 15px;
}

.svp-single-youtube-card {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 32px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}

.svp-section-heading {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #888;
	margin: 0 0 14px;
	font-weight: 600;
}

.svp-single-youtube {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 6px;
	overflow: hidden;
	background: #000;
}

.svp-single-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.svp-single-songtext-card {
	background: #fff;
	border-radius: 10px;
	padding: 24px 28px 28px;
	margin-bottom: 32px;
	transition: background-color .3s ease;
}

.svp-single-songtext-card.svp-dark-bg {
	color: #fff;
}

.svp-single-songtext-card.svp-dark-bg .svp-section-heading {
	color: rgba(255, 255, 255, .75);
}

.svp-single-songtext {
	font-size: 17px;
	line-height: 1.85;
}

/* Jede per Enter erzeugte Zeile ist ein eigener Absatz (<p>). Der
   Standard-Absatzabstand des Themes würde hier zwischen JEDER Zeile
   riesige Lücken erzeugen - daher gezielt auf einen dezenten Wert
   reduzieren. Für einzelne Zeilenumbrüche innerhalb einer Strophe
   Shift+Enter statt Enter verwenden (erzeugt <br> ohne Extra-Abstand). */
.svp-single-songtext p {
	margin: 0 0 1em;
}

.svp-single-songtext p:last-child {
	margin-bottom: 0;
}

.svp-single-songtext p:empty {
	margin-bottom: 0.5em;
}

.svp-back-btn-bottom {
	margin-top: 48px;
}

@media (max-width: 600px) {
	.svp-single-title {
		font-size: 26px;
	}
	.svp-single-container {
		padding: 28px 18px 60px;
	}
}
