.bea-research-hero {
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.bea-research-hero__header {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.bea-research-hero__title {
	margin: 200px 0 0;
	color: #070319;
	font-family: var(--wp--preset--font-family--heading, inherit);
	font-size: clamp(2rem, 6vw, 4rem);
	line-height: 0.95;
}

.bea-research-hero__timeline {
	margin: 2rem 0 0;
	display: inline-flex;
	flex-direction: column;
	gap: 0;
	color: #6A6875;
	font-family: var(--wp--preset--font-family--body, inherit);
	font-size: 14px !important;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
}

.bea-research-hero__timeline span {
	color: #070319;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.bea-research-hero__featured-image-wrap {
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
	width: min(100%, 1272px);
	margin-inline: auto;
}

.single-research .bea-research-single .wp-block-post-content img,
.single-research .bea-research-single .wp-block-post-content figure img,
.single-research .bea-research-single .wp-block-post-content .wp-block-image img {
	border-radius: 12px;
}

.single-research .bea-research-single .wp-block-post-content {
	width: min(100%, 800px);
	margin-inline: auto;
}

.bea-research-hero__featured-image-tag {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.bea-research-hero__featured-image-placeholder {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 7;
	object-fit: cover;
	border-radius: 12px;
}

.bea-research-hero__featured-image-placeholder {
	background-size: cover;
	background-position: center;
}

.bea-research-related {
	margin-top: calc(clamp(3rem, 7vw, 5.5rem) + 100px);
	width: min(100%, 1272px);
	margin-inline: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

.bea-research-related__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.bea-research-related__title {
	margin: 0;
	color: #070319;
	font-family: var(--wp--preset--font-family--heading, inherit);
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 0.95;
}

.bea-research-related__controls {
	display: inline-flex;
	gap: 0.625rem;
}

.bea-research-related__arrow {
	appearance: none;
	border: 0;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: #070319;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.bea-research-related__arrow:not(:disabled):hover,
.bea-research-related__arrow:not(:disabled):focus-visible {
	transform: none;
	box-shadow: none;
}

.bea-research-related__arrow:disabled {
	background: #e6e6e8;
	color: #7d7897;
	cursor: not-allowed;
}

.bea-research-related__arrow-icon {
	display: block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
}

.bea-research-related__arrow--prev .bea-research-related__arrow-icon {
	mask-image: url('/wp-content/uploads/2026/08/icon-arrow-mini-left.svg');
	-webkit-mask-image: url('/wp-content/uploads/2026/08/icon-arrow-mini-left.svg');
}

.bea-research-related__arrow--next .bea-research-related__arrow-icon {
	mask-image: url('/wp-content/uploads/2026/08/icon-arrow-mini-right.svg');
	-webkit-mask-image: url('/wp-content/uploads/2026/08/icon-arrow-mini-right.svg');
}

.bea-research-related__viewport {
	overflow: hidden;
	padding-bottom: 2px;
	touch-action: pan-y;
	cursor: grab;
}

.bea-research-related.is-dragging .bea-research-related__viewport {
	cursor: grabbing;
}

.bea-research-related__track {
	display: flex;
	align-items: stretch;
	gap: 1rem;
	transform: translate3d(0, 0, 0);
	transition: transform 0.42s cubic-bezier(0.22, 0.61, 0.36, 1);
	will-change: transform;
}

.bea-research-related__card {
	flex: 0 0 calc((100% - (1rem * 3)) / 4);
	min-width: 0;
}

.bea-research-related__card-link {
	display: block;
	height: 100%;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #ecebf0;
	border-radius: 12px;
	overflow: hidden;
}

.bea-research-related__card-image {
	width: 100%;
	aspect-ratio: 16 / 10;
	background-size: cover;
	background-position: center;
}

.bea-research-related__card-body {
	padding: 25px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.bea-research-related__card-term {
	margin: 0;
	display: inline-flex;
	align-self: flex-start;
	padding: 0.2rem 0.45rem;
	border-radius: 999px;
	border: 1px solid #d7d6df;
	color: #070319;
	font-family: var(--wp--preset--font-family--body, inherit);
	font-size: 0.62rem;
	text-transform: uppercase;
}

.bea-research-related__card-title {
	margin: 0;
	color: #070319;
	font-family: var(--wp--preset--font-family--heading, inherit);
	font-size: 1.25rem;
	line-height: 1.1;
	margin-bottom: 10px;
}

.bea-research-related__card-excerpt {
	margin: 0;
	color: #6A6875;
	font-family: var(--wp--preset--font-family--body, inherit);
	font-size: 16px;
	line-height: 1.1;
}

.bea-research-related__card-timeline-label {
	margin: 24px 0 0;
	color: #070319;
	font-family: var(--wp--preset--font-family--body, inherit);
	font-size: 15px !important;
	font-weight: 600;
	line-height: 1 !important;
	text-transform: none;
	margin-bottom: 10px;
}

.bea-research-related__card-timeline {
	margin: 0;
	color: #6A6875;
	font-family: var(--wp--preset--font-family--body, inherit);
	font-size: 15px !important;;
	line-height: 1 !important;;
	text-transform: none;
}

@media (max-width: 1024px) {
	.bea-research-related__card {
		flex-basis: calc((100% - (1rem * 2)) / 3);
	}
}

@media (max-width: 767px) {
	.bea-research-related__header {
		align-items: flex-end;
	}

	.bea-research-related__card {
		flex-basis: 100%;
	}
}
