.article-related {
	--article-related-ink: #1c2b1a;
	--article-related-accent: #c8851a;
	--article-related-accent-dark: #a96d14;
	--article-related-accent-10: rgba(200, 133, 26, 0.1);
	--article-related-accent-20: rgba(200, 133, 26, 0.2);
	--article-related-muted: #99a1af;
	--article-related-copy: #6a7282;
	--article-related-green: #008236;
	--article-related-tag-bg: #f0fdf4;
	--article-related-card-muted: #f8f4ed;
	padding: clamp(5rem, 5.85vw, 7rem) 0;
	color: var(--article-related-ink);
	background: #ffffff;
}

.article-related .container {
	width: min(100% - clamp(2rem, 3vw, 2.5rem), 1232px);
}

.article-related__container {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.article-related__header {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1.25rem;
}

.article-related__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.5625rem 1.0625rem;
	border: 1px solid var(--article-related-accent-20);
	border-radius: 999px;
	color: var(--article-related-accent-dark);
	background: var(--article-related-accent-10);
	font-size: var(--site-font-size-14);
	font-weight: 500;
	line-height: 1.43;
	white-space: nowrap;
}

.article-related__title {
	margin: 0;
	color: var(--article-related-ink);
	font-family: var(--site-font-heading);
	font-size: clamp(2rem, 1.72rem + 0.85vw, 2.4rem);
	font-weight: 800;
	line-height: 1.2;
}

.article-related__slider {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.article-related__viewport {
	overflow: hidden;
	margin: -0.875rem -1rem -1.5rem;
	padding: 0.875rem 1rem 1.5rem;
}

.article-related__swiper {
	overflow: visible;
}

.article-related__track {
	align-items: stretch;
}

.article-related-card {
	height: auto;
}

.article-related-card__link {
	display: flex;
	min-height: 22.3125rem;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	border-radius: 1rem;
	color: inherit;
	background: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-related-card__link:hover {
	transform: translateY(-0.125rem);
	box-shadow: 0 10px 24px rgba(28, 43, 26, 0.12);
}

.article-related-card__content,
.article-related-card__details {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.article-related-card__category {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	color: var(--article-related-green);
	background: var(--article-related-tag-bg);
	font-family: var(--site-font-heading);
	font-size: var(--site-font-size-14);
	font-weight: 500;
	line-height: 1.43;
	text-align: center;
}

.article-related-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem 1rem;
	color: var(--article-related-muted);
	font-family: var(--site-font-heading);
	font-size: var(--site-font-size-14);
	font-weight: 500;
	line-height: 1.43;
}

.article-related-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	white-space: nowrap;
}

.article-related-card__meta-item::before {
	content: "";
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	flex: 0 0 auto;
	background-color: currentColor;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.article-related-card__meta-item--date::before {
	width: 1.0625rem;
	height: 1.0625rem;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3E%3Cpath d='M11.875 2.292V.625M4.375 2.292V.625M.833 4.792h14.584M.625 6.495c0-1.762 0-2.644.363-3.318.329-.6.839-1.082 1.457-1.375.713-.344 1.647-.344 3.513-.344h4.334c1.866 0 2.8 0 3.513.344.628.301 1.137.783 1.457 1.375.363.675.363 1.557.363 3.319v4.093c0 1.763 0 2.644-.363 3.318-.329.6-.839 1.082-1.457 1.375-.713.343-1.647.343-3.513.343H5.958c-1.866 0-2.8 0-3.513-.343-.618-.294-1.128-.775-1.457-1.376-.363-.675-.363-1.556-.363-3.319V6.495Z' fill='none' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.article-related-card__meta-item--time::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Zm0-11.667V10l2.5 1.667' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.article-related-card__meta-item--views::before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M2.5 10s2.727-5 7.5-5 7.5 5 7.5 5-2.727 5-7.5 5-7.5-5-7.5-5Zm7.5 2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z' fill='none' stroke='black' stroke-width='1.35' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.article-related-card__title {
	margin: 0;
	color: var(--article-related-ink);
	font-family: var(--site-font-heading);
	font-size: var(--site-font-size-18);
	font-weight: 700;
	line-height: 1.56;
	transition: color 0.2s ease;
}

.article-related-card__link:hover .article-related-card__title {
	color: var(--article-related-accent);
}

.article-related-card__excerpt {
	margin: 0;
	color: var(--article-related-copy);
	font-size: var(--site-font-size-14);
	line-height: 1.625;
}

.article-related-card__button {
	display: inline-flex;
	width: 2rem;
	height: 2rem;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	align-self: flex-end;
	border-radius: 999px;
	color: var(--article-related-muted);
	background: var(--article-related-card-muted);
	transition: color 0.2s ease, background-color 0.2s ease;
}

.article-related-card__link:hover .article-related-card__button {
	color: #f8f4ed;
	background: var(--article-related-accent);
}

.article-related-card__button-icon {
	width: 1.25rem;
	height: 1.25rem;
}

.article-related__controls {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.article-related__control {
	display: inline-flex;
	width: 3rem;
	height: 3rem;
	align-items: center;
	justify-content: center;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	color: #0a0a0a;
	background: #ffffff;
	transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.article-related__control:disabled,
.article-related__control.is-disabled,
.article-related__control.is-locked {
	opacity: 0.8;
	cursor: default;
}

.article-related__control:not(:disabled):not(.is-disabled):not(.is-locked):hover {
	border-color: var(--article-related-accent);
	color: var(--article-related-accent);
}

.article-related__control-icon {
	width: 1.25rem;
	height: 1.25rem;
	background-color: currentColor;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7.5 5 12.5 10 7.5 15' fill='none' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
}

.article-related__control--prev .article-related__control-icon {
	transform: scaleX(-1);
}

@media (max-width: 767.98px) {
	.article-related {
		padding: clamp(4rem, 14vw, 5rem) 0;
	}

	.article-related__container {
		gap: 3rem;
	}

	.article-related__viewport {
		margin-right: -0.75rem;
		margin-left: -0.75rem;
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}
