.wbp-static-page {
	padding-block: var(--wbp-space-2xl);
}

.wbp-static-page__header {
	margin-bottom: var(--wbp-space-xl);
}

.wbp-static-page__content {
	background: var(--wbp-white);
	border: 1px solid var(--wbp-border);
	border-radius: var(--wbp-radius-md);
	padding: var(--wbp-space-2xl);
	box-shadow: var(--wbp-shadow-sm);
	max-width: none;
}

.wbp-static-page__content h2 {
	margin-top: var(--wbp-space-xl);
}

.wbp-static-page__content h2:first-child {
	margin-top: 0;
}

.wbp-static-page__content p,
.wbp-static-page__content li {
	color: var(--wbp-text-muted);
}

.wbp-prose {
	line-height: 1.75;
}

.wbp-prose > * + * {
	margin-top: 1rem;
}
