/**
 * SC Related Posts frontend styles.
 * All rules scoped under .sc-related-posts to prevent collisions.
 */

.sc-related-posts {
	margin: clamp(1.5rem, 3vw, 2.25rem) 0;
	padding: clamp(1rem, 2vw, 1.25rem) 0;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	font-family: inherit;
}

.sc-related-posts__intro {
	margin: 0 0 0.5em;
	font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
	line-height: 1.5;
	color: #012F52;
	font-weight: 500;
}

.sc-related-posts__list {
	margin: 0;
	padding-left: 1.4em;
	list-style: disc;
}

.sc-related-posts__list li {
	margin: 0.4em 0;
	font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem);
	line-height: 1.5;
}

.sc-related-posts__list a {
	color: #CB1E41;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	font-weight: 500;
}

.sc-related-posts__list a:hover,
.sc-related-posts__list a:focus {
	color: #012F52;
	text-decoration-thickness: 2px;
}

@media (max-width: 600px) {
	.sc-related-posts {
		margin: 1.25rem 0;
	}
	.sc-related-posts__list {
		padding-left: 1.2em;
	}
}
