.mws-ew-sts {
	--mws-ew-sts-ink: #171717;
	--mws-ew-sts-sub: #8a8782;
	--mws-ew-sts-line: #eeeeee;
	--mws-ew-sts-row-h: 600px;
	--mws-ew-sts-gap: 16px;
	--mws-ew-sts-card-radius: 0;
	--mws-ew-sts-pad-x: 0px;
	box-sizing: border-box;
	color: var(--mws-ew-sts-ink);
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.mws-ew-sts *,
.mws-ew-sts *::before,
.mws-ew-sts *::after {
	box-sizing: border-box;
}

/* Fill the Elementor container/column — no fixed max-width. */
.mws-ew-sts__wrap {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0;
}

.mws-ew-sts__nav {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.mws-ew-sts__nav-btn {
	width: 44px;
	height: 44px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid var(--mws-ew-sts-line);
	background: #ffffff;
	color: var(--mws-ew-sts-ink);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease, opacity 0.2s ease;
}

.mws-ew-sts__nav-btn:hover {
	background: #eeeeee;
	border-color: #d4d4d4;
}

.mws-ew-sts__nav-btn:active {
	transform: scale(0.92);
}

.mws-ew-sts__nav-btn:disabled {
	opacity: 0.32;
	cursor: default;
}

.mws-ew-sts__nav-btn:disabled:hover {
	background: #ffffff;
	border-color: var(--mws-ew-sts-line);
}

.mws-ew-sts__nav-btn svg {
	width: 17px;
	height: 17px;
}

.mws-ew-sts__slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding-inline-start: var(--mws-ew-sts-pad-x);
	-webkit-user-select: none;
	user-select: none;
}

.mws-ew-sts__viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	cursor: grab;
	direction: ltr;
	touch-action: pan-y;
}

/* Without GSAP: allow native horizontal scroll. */
.mws-ew-sts:not(.is-enhanced) .mws-ew-sts__viewport {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	cursor: default;
	touch-action: auto;
}

.mws-ew-sts:not(.is-enhanced) .mws-ew-sts__track {
	will-change: auto;
}

.mws-ew-sts:not(.is-enhanced) .mws-ew-sts__footer {
	display: none;
}

.mws-ew-sts__viewport.is-dragging {
	cursor: grabbing;
}

.mws-ew-sts__track {
	display: flex;
	align-items: flex-start;
	gap: var(--mws-ew-sts-gap);
	padding-inline-end: var(--mws-ew-sts-pad-x);
	direction: ltr;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}

.mws-ew-sts.is-enhanced .mws-ew-sts__track,
.mws-ew-sts__viewport.is-dragging .mws-ew-sts__track {
	will-change: transform;
}

.mws-ew-sts__card {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	width: auto;
	height: auto;
	max-width: 100%;
	color: inherit;
	text-decoration: none;
	-webkit-user-drag: none;
}

.mws-ew-sts__figure {
	margin: 0;
	height: var(--mws-ew-sts-row-h);
	width: auto;
	aspect-ratio: var(--ar, 4 / 3);
	border-radius: var(--mws-ew-sts-card-radius);
	overflow: hidden;
	background: #eeeeee;
	position: relative;
	flex: 0 0 auto;
}

.mws-ew-sts__figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	pointer-events: none;
	transform: scale(1.001);
}

.mws-ew-sts__caption {
	display: block;
	margin: 14px 0 0;
	padding-inline-end: 8px;
	font-size: 14.5px;
	line-height: 1.5;
	color: var(--mws-ew-sts-ink);
	overflow-wrap: break-word;
	word-break: break-word;
	flex: 0 0 auto;
}

:is([dir="rtl"], .rtl) .mws-ew-sts__caption,
.mws-ew-sts:dir(rtl) .mws-ew-sts__caption {
	direction: rtl;
	unicode-bidi: plaintext;
}

.mws-ew-sts__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px;
	padding-inline-end: var(--mws-ew-sts-pad-x);
}

.mws-ew-sts__footer-spacer {
	flex: 1;
	min-width: 0;
}

.mws-ew-sts__progress-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
	min-width: 0;
}

.mws-ew-sts__progress-track {
	flex: 1;
	height: 2px;
	background: var(--mws-ew-sts-line);
	border-radius: 2px;
	overflow: hidden;
}

.mws-ew-sts__progress-fill {
	height: 100%;
	width: 100%;
	background: var(--mws-ew-sts-ink);
	border-radius: 2px;
	transform: scaleX(0.2);
	transform-origin: left center;
}

:is([dir="rtl"], .rtl) .mws-ew-sts__progress-fill,
.mws-ew-sts:dir(rtl) .mws-ew-sts__progress-fill {
	transform-origin: right center;
}

.mws-ew-sts__progress-count {
	font-size: 12.5px;
	color: var(--mws-ew-sts-sub);
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.mws-ew-sts__footer {
		flex-wrap: wrap;
	}

	.mws-ew-sts__nav {
		margin-inline-start: auto;
	}
}
