/**
 * Static page content (block editor) — matches default page layout e.g. refund policy.
 *
 * @package Hq_Accessories
 */

.page-content .entry-header {
	margin-bottom: 1.5rem;
}

.page-content .entry-title {
	margin: 0 0 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
}

.page-content .entry-content {
	color: #222;
	font-size: 1rem;
	line-height: 1.6;
}

.page-content .entry-content > *:first-child {
	margin-top: 0;
}

.page-content .entry-content > *:last-child {
	margin-bottom: 0;
}

.page-content .entry-content p {
	margin: 0 0 1rem;
}

.page-content .entry-content h2,
.page-content .entry-content h3,
.page-content .entry-content h4 {
	margin: 1.25rem 0 1rem;
	font-weight: 700;
	line-height: 1.2;
	color: #222;
}

.page-content .entry-content h2 {
	font-size: 1.5rem;
}

.page-content .entry-content h3 {
	font-size: 1.25rem;
}

.page-content .entry-content h4 {
	font-size: 1.125rem;
}

.page-content .entry-content ul,
.page-content .entry-content ol {
	margin: 0 0 1rem;
	padding-left: 1.5rem;
}

.page-content .entry-content li {
	margin: 0;
}

.page-content .entry-content a {
	color: var(--color-primary, #e0cee5);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.page-content .entry-content a:hover,
.page-content .entry-content a:focus-visible {
	color: var(--color-primary-hover, #d9b2e4);
}
