/* Common header styles for MDX files */
.header {
	margin-bottom: 2rem;
}

.header h1 {
	margin-top: 0;
	color: rgb(var(--v-theme-primary));
	font-size: 2.5rem;
	font-weight: 700;
}

.header p {
	font-size: 1.1rem;
	margin-bottom: 2rem;
}

.a11y-version-badge {
	display: inline-block;
	font-size: 0.8rem;
	color: #555;
	background-color: #f0f4ff;
	border: 1px solid #c8d8f8;
	border-radius: 4px;
	padding: 3px 10px;
	margin-bottom: 1.5rem;
}
