.rl-related-seo {
	margin: 56px 0 28px;
	padding: 30px;
	border: 1px solid #dbe5df;
	border-radius: 8px;
	background: #f6f9f7;
	color: #182026;
}

.rl-related-seo *,
.rl-related-seo *::before,
.rl-related-seo *::after {
	box-sizing: border-box;
}

.rl-related-seo__header {
	max-width: 760px;
	margin-bottom: 24px;
}

.rl-related-seo__eyebrow {
	margin: 0 0 10px;
	color: #007b88;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0;
}

.rl-related-seo h2 {
	margin: 0;
	color: #182026;
	font-size: 1.55rem;
	line-height: 1.45;
	font-weight: 800;
	letter-spacing: 0;
}

.rl-related-seo__header p:not(.rl-related-seo__eyebrow) {
	margin: 12px 0 0;
	color: #60717a;
	line-height: 1.8;
}

.rl-related-seo__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.rl-related-seo__group {
	min-width: 0;
	padding: 20px;
	border: 1px solid #dbe5df;
	border-radius: 8px;
	background: #ffffff;
}

.rl-related-seo__group h3 {
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbe5df;
	color: #182026;
	font-size: 1rem;
	line-height: 1.45;
	font-weight: 800;
	letter-spacing: 0;
}

.rl-related-seo__group ul {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.rl-related-seo__group li {
	margin: 0;
	padding: 0;
}

.rl-related-seo__group a {
	display: inline;
	color: #007b88;
	font-weight: 800;
	line-height: 1.6;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.rl-related-seo__group a:hover,
.rl-related-seo__group a:focus {
	color: #005f68;
	text-decoration-thickness: 2px;
}

.rl-related-seo__group span {
	display: block;
	margin-top: 4px;
	color: #60717a;
	font-size: 0.92rem;
	line-height: 1.75;
}

@media (max-width: 767px) {
	.rl-related-seo {
		margin-top: 42px;
		padding: 22px 16px;
	}

	.rl-related-seo h2 {
		font-size: 1.28rem;
	}

	.rl-related-seo__grid {
		grid-template-columns: 1fr;
	}

	.rl-related-seo__group {
		padding: 18px;
	}
}
