/**
 * Easy Blog Story Stream
 *
 * Frontend styles for the Story Stream Elementor widget.
 */

.easy-blog-story-stream {
	--ebss-card-width: 360px;
	--ebss-card-min-height: 520px;
	--ebss-gap: 22px;
	--ebss-radius: 34px;
	--ebss-card-padding: 24px;
	--ebss-header-gap: 32px;
	--ebss-overlay-opacity: .18;
	--ebss-image-opacity: .20;
	--ebss-image-size: cover;
	--ebss-image-custom-size: 90%;
	--ebss-mobile-peek: 42px;
	--ebss-image-position: center center;
	--ebss-scrollbar-color: rgba(30, 30, 30, .18);
	--ebss-showcase-min-height: 560px;
	--ebss-showcase-padding: 54px;
	--ebss-showcase-radius: 34px;
	--ebss-showcase-content-width: 780px;
	--ebss-showcase-bar-height: 6px;
	--ebss-showcase-bar-active: #fff;
	--ebss-showcase-bar-inactive: rgba(255, 255, 255, .38);
	--ebss-showcase-nav-size: 46px;
	--ebss-showcase-nav-bg: rgba(255, 255, 255, .18);
	--ebss-showcase-nav-color: #fff;
	--ebss-showcase-nav-icon-size: 18px;
	--ebss-showcase-pause-size: 46px;
	--ebss-showcase-pause-icon-size: 16px;
	--ebss-showcase-pause-offset: 24px;
	--ebss-showcase-pause-bg: rgba(255, 255, 255, .18);
	--ebss-showcase-pause-color: #fff;
	--ebss-showcase-transition-duration: 860ms;
	--ebss-showcase-transition-easing: cubic-bezier(.16, 1, .3, 1);
	--ebss-filmstrip-gap: 10px;
	--ebss-filmstrip-item-width: 310px;
	--ebss-filmstrip-right-width: 300px;
	--ebss-filmstrip-thumb-size: 54px;
	--ebss-filmstrip-radius: 18px;
	--ebss-filmstrip-bg: rgba(255, 255, 255, .82);
	--ebss-filmstrip-active-bg: rgba(255, 255, 255, .96);
	--ebss-filmstrip-border: rgba(30, 30, 30, .13);
	--ebss-filmstrip-active-border: #1e1e1e;
	--ebss-filmstrip-color: #1e1e1e;
	width: 100%;
	position: relative;
}

.easy-blog-story-stream,
.easy-blog-story-stream * {
	box-sizing: border-box;
}

.easy-blog-story-stream {
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
	-webkit-hyphens: auto;
}

.ebss-header {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
	gap: clamp(18px, 4vw, 56px);
	align-items: end;
	margin: 0 0 var(--ebss-header-gap);
}

.ebss-kicker {
	display: inline-flex;
	align-items: center;
	gap: .6em;
	margin: 0 0 .65em;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
	line-height: 1.2;
}

.ebss-kicker::before {
	content: "";
	width: .72em;
	height: .72em;
	flex: 0 0 auto;
	border-radius: 999px;
	background: currentColor;
	opacity: .72;
}

.ebss-headline {
	margin: 0;
	font-size: clamp(2.4rem, 6vw, 5.1rem);
	line-height: .98;
	letter-spacing: -.075em;
	font-weight: 900;
	text-wrap: balance;
}

.ebss-intro {
	margin: 0;
	font-size: clamp(1rem, 1.8vw, 1.35rem);
	font-weight: 700;
	line-height: 1.45;
	text-wrap: pretty;
}

