.hm-memento-related-articles {
	--hm-article-blue: #6696c6;
	--hm-article-dark: #23242b;
	--hm-article-orange: #ce6030;
	background: #f1f5f8;
	border-top: 1px solid rgba(35, 36, 43, 0.08);
	padding: 5rem 0;
}

.hm-memento-related-articles__inner {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 30px;
}

.hm-memento-related-articles__header {
	margin: 0 auto 2.5rem;
	max-width: 760px;
	text-align: center;
}

.hm-memento-related-articles .hm-memento-related-articles__eyebrow {
	color: var(--hm-article-blue);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.4;
	margin: 0 0 0.75rem;
	text-transform: uppercase;
}

.hm-memento-related-articles .hm-memento-related-articles__title {
	color: var(--hm-article-dark);
	font-size: 2.5rem;
	line-height: 1.12;
	margin: 0;
	text-transform: none;
}

.hm-memento-related-articles__grid {
	display: grid;
	gap: 1.875rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.hm-memento-related-articles__item:only-child {
	grid-column: 1 / -1;
	justify-self: center;
	max-width: 820px;
	width: 100%;
}

.hm-memento-related-articles__card {
	background: #fff;
	border-top: 4px solid var(--hm-article-orange);
	box-shadow: 0 14px 38px rgba(35, 36, 43, 0.09);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.hm-memento-related-articles__media {
	aspect-ratio: 16 / 9;
	background: #dce4e9;
	overflow: hidden;
}

.hm-memento-related-articles__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hm-memento-related-articles__card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 2rem;
}

.hm-memento-related-articles .hm-memento-related-articles__meta {
	color: var(--hm-article-blue);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.45;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.hm-memento-related-articles .hm-memento-related-articles__card-title {
	font-size: 1.625rem;
	line-height: 1.2;
	margin: 0 0 1rem;
	text-transform: none;
}

.hm-memento-related-articles__card-title a {
	color: var(--hm-article-dark);
	text-decoration: none;
}

.hm-memento-related-articles__card-title a:hover,
.hm-memento-related-articles__card-title a:focus-visible {
	color: var(--hm-article-orange);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.16em;
}

.hm-memento-related-articles .hm-memento-related-articles__excerpt {
	color: rgba(35, 36, 43, 0.78);
	font-size: 1rem;
	line-height: 1.6;
	margin: 0 0 1.5rem;
}

.hm-memento-related-articles__link {
	align-self: flex-start;
	color: var(--hm-article-blue);
	font-size: 0.9375rem;
	font-weight: 700;
	margin-top: auto;
	text-decoration: none;
}

.hm-memento-related-articles__link:hover,
.hm-memento-related-articles__link:focus-visible {
	color: var(--hm-article-orange);
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

.hm-memento-related-articles a:focus-visible {
	outline: 3px solid var(--hm-article-orange);
	outline-offset: 4px;
}

@media (max-width: 767.98px) {
	.hm-memento-related-articles {
		padding: 3.5rem 0;
	}

	.hm-memento-related-articles__inner {
		padding: 0 20px;
	}

	.hm-memento-related-articles__header {
		margin-bottom: 2rem;
		text-align: left;
	}

	.hm-memento-related-articles .hm-memento-related-articles__title {
		font-size: 1.875rem;
		line-height: 1.16;
	}

	.hm-memento-related-articles__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.hm-memento-related-articles__card-body {
		padding: 1.5rem;
	}

	.hm-memento-related-articles .hm-memento-related-articles__card-title {
		font-size: 1.375rem;
	}
}

@media print {
	.hm-memento-related-articles {
		background: transparent !important;
		border-top: 1px solid #777;
		color: #000;
		padding: 18pt 0 0;
	}

	.hm-memento-related-articles__inner {
		max-width: none;
		padding: 0;
	}

	.hm-memento-related-articles__header {
		margin: 0 0 14pt;
		max-width: none;
		text-align: left;
	}

	.hm-memento-related-articles .hm-memento-related-articles__title {
		font-size: 22pt;
	}

	.hm-memento-related-articles__grid {
		display: grid !important;
		gap: 12pt;
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.hm-memento-related-articles__item {
		break-inside: avoid;
		max-width: none !important;
		width: 100%;
	}

	.hm-memento-related-articles__card {
		border: 1px solid #777;
		border-top: 3px solid #000;
		box-shadow: none;
	}

	.hm-memento-related-articles__media {
		aspect-ratio: 16 / 6;
		max-height: 150pt;
	}

	.hm-memento-related-articles__card-body {
		padding: 14pt;
	}

	.hm-memento-related-articles__card-title a,
	.hm-memento-related-articles__link,
	.hm-memento-related-articles .hm-memento-related-articles__meta,
	.hm-memento-related-articles .hm-memento-related-articles__excerpt {
		color: #000 !important;
	}

	.hm-memento-related-articles__link::after {
		content: " (" attr(href) ")";
		font-weight: 400;
		word-break: break-all;
	}
}
