section.related-content-carousel {
	padding: 6rem 2rem;
}

.related-content-carousel .container .inner {
	margin: 0;
}

.related-content-carousel .related-content-carousel_title {
	color: #1d4990;
	margin: 0 0 1rem;
	text-align: center;
}

.related-content-carousel .related-content-carousel_blurb {
	color: #0f1728;
	margin: 0 auto 3rem;
	max-width: 720px;
	text-align: center;
}

.related-content-carousel .related-content-carousel_viewport {
	overflow: hidden;
	width: 100%;
}

.related-content-carousel .related-content-carousel_track {
	--related-content-carousel-gap: 1.5rem;
	--related-content-carousel-card-width: 410px;
	display: flex;
	gap: var(--related-content-carousel-gap);
	justify-content: flex-start;
	transition: transform 0.35s ease;
	will-change: transform;
	margin-top: 50px;
	padding: 10px 0;
}

.related-content-carousel[data-show-arrows="false"] .related-content-carousel_viewport {
	overflow: visible;
}

.related-content-carousel[data-show-arrows="false"] .related-content-carousel_track {
	justify-content: center;
	transform: none !important;
	width: 100%;
}

.related-content-carousel[data-show-arrows="false"] .related-content-carousel_card {
	flex: 1 1 0;
	max-width: var(--related-content-carousel-card-width);
	min-width: 0;
	width: auto;
}

.related-content-carousel[data-show-arrows="false"][data-card-count="1"] .related-content-carousel_card {
	flex: 0 1 var(--related-content-carousel-card-width);
}

.related-content-carousel .related-content-carousel_card {
	--related-card-media-gradient: linear-gradient(135deg, #dff3fd 0%, #bfe9fb 45%, #9bdcf6 100%);
	--related-card-media-gradient-hover: linear-gradient(135deg, #112c56 0%, #1d4990 55%, #0a2240 100%);
	--related-card-padding: 1.25rem;
	--related-card-media-radius: 8px;
	background: #f5f7f9;
	border: 2px solid transparent;
	border-radius: 12px;
	box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	display: flex;
	flex: 0 0 var(--related-content-carousel-card-width);
	flex-direction: column;
	max-width: var(--related-content-carousel-card-width);
	min-width: var(--related-content-carousel-card-width);
	overflow: hidden;
	text-decoration: none;
	transition: border-color 0.25s ease;
	width: var(--related-content-carousel-card-width);
}

.related-content-carousel .related-content-carousel_card:hover {
	border-color: #b8c0cc;
}

.related-content-carousel .related-content-carousel_media {
	background: var(--related-card-media-gradient);
	border-radius: var(--related-card-media-radius);
	display: block;
	line-height: 0;
	margin: var(--related-card-padding) var(--related-card-padding) 0;
	overflow: hidden;
	transition: background 0.3s ease;
}

.related-content-carousel .related-content-carousel_card:hover .related-content-carousel_media {
	background: var(--related-card-media-gradient-hover);
}

.related-content-carousel .related-content-carousel_media img,
.related-content-carousel .related-content-carousel_media .related-content-carousel_image {
	border: 0;
	border-radius: var(--related-card-media-radius);
	display: block;
	margin: 0;
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	padding: 0;
	width: 100%;
}

.related-content-carousel .related-content-carousel_body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: var(--related-card-padding) var(--related-card-padding) 1.5rem;
	text-align: left;
}

.related-content-carousel .related-content-carousel_eyebrow {
	align-self: flex-start;
	background: #ffffff;
	border: 1px solid #e7eaf0;
	border-radius: 999px;
	color: #0f1728;
	display: inline-block;
	font-family: var(--v2-font-body), Inter, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 2.5rem;
	padding: 0.4rem 0.75rem;
	width: fit-content;
	max-width: max-content;
}

.related-content-carousel .related-content-carousel_card-title {
	color: #000000 !important;
	margin: 0 0 1.25rem;
}

.related-content-carousel .related-content-carousel_card:hover .related-content-carousel_card-title {
	color: #000000 !important;
}

.related-content-carousel .related-content-carousel_excerpt {
	color: #0f1728;
	flex: 1 1 auto;
	font-family: Inter;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 1.25rem;
}

.related-content-carousel .related-content-carousel_cta {
	align-self: flex-start;
	border-radius: 12px;
	display: inline-block;
	font-family: Inter;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 0.7rem 1.25rem;
	text-decoration: none;
	text-transform: uppercase;
}

.related-content-carousel .related-content-carousel_cta.cta-secondary {
	background: #ffffff !important;
	border: 2px solid #000000 !important;
	color: #000000 !important;
}

.related-content-carousel .related-content-carousel_card:hover .related-content-carousel_cta.cta-secondary {
	background: #ffffff !important;
	border-color: #00aeef !important;
	color: #00aeef !important;
}

.related-content-carousel .related-content-carousel_arrows {
	display: flex;
	gap: 0.75rem;
	justify-content: flex-start;
	margin-top: 2rem;
}

.related-content-carousel .related-content-carousel_arrow {
	align-items: center;
	background: #ffffff;
	border: 1px solid #dfe5ef;
	border-radius: 50%;
	cursor: pointer;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	padding: 0;
	transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	width: 46px;
}

.related-content-carousel .related-content-carousel_arrow:hover:not(:disabled) {
	background: #dff3fd;
	border-color: #9bdcf6;
	transform: translateY(-1px);
}

.related-content-carousel .related-content-carousel_arrow:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.related-content-carousel .related-content-carousel_arrow img,
.related-content-carousel .related-content-carousel_arrow svg {
	height: 18px;
	width: 18px;
}

@media (max-width: 1280px) {
	.related-content-carousel .related-content-carousel_track {
		--related-content-carousel-card-width: 388px;
	}
}


@media (max-width: 900px) {
	section.related-content-carousel {
		padding: 4rem 2rem;
	}

	.related-content-carousel .related-content-carousel_track {
		--related-content-carousel-card-width: 300px;
	}

	.related-content-carousel .related-content-carousel_media img,
	.related-content-carousel .related-content-carousel_media .related-content-carousel_image {
		height: 180px;
	}
}


@media (max-width: 1079px) and (min-width: 600px) {
	.related-content-carousel[data-show-arrows="false"] .related-content-carousel_track {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: center;
		width: 100%;
	}

	.related-content-carousel[data-show-arrows="false"] .related-content-carousel_card {
		flex: none;
		max-width: none;
		width: 100%;
	}

	.related-content-carousel[data-show-arrows="false"] .related-content-carousel_card:nth-child(3) {
		grid-column: 1 / 2;
		justify-self: start;
		max-width: 100%;
		width: 100%;
	}

	.related-content-carousel[data-show-arrows="false"][data-card-count="1"] .related-content-carousel_card {
		grid-column: 1 / -1;
		justify-self: center;
		max-width: var(--related-content-carousel-card-width);
	}
}

/* Static layout (≤3 cards): single column */
@media (max-width: 599px) {
	.related-content-carousel[data-show-arrows="false"] .related-content-carousel_track {
		align-items: stretch;
		display: flex;
		flex-direction: column;
	}

	.related-content-carousel[data-show-arrows="false"] .related-content-carousel_card {
		flex: 1 1 auto;
		max-width: 100%;
		width: 100%;
	}

}

@media (max-width: 560px) {
	.related-content-carousel[data-show-arrows="true"] .related-content-carousel_track {
		--related-content-carousel-card-width: calc(100vw - 66px);
	}

	.related-content-carousel .related-content-carousel_track {
	margin-top: 20px;
}
}


