/**
 * Centered static pages & blog posts — no parent-theme sidebar.
 */

body.bfnme-v4-site.bfnme-content-page #secondary,
body.bfnme-v4-site.bfnme-content-page .sidebar-width,
body.bfnme-v4-site.bfnme-content-page .default-sidebar,
body.bfnme-v4-site.bfnme-content-page .container > .site-wrapper > aside {
	display: none !important;
}

body.bfnme-v4-site.bfnme-content-page .container,
body.bfnme-v4-site.bfnme-content-page .site-wrapper {
	display: block;
	max-width: none;
}

.bfnme-v4-site .bfnme-content-page {
	max-width: 720px;
	margin: 0 auto;
	padding: clamp(1.5rem, 4vw, 2.5rem) 16px clamp(2.5rem, 6vw, 4rem);
}

.bfnme-v4-site .bfnme-content-page__inner {
	width: 100%;
}

.bfnme-v4-site .bfnme-content-page__header {
	text-align: center;
	margin-bottom: 1.5rem;
}

.bfnme-v4-site .bfnme-content-page__title {
	margin: 0 0 0.5rem;
	font-family: var(--font-display, 'Playfair Display', Georgia, serif);
	font-size: clamp(1.75rem, 4vw, 2.25rem);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #2f2a26;
}

.bfnme-v4-site .bfnme-content-page__meta {
	margin: 0;
	font-size: 0.875rem;
	color: #8a8278;
}

.bfnme-v4-site .bfnme-content-page__body {
	font-size: 1rem;
	line-height: 1.7;
	color: #4a4540;
}

.bfnme-v4-site .bfnme-content-page__body > *:first-child {
	margin-top: 0;
}

.bfnme-v4-site .bfnme-content-page__body h2,
.bfnme-v4-site .bfnme-content-page__body h3 {
	color: #2f2a26;
	margin-top: 1.75rem;
	margin-bottom: 0.65rem;
}

.bfnme-v4-site .bfnme-content-page__body a {
	color: #d96a24;
}

.bfnme-v4-site .bfnme-content-page__body a:hover {
	color: #b85e30;
}

.bfnme-v4-site .bfnme-content-page .comment-respond,
.bfnme-v4-site .bfnme-content-page .comments-area {
	margin-top: 2rem;
}
