.vt-page-wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--vt-space-3);
	max-width: 1300px;
	margin-inline: auto;
	padding-inline: 20px;
}

.vt-page-header {
	margin-bottom: 0.5rem;
}

.vt-page-title {
	font-size: clamp(1.5rem, 2.5vw, 2.3rem);
	font-weight: 700;
	margin: 0;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.vt-page-body {
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--vt-text);
}

.vt-page-body p {
	margin-bottom: 1rem;
}

.vt-page-body h2 {
	font-size: 1.75rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.vt-page-body h3 {
	font-size: 1.35rem;
	font-weight: 700;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}

.vt-page-body ul,
.vt-page-body ol {
	margin-bottom: 1rem;
	margin-left: 1.5rem;
}

.vt-page-body li {
	margin-bottom: 0.5rem;
}

.vt-page-body a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.5);
	transition: text-decoration-color 0.2s ease;
}

.vt-page-body a:hover {
	text-decoration-color: rgba(255, 255, 255, 1);
}