.ebss-stage {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

.ebss-track {
	display: flex;
	gap: var(--ebss-gap);
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: 0;
	-webkit-overflow-scrolling: touch;
	padding: 0 0 18px;
}

.easy-blog-story-stream.ebss-hide-scrollbar .ebss-track {
	scrollbar-width: none;
}

.easy-blog-story-stream.ebss-hide-scrollbar .ebss-track::-webkit-scrollbar {
	display: none;
}

.ebss-track::-webkit-scrollbar {
	height: 10px;
}

.ebss-track::-webkit-scrollbar-track {
	background: rgba(30, 30, 30, .08);
	border-radius: 999px;
}

.ebss-track::-webkit-scrollbar-thumb {
	background: var(--ebss-scrollbar-color);
	border-radius: 999px;
}

.ebss-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	flex: 0 0 var(--ebss-card-width);
	min-height: var(--ebss-card-min-height);
	border-radius: var(--ebss-radius);
	scroll-snap-align: start;
	color: var(--ebss-card-text, #fff);
	background:
		radial-gradient(circle at 22% 12%, rgba(255, 255, 255, .26), transparent 34%),
		linear-gradient(160deg, var(--ebss-card-bg-a, #7fa1b3), var(--ebss-card-bg-b, #8fae96));
	border: 1px solid rgba(30, 30, 30, .18);
	box-shadow: 0 18px 42px rgba(30, 30, 30, .14);
}

.ebss-media,
.ebss-overlay,
.ebss-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.ebss-media {
	z-index: 0;
}

.ebss-bg {
	background-repeat: no-repeat;
	background-position: var(--ebss-image-position);
	background-size: var(--ebss-image-size);
	opacity: 0;
	transform: scale(1.02);
	transition: opacity .35s ease, transform .35s ease;
	filter: saturate(.9) contrast(.95);
}

.ebss-bg.is-active {
	opacity: var(--ebss-image-opacity);
	transform: scale(1);
}

.ebss-overlay {
	z-index: 1;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, var(--ebss-overlay-opacity))),
		linear-gradient(45deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0));
}

.ebss-card-inner {
	position: relative;
	z-index: 2;
	min-width: 0;
	min-height: var(--ebss-card-min-height);
	padding: var(--ebss-card-padding);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 28px;
}

.ebss-top {
	display: grid;
	gap: 22px;
}

.ebss-bars {
	display: flex;
	gap: 6px;
	width: 100%;
}

.easy-blog-story-stream .ebss-bar {
	appearance: none;
	display: block;
	flex: 1 1 0;
	height: 18px;
	padding: 0;
	border: 0;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none;
	cursor: pointer;
	border-radius: 999px;
}

.easy-blog-story-stream .ebss-bar > span {
	display: block;
	height: 6px;
	width: 100%;
	border-radius: 999px;
	background: var(--ebss-bar-inactive, rgba(255, 255, 255, .38)) !important;
	background-image: none !important;
	box-shadow: none;
	transition: background-color .22s ease, background-image .22s ease, transform .22s ease;
}

.easy-blog-story-stream .ebss-bar.is-active > span {
	background:
		linear-gradient(
			to bottom,
			var(--ebss-bar-active-fill, var(--ebss-bar-active, #fff)) 0%,
			var(--ebss-bar-active-fill, var(--ebss-bar-active, #fff)) 58%,
			var(--ebss-bar-active-base, rgba(255, 255, 255, .94)) 58%,
			var(--ebss-bar-active-base, rgba(255, 255, 255, .94)) 100%
		) !important;
}

.easy-blog-story-stream .ebss-bar:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.ebss-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	font-weight: 850;
	line-height: 1.2;
}

.ebss-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 70%;
	padding: .5em .85em;
	border: 1px solid currentColor;
	border-radius: 999px;
	background: rgba(255, 255, 255, .18);
	backdrop-filter: blur(10px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ebss-meta-text {
	margin-left: auto;
	text-align: right;
	white-space: nowrap;
}

.ebss-body {
	position: relative;
	display: grid;
	align-items: center;
	min-width: 0;
	max-width: 100%;
	min-height: 190px;
}

.ebss-slide {
	grid-area: 1 / 1;
	min-width: 0;
	max-width: 100%;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
}

.ebss-slide.is-active {
	opacity: 1;
	transform: translateY(0);
}

.ebss-slide[hidden] {
	display: block;
	visibility: hidden;
	pointer-events: none;
}

.ebss-slide-title {
	margin: 0;
	max-width: 100%;
	color: inherit;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
	-webkit-hyphens: auto;
	white-space: normal;
	font-size: clamp(2rem, 3.2vw, 3.2rem);
	line-height: 1.0;
	letter-spacing: -.06em;
	font-weight: 900;
	text-wrap: balance;
}

.ebss-slide-excerpt {
	margin: .8em 0 0;
	max-width: 100%;
	color: inherit;
	overflow-wrap: break-word;
	word-break: normal;
	hyphens: auto;
	-webkit-hyphens: auto;
	white-space: normal;
	font-size: clamp(1rem, 1.25vw, 1.22rem);
	line-height: 1.35;
	font-weight: 760;
	text-wrap: pretty;
}

.ebss-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ebss-footer-label {
	min-width: 0;
	font-weight: 650;
	font-size: clamp(.95rem, 1.2vw, 1.12rem);
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ebss-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	border: 0;
	border-radius: 999px;
	background: var(--ebss-button-bg, rgba(255, 255, 255, .92));
	color: var(--ebss-button-color, #1e1e1e);
	text-decoration: none;
	font-weight: 850;
	line-height: 1.1;
	white-space: nowrap;
	transition: transform .18s ease, opacity .18s ease;
}

.ebss-cta:hover,
.ebss-cta:focus {
	color: var(--ebss-button-color, #1e1e1e);
	text-decoration: none;
	transform: translateY(-1px);
}

.ebss-cta:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.easy-blog-story-stream[data-ebss-tap-nav="1"] .ebss-card-inner {
	cursor: pointer;
}

.easy-blog-story-stream[data-ebss-tap-nav="1"] .ebss-card-inner a,
.easy-blog-story-stream[data-ebss-tap-nav="1"] .ebss-card-inner button {
	cursor: pointer;
}

.ebss-empty-message {
	padding: 1.2rem;
	margin: 0;
	border: 1px solid rgba(30, 30, 30, .12);
	border-radius: 16px;
	background: rgba(255, 255, 255, .78);
	color: #666;
	text-align: center;
}


.ebss-desktop-showcase {
	display: none;
	width: 100%;
}

.ebss-showcase-viewport {
	position: relative;
	isolation: isolate;
	min-height: var(--ebss-showcase-min-height);
	overflow: hidden;
	border-radius: var(--ebss-showcase-radius);
	background:
		radial-gradient(circle at 22% 12%, rgba(255, 255, 255, .26), transparent 34%),
		linear-gradient(160deg, var(--ebss-card-bg-a, #7fa1b3), var(--ebss-card-bg-b, #8fae96));
	border: 1px solid rgba(30, 30, 30, .18);
	box-shadow: 0 18px 42px rgba(30, 30, 30, .14);
}

.ebss-showcase-slide {
	position: absolute;
	inset: 0;
	min-width: 0;
	min-height: var(--ebss-showcase-min-height);
	z-index: 1;
	color: var(--ebss-card-text, #fff);
	background:
		radial-gradient(circle at 22% 12%, rgba(255, 255, 255, .26), transparent 34%),
		linear-gradient(160deg, var(--ebss-card-bg-a, #7fa1b3), var(--ebss-card-bg-b, #8fae96));
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	filter: none;
	transform: translate3d(0, 16px, 0) scale(1.012);
	transition:
		opacity var(--ebss-showcase-transition-duration) var(--ebss-showcase-transition-easing),
		transform var(--ebss-showcase-transition-duration) var(--ebss-showcase-transition-easing),
		filter var(--ebss-showcase-transition-duration) var(--ebss-showcase-transition-easing),
		visibility 0s linear var(--ebss-showcase-transition-duration);
	will-change: opacity, transform;
	backface-visibility: hidden;
}
.ebss-showcase-effect-soft-fade .ebss-showcase-slide {
	transform: translate3d(0, 14px, 0) scale(1.012);
}

.ebss-showcase-effect-fade .ebss-showcase-slide {
	filter: none;
	transform: scale(1.006);
}

.ebss-showcase-effect-slide .ebss-showcase-slide {
	filter: none;
	transform: translate3d(36px, 0, 0) scale(1.006);
}

.ebss-showcase-effect-slide .ebss-desktop-showcase[data-ebss-showcase-direction="prev"] .ebss-showcase-slide {
	transform: translate3d(-36px, 0, 0) scale(1.006);
}

.ebss-showcase-effect-slide .ebss-desktop-showcase[data-ebss-showcase-direction="next"] .ebss-showcase-slide.is-leaving {
	transform: translate3d(-36px, 0, 0) scale(1.006);
}

.ebss-showcase-effect-slide .ebss-desktop-showcase[data-ebss-showcase-direction="prev"] .ebss-showcase-slide.is-leaving {
	transform: translate3d(36px, 0, 0) scale(1.006);
}

.ebss-showcase-slide.is-leaving {
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	z-index: 2;
	transition-delay: 0s, 0s, 0s, 0s;
}

.ebss-showcase-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 3;
	filter: none;
	transform: translate3d(0, 0, 0) scale(1);
	transition-delay: 70ms, 70ms, 70ms, 0s;
}

.easy-blog-story-stream .ebss-showcase-slide[hidden],
.easy-blog-story-stream .ebss-showcase-slide:not(.is-active) {
	pointer-events: none !important;
}

.easy-blog-story-stream .ebss-showcase-slide.is-active {
	pointer-events: auto !important;
}

.ebss-showcase-slide[hidden] {
	display: block;
}

.ebss-showcase-slide .ebss-bg {
	transform: scale(1.045);
	transition: opacity var(--ebss-showcase-transition-duration) var(--ebss-showcase-transition-easing), transform 1600ms var(--ebss-showcase-transition-easing);
}

.ebss-showcase-slide.is-active .ebss-bg {
	transform: scale(1.015);
}

.ebss-showcase-inner {
	position: relative;
	z-index: 2;
	min-height: var(--ebss-showcase-min-height);
	padding: var(--ebss-showcase-padding);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: clamp(28px, 4vw, 56px);
}

.ebss-showcase-viewport .ebss-body {
	max-width: min(var(--ebss-showcase-content-width), 92%);
	min-height: 0;
	align-items: start;
}

.ebss-showcase-viewport .ebss-slide-title {
	font-size: clamp(3rem, 7.5vw, 7rem);
	line-height: .92;
	letter-spacing: -.075em;
}

.ebss-showcase-viewport .ebss-slide-excerpt {
	max-width: 680px;
	font-size: clamp(1.05rem, 1.55vw, 1.45rem);
	line-height: 1.42;
}

.ebss-showcase-progress {
	position: absolute;
	z-index: 12;
	top: clamp(14px, 2vw, 24px);
	left: clamp(18px, 3vw, 42px);
	right: clamp(18px, 3vw, 42px);
	display: flex;
	gap: 7px;
}

.easy-blog-story-stream .ebss-showcase-bar {
	appearance: none;
	display: block;
	flex: 1 1 0;
	height: 20px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent !important;
	box-shadow: none;
	cursor: pointer;
}

.easy-blog-story-stream .ebss-showcase-bar > span {
	display: block;
	height: var(--ebss-showcase-bar-height);
	width: 100%;
	border-radius: 999px;
	background: var(--ebss-showcase-bar-inactive) !important;
	transition: background-color .22s ease, background-image .22s ease, transform .22s ease;
}

.easy-blog-story-stream .ebss-showcase-bar.is-active > span {
	background:
		linear-gradient(
			to bottom,
			var(--ebss-showcase-bar-active) 0%,
			var(--ebss-showcase-bar-active) 58%,
			rgba(255, 255, 255, .94) 58%,
			rgba(255, 255, 255, .94) 100%
		) !important;
}

.easy-blog-story-stream .ebss-showcase-bar:focus-visible,
.ebss-filmstrip-item:focus-visible,
.ebss-showcase-nav:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.ebss-showcase-nav {
	appearance: none;
	position: absolute;
	z-index: 14;
	top: 50%;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--ebss-showcase-nav-size);
	height: var(--ebss-showcase-nav-size);
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 999px;
	background: var(--ebss-showcase-nav-bg);
	color: var(--ebss-showcase-nav-color);
	font-size: var(--ebss-showcase-nav-icon-size);
	line-height: 0;
	box-shadow: none;
	backdrop-filter: blur(10px);
	cursor: pointer;
}

.ebss-showcase-prev {
	left: clamp(14px, 2vw, 22px);
}

.ebss-showcase-next {
	right: clamp(14px, 2vw, 22px);
}


/* Strongly scoped button reset so Elementor/theme button styles do not override showcase controls. */
.easy-blog-story-stream .ebss-showcase-nav.ebss-showcase-nav {
	appearance: none !important;
	width: var(--ebss-showcase-nav-size) !important;
	height: var(--ebss-showcase-nav-size) !important;
	min-width: var(--ebss-showcase-nav-size) !important;
	min-height: var(--ebss-showcase-nav-size) !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .55) !important;
	border-radius: 999px !important;
	background: var(--ebss-showcase-nav-bg) !important;
	background-image: none !important;
	color: var(--ebss-showcase-nav-color) !important;
	box-shadow: none;
	text-decoration: none !important;
	line-height: 0 !important;
}

.easy-blog-story-stream .ebss-showcase-nav-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--ebss-showcase-nav-icon-size);
	height: var(--ebss-showcase-nav-icon-size);
	font-size: var(--ebss-showcase-nav-icon-size);
	line-height: 1;
	pointer-events: none;
}

.easy-blog-story-stream .ebss-showcase-nav-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.easy-blog-story-stream .ebss-showcase-nav-icon i {
	display: block;
	font-size: 1em;
	line-height: 1;
}

.easy-blog-story-stream .ebss-showcase-nav.ebss-showcase-nav:hover,
.easy-blog-story-stream .ebss-showcase-nav.ebss-showcase-nav:focus {
	background: var(--ebss-showcase-nav-bg) !important;
	color: var(--ebss-showcase-nav-color) !important;
}

.ebss-showcase-pause {
	appearance: none;
	position: absolute;
	z-index: 15;
	left: var(--ebss-showcase-pause-offset);
	bottom: var(--ebss-showcase-pause-offset);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--ebss-showcase-pause-size);
	height: var(--ebss-showcase-pause-size);
	min-width: var(--ebss-showcase-pause-size);
	min-height: var(--ebss-showcase-pause-size);
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 999px;
	background: var(--ebss-showcase-pause-bg);
	background-image: none;
	color: var(--ebss-showcase-pause-color);
	box-shadow: none;
	line-height: 0;
	text-decoration: none;
	backdrop-filter: blur(10px);
	cursor: pointer;
}

.easy-blog-story-stream .ebss-showcase-pause.ebss-showcase-pause {
	width: var(--ebss-showcase-pause-size) !important;
	height: var(--ebss-showcase-pause-size) !important;
	min-width: var(--ebss-showcase-pause-size) !important;
	min-height: var(--ebss-showcase-pause-size) !important;
	padding: 0 !important;
	background: var(--ebss-showcase-pause-bg) !important;
	background-image: none !important;
	color: var(--ebss-showcase-pause-color) !important;
}

.ebss-showcase-pause:hover,
.ebss-showcase-pause:focus {
	background: var(--ebss-showcase-pause-bg) !important;
	color: var(--ebss-showcase-pause-color) !important;
}

.ebss-showcase-pause:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 4px;
}

.ebss-showcase-pause-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--ebss-showcase-pause-icon-size);
	height: var(--ebss-showcase-pause-icon-size);
	font-size: var(--ebss-showcase-pause-icon-size);
	line-height: 1;
	pointer-events: none;
}

.ebss-showcase-pause-icon svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.ebss-showcase-pause-icon i {
	display: block;
	font-size: 1em;
	line-height: 1;
}

.ebss-showcase-pause-icon-play {
	display: none;
}

.ebss-showcase-pause.is-paused .ebss-showcase-pause-icon-pause {
	display: none;
}

.ebss-showcase-pause.is-paused .ebss-showcase-pause-icon-play {
	display: inline-flex;
}

.ebss-sr-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.ebss-filmstrip {
	display: flex;
	gap: var(--ebss-filmstrip-gap);
	width: 100%;
	overflow: auto;
	padding: 14px 2px 8px;
	scrollbar-width: thin;
	scrollbar-color: var(--ebss-scrollbar-color) rgba(30, 30, 30, .08);
}

.ebss-filmstrip::-webkit-scrollbar {
	height: 8px;
	width: 8px;
}

.ebss-filmstrip::-webkit-scrollbar-track {
	background: rgba(30, 30, 30, .08);
	border-radius: 999px;
}

.ebss-filmstrip::-webkit-scrollbar-thumb {
	background: var(--ebss-scrollbar-color);
	border-radius: 999px;
}

.ebss-filmstrip-item {
	appearance: none;
	display: grid;
	grid-template-columns: var(--ebss-filmstrip-thumb-size) minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	flex: 0 0 min(var(--ebss-filmstrip-item-width), 72vw);
	min-height: calc(var(--ebss-filmstrip-thumb-size) + 18px);
	padding: 9px 12px;
	border: 1px solid var(--ebss-filmstrip-border);
	border-radius: var(--ebss-filmstrip-radius);
	background: var(--ebss-filmstrip-bg);
	color: var(--ebss-filmstrip-color);
	box-shadow: none;
	text-align: left;
	cursor: pointer;
	transition: border-color .18s ease, transform .18s ease, background-color .18s ease;
}

.ebss-filmstrip-item:hover,
.ebss-filmstrip-item:focus {
	background: var(--ebss-filmstrip-active-bg);
	color: var(--ebss-filmstrip-color);
}

.ebss-filmstrip-item.is-active {
	border-color: var(--ebss-filmstrip-active-border);
	background: var(--ebss-filmstrip-active-bg);
	transform: translateY(-1px);
}

.ebss-filmstrip-thumb {
	display: block;
	width: var(--ebss-filmstrip-thumb-size);
	height: var(--ebss-filmstrip-thumb-size);
	border-radius: calc(var(--ebss-filmstrip-radius) * .78);
	background:
		radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .58), transparent 42%),
		linear-gradient(160deg, var(--ebss-card-bg-a, #7fa1b3), var(--ebss-card-bg-b, #8fae96));
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ebss-filmstrip-copy {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.ebss-filmstrip-kicker {
	font-size: .76rem;
	font-weight: 850;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: .02em;
	opacity: .72;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ebss-filmstrip-title {
	font-size: .98rem;
	font-weight: 850;
	line-height: 1.15;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ebss-no-filmstrip .ebss-filmstrip {
	display: none;
}

@media (min-width: 768px) {
	.easy-blog-story-stream.ebss-desktop-layout-showcase .ebss-desktop-showcase {
		display: grid;
		gap: 16px;
	}

	.easy-blog-story-stream.ebss-desktop-layout-showcase.ebss-filmstrip-right:not(.ebss-no-filmstrip) .ebss-desktop-showcase {
		grid-template-columns: minmax(0, 1fr) minmax(220px, var(--ebss-filmstrip-right-width));
		align-items: stretch;
		gap: 18px;
	}

	.easy-blog-story-stream.ebss-desktop-layout-showcase.ebss-filmstrip-right .ebss-filmstrip {
		flex-direction: column;
		max-height: var(--ebss-showcase-min-height);
		padding: 0 4px 0 0;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.easy-blog-story-stream.ebss-desktop-layout-showcase.ebss-filmstrip-right .ebss-filmstrip-item {
		flex: 0 0 auto;
		width: 100%;
	}

	.easy-blog-story-stream.ebss-desktop-layout-showcase .ebss-stage {
		display: none;
	}
}

@media (max-width: 1024px) {
	.ebss-header {
		grid-template-columns: 1fr;
		align-items: start;
	}
}

@media (max-width: 767px) {
	.ebss-stage {
		overflow: hidden;
		margin-inline: 0;
	}

	.ebss-track {
		scroll-padding-inline: 0;
		padding-inline: 0 var(--ebss-mobile-peek);
	}

	.ebss-card {
		flex-basis: min(var(--ebss-card-width), calc(100% - var(--ebss-mobile-peek)));
		scroll-snap-align: start;
	}

	.ebss-card-inner {
		gap: 22px;
	}

	.ebss-body {
		min-height: 210px;
	}

	.ebss-slide-title {
		font-size: clamp(2.1rem, 10vw, 3.4rem);
	}

	.ebss-slide-excerpt {
		font-size: clamp(1.05rem, 4.4vw, 1.35rem);
	}

	.ebss-bottom {
		gap: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ebss-bg,
	.ebss-slide,
	.ebss-showcase-slide,
	.ebss-showcase-bar > span,
	.ebss-filmstrip-item,
	.ebss-cta {
		transition: none;
	}
}

/* Robust interaction fallback for desktop showcase controls and links. */
.easy-blog-story-stream .ebss-showcase-slide[hidden] {
	display: block !important;
}

.ebss-slide[hidden] {
	display: none !important;
}

.ebss-showcase-slide.is-active,
.ebss-slide.is-active {
	display: block !important;
}

.ebss-showcase-progress,
.ebss-showcase-nav,
.ebss-showcase-pause,
.ebss-filmstrip,
.ebss-filmstrip-item,
.ebss-showcase-bar,
.ebss-cta {
	pointer-events: auto;
}

.ebss-showcase-viewport .ebss-cta {
	position: relative;
	z-index: 20;
}
