.crl-media__title, .crl-faq__title, .crl-compare__title, .crl-spec__title, .crl-bullets__title, .crl-cta__title, .crl-hero__title, .crl-section__title, .crl-toc__title {
	font-family: var(--crl-font-head);
	font-weight: 600;
	font-size: 36px;
	line-height: 1.2;
	color: var(--crl-navy);
	margin: 0 0 20px;
}

.crl-media p, .crl-faq p, .crl-compare p, .crl-section p, .crl-hero__lede {
	font-family: var(--crl-font);
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--crl-ink);
	margin: 0 0 20px;
}

.crl-media h3, .crl-section h3, .crl-faq h3 {
	font-family: var(--crl-font);
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: var(--crl-navy);
	margin: 0 0 10px;
}

.crl-media ul, .crl-media ol, .crl-section ul, .crl-section ol {
	font-family: var(--crl-font);
	font-size: 18px;
	line-height: 24px;
	color: var(--crl-ink);
	margin: 0 0 20px;
	padding-left: 27px;
}

.crl-media li, .crl-section li {
	margin-bottom: 10px;
}

.crl-media li:last-child, .crl-section li:last-child {
	margin-bottom: 0;
}

.crl-media {
	margin: var(--crl-gap-section) 0;
	grid-template-columns: var(--crl-media-img) 1fr;
	gap: 0 var(--crl-media-gap);
	align-items: start;
}

.crl-media.is-right {
	grid-template-columns: 1fr var(--crl-media-img);
}

.crl-media .wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

.crl-compare__intro {
	margin-bottom: 30px;
}

.crl-compare table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.crl-compare th, .crl-compare td {
	border: 0;
	padding: 0 20px 0 33px;
	text-align: left;
	vertical-align: middle;
}

.crl-compare thead th {
	background: var(--crl-rule);
	font-family: var(--crl-font);
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: var(--crl-navy);
	height: 45px;
}

.crl-compare tbody td {
	font-family: var(--crl-font);
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: var(--crl-ink);
	height: 50px;
	border-right: 1px solid var(--crl-rule);
}

.crl-compare tbody td:last-child {
	border-right: 0;
}

.crl-compare tbody tr:nth-child(odd) td {
	background: var(--crl-surface);
}

.crl-compare th:nth-child(1), .crl-compare td:nth-child(1) {
	width: 24.7%;
}

.crl-compare th:nth-child(2), .crl-compare td:nth-child(2) {
	width: 40.8%;
}

.crl-compare th:nth-child(3), .crl-compare td:nth-child(3) {
	width: 34.5%;
}

.crl-spec table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--crl-font);
	font-size: 18px;
	line-height: 30px;
}

.crl-spec td {
	border: 0;
	padding: 10px 20px 10px 33px;
	vertical-align: top;
	color: var(--crl-ink);
}

.crl-spec tr:nth-child(odd) td {
	background: var(--crl-surface);
}

.crl-spec tr td:first-child {
	width: 24.7%;
	font-weight: 700;
	color: var(--crl-navy);
}

.crl-faq {
	background: var(--crl-surface);
	margin: var(--crl-gap-section) calc(50% - 50vw);
	padding: 64px calc(50vw - 50%);
}

.crl-faq__title {
	margin-bottom: 40px;
	text-align: center;
}

.crl-faq__item {
	background: var(--crl-white);
	border-radius: var(--crl-radius);
	padding: 20px 28px;
	margin-bottom: 16px;
}

.crl-faq__item:last-child {
	margin-bottom: 0;
}

.crl-faq__item > summary {
	font-family: var(--crl-font);
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: var(--crl-navy);
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

.crl-faq__item > summary::-webkit-details-marker {
	display: none;
}

.crl-faq__item > summary::after {
	content: "";
	flex: 0 0 auto;
	width: 11px;
	height: 11px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-25%);
	transition: transform .18s ease;
}

.crl-faq__item[open] > summary::after {
	transform: rotate(-135deg) translateY(-25%);
}

.crl-faq__item > p {
	margin: 14px 0 0;
}

.crl-quote {
	font-family: var(--crl-font);
	border-left: 2px solid var(--crl-navy);
	padding: 4px 0 4px 24px;
	margin: var(--crl-gap-section) 0;
	font-size: 19px;
	line-height: 1.5;
}

.crl-quote cite {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	font-style: normal;
	color: var(--crl-navy);
}

.crl-toc__title {
	margin-bottom: 18px;
}

.crl-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.crl-toc__item {
	margin: 0 0 6px;
}

.crl-toc__item a {
	font-family: var(--crl-font);
	font-size: 18px;
	line-height: 24px;
	color: var(--crl-ink);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.crl-toc__item a:hover {
	color: var(--crl-navy);
}

@media (max-width: 1024px) {
	.crl-media, .crl-media.is-right {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	
	.crl-media__title, .crl-faq__title, .crl-compare__title, .crl-toc__title {
		font-size: 28px;
	}
}

@media (max-width: 782px) {
	.crl-compare {
		overflow-x: auto;
	}
	
	.crl-compare table {
		min-width: 640px;
	}
}