.vp-container {
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	width: 100%;
}

.vp-narrow {
	max-width: var(--wp--style--global--content-size);
}

.vp-muted {
	color: var(--vp-color-muted);
}

.vp-editorial-copy {
	max-width: 58rem;
}

.vp-visually-hidden,
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.vp-visually-hidden:focus,
.screen-reader-text:focus {
	clip: auto;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	white-space: normal;
	width: auto;
}

.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

.is-style-section-band {
	background: var(--vp-color-charcoal);
	border-block: 1px solid var(--vp-border);
	padding-block: clamp(2rem, 6vw, 5rem);
}

