/* ==========================================================================
   ArcanePlayer — Static pages (page.php)
   About, Privacy Policy, Terms of Use, Disclaimer, Help, etc. Typography
   comes from assets/css/content.css (.sg-prose); this file just centers a
   readable column with no sidebar.
   ========================================================================== */

.sg-page {
	background-color: var(--sg-color-bg, #0A0F0A);
	padding: 56px 6vw 80px;
}

.sg-page__article {
	max-width: 760px;
	margin: 0 auto;
}

.sg-page__header {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--sg-color-border, #2A332A);
}

.sg-page__title {
	font-family: var(--sg-font-display, 'Rajdhani', sans-serif);
	font-weight: 700;
	font-style: italic;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	color: var(--sg-color-text-title, #FFFFFF);
	margin: 0;
}

.sg-page__featured-image {
	margin: 0 0 32px;
}

.sg-page__featured-image img {
	display: block;
	width: 100%;
	height: auto;
}
