.elementor-widget-seojan-video-showcase {
	width: 100% !important;
	max-width: none !important;
	flex: 0 0 100%;
	align-self: stretch;
	min-width: 0;
}

.elementor-widget-seojan-video-showcase > .elementor-widget-container {
	width: 100%;
	max-width: none;
	min-width: 0;
}

.sjs-slider,
.sjs-slider * {
	box-sizing: border-box;
}

.sjs-slider {
	--sjs-slide-base-width: 50%;
	--sjs-slide-width: var(--sjs-slide-base-width);
	--sjs-gap: 20px;
	--sjs-height: 520px;
	--sjs-aspect-ratio: 16 / 9;
	--sjs-content-top: 50px;
	--sjs-side-opacity: .55;
	--sjs-side-scale: .92;
	--sjs-speed: 500ms;
	position: relative;
	width: 100%;
	max-width: none;
	min-width: 0;
	font: inherit;
	outline: none;
}

.sjs-slider.sjs-full-bleed {
	width: 100vw;
	max-width: 100vw;
	left: 50%;
	margin-left: -50vw;
}

.sjs-viewport {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	touch-action: pan-y;
}

.sjs-track {
	display: flex;
	align-items: center;
	gap: var(--sjs-gap);
	will-change: transform;
	transition: transform var(--sjs-speed) cubic-bezier(.22,.61,.36,1);
	direction: ltr;
}

.sjs-track.is-dragging {
	transition: none;
	cursor: grabbing;
}

.sjs-slide {
	position: relative;
	flex: 0 0 var(--sjs-slide-width);
	min-width: 0;
	opacity: var(--sjs-side-opacity);
	transform: scale(var(--sjs-side-scale));
	transition: opacity var(--sjs-speed) ease, transform var(--sjs-speed) cubic-bezier(.22,.61,.36,1), filter var(--sjs-speed) ease;
	filter: saturate(.75);
	z-index: 1;
	cursor: pointer;
}

.sjs-slide.is-active {
	opacity: 1;
	transform: scale(1);
	filter: none;
	z-index: 3;
}

.sjs-slide.is-near {
	z-index: 2;
}

.sjs-slide-card {
	position: relative;
	height: auto;
	aspect-ratio: var(--sjs-aspect-ratio);
	overflow: hidden;
	background: #111;
	border-radius: 18px;
	box-shadow: 0 18px 55px rgba(0,0,0,.18);
	isolation: isolate;
}

.sjs-slider.sjs-fixed-height .sjs-slide-card {
	height: var(--sjs-height);
	aspect-ratio: auto;
}

.sjs-poster {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.002);
	transition: transform 900ms cubic-bezier(.2,.7,.2,1);
}

.sjs-slide.is-active:hover .sjs-poster {
	transform: scale(1.035);
}

.sjs-auto-poster-video {
	pointer-events: none;
	background: #111;
}

.sjs-poster-placeholder {
	background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 32%), linear-gradient(135deg,#2b2b2b,#080808);
}

.sjs-slide-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.12) 38%, rgba(0,0,0,.54) 100%);
	pointer-events: none;
}

.sjs-content {
	position: absolute;
	top: var(--sjs-content-top);
	left: 50%;
	z-index: 3;
	width: calc(100% - 40px);
	max-width: 880px;
	padding: 0 20px;
	text-align: center;
	direction: inherit;
	transform: translate(-50%, 8px);
	opacity: .88;
	transition: transform var(--sjs-speed) ease, opacity var(--sjs-speed) ease;
}

.sjs-slide.is-active .sjs-content {
	transform: translate(-50%, 0);
	opacity: 1;
}

.sjs-subtitle {
	margin: 0 0 7px;
	font-size: clamp(15px, 1.25vw, 22px);
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: .01em;
	color: #fff;
	text-wrap: balance;
}

.sjs-title {
	margin: 0;
	font-size: clamp(38px, 3.5vw, 68px);
	line-height: 1.04;
	font-weight: 700;
	color: #fff;
	text-wrap: balance;
}

.sjs-description {
	max-width: 680px;
	margin: 11px auto 0;
	font-size: 14px;
	line-height: 1.75;
	color: rgba(255,255,255,.82);
}

.sjs-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 18px;
}

.sjs-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 30px;
	padding: 4px 6px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.15;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease;
}

.sjs-action-no-link {
	cursor: default;
}

.sjs-action:hover {
	transform: translateY(-1px);
	background: rgba(255,255,255,.1);
	color: #fff;
}

.sjs-action-icon,
.sjs-action-icon svg,
.sjs-action-icon i {
	display: block;
	width: 15px;
	height: 15px;
	font-size: 15px;
	line-height: 1;
}

.sjs-action-icon {
	transition: transform 180ms ease;
}

.sjs-action:hover .sjs-action-icon {
	transform: translateX(-3px);
}

.sjs-action-icon svg {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sjs-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	display: grid;
	place-items: center;
	width: 82px;
	height: 56px;
	padding: 0;
	border: 1.5px solid rgba(255,255,255,.82);
	border-radius: 18px;
	background: transparent;
	box-shadow: 0 12px 34px rgba(0,0,0,.16);
	color: #fff;
	transform: translate(-50%,-50%) scale(.94);
	opacity: 0;
	cursor: pointer;
	transition: opacity 200ms ease, transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.sjs-slide.is-active .sjs-play {
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
}

.sjs-play:hover {
	background: rgba(255,255,255,.10);
	border-color: #fff;
	box-shadow: 0 15px 38px rgba(0,0,0,.24);
	transform: translate(-50%,-50%) scale(1.05) !important;
}

.sjs-play svg {
	width: 29px;
	height: 29px;
	margin-inline-start: 3px;
	fill: currentColor;
}

.sjs-nav {
	position: absolute;
	top: 50%;
	z-index: 7;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	color: #fff;
	transform: translateY(-50%);
	cursor: pointer;
	transition: transform 180ms ease, background 180ms ease, color 180ms ease, opacity 180ms ease, border-color 180ms ease, border-radius 180ms ease, box-shadow 180ms ease;
}

.sjs-nav:hover {
	border-radius: 50%;
	transform: translateY(-50%) scale(1.06);
	background: rgba(0,0,0,.22);
}

.sjs-nav svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sjs-prev {
	left: calc(((100% - var(--sjs-slide-width)) / 2) + 18px);
}

.sjs-next {
	right: calc(((100% - var(--sjs-slide-width)) / 2) + 18px);
}

.sjs-pagination {
	position: absolute;
	left: 50%;
	bottom: 25px;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	max-width: calc(var(--sjs-slide-width) - 40px);
	transform: translateX(-50%);
}

.sjs-page {
	position: relative;
	display: flex;
	align-items: center;
	width: 38px;
	height: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: width var(--sjs-speed) ease;
}

.sjs-page.is-active {
	width: 70px;
}

.sjs-page-line {
	display: block;
	width: 100%;
	height: 4px;
	border-radius: 999px;
	background: rgba(255,255,255,.38);
	overflow: hidden;
}

.sjs-page.is-active .sjs-page-line {
	background: #fff;
}

.sjs-page,
.sjs-page:hover,
.sjs-page:focus,
.sjs-page:active {
	background: transparent !important;
	box-shadow: none !important;
}

.sjs-page:focus-visible,
.sjs-nav:focus-visible,
.sjs-play:focus-visible,
.sjs-player-btn:focus-visible,
.sjs-stage-play:focus-visible,
.sjs-close:focus-visible,
.sjs-action:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* Lightbox is moved to body by JavaScript to avoid Elementor overflow/transform clipping. */
.sjs-lightbox {
	--sjs-player-accent: #66d5ff;
	--sjs-player-accent-soft: rgba(102,213,255,.22);
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: grid;
	place-items: center;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.sjs-lightbox.is-open {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.sjs-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 25%, rgba(56,93,115,.22), transparent 42%),
		rgba(2,5,8,.9);
	backdrop-filter: blur(18px) saturate(.8);
	-webkit-backdrop-filter: blur(18px) saturate(.8);
}

.sjs-dialog {
	position: relative;
	z-index: 1;
	width: clamp(800px, 60vw, 1280px);
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	padding: 0;
	overflow: hidden;
	border: 0;
	border-radius: 18px;
	background: #020304;
	box-shadow:
		0 50px 140px rgba(0,0,0,.72),
		0 0 0 1px rgba(255,255,255,.025) inset,
		0 0 80px rgba(70,175,220,.08);
	transform: translateY(18px) scale(.978);
	transition: transform 240ms cubic-bezier(.2,.75,.2,1);
	isolation: isolate;
}

.sjs-dialog::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 8;
	border-radius: inherit;
	box-shadow: 0 0 0 1px rgba(255,255,255,.05) inset;
	pointer-events: none;
}

.sjs-lightbox.is-open .sjs-dialog {
	transform: translateY(0) scale(1);
}

.sjs-player-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 7;
	display: flex;
	align-items: center;
	min-height: 74px;
	padding: 16px 18px 22px 24px;
	background: linear-gradient(180deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.28) 68%, transparent 100%);
	pointer-events: none;
}

.sjs-player-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.sjs-player-live-dot {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sjs-player-accent);
	box-shadow: 0 0 0 5px var(--sjs-player-accent-soft), 0 0 18px var(--sjs-player-accent);
}

.sjs-player-title {
	min-width: 0;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .015em;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-shadow: 0 2px 12px rgba(0,0,0,.5);
}

.sjs-close {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-inline-start: auto;
	padding: 0;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 50%;
	background: rgba(12,16,20,.42);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	color: #fff;
	box-shadow: 0 10px 28px rgba(0,0,0,.2);
	cursor: pointer;
	pointer-events: auto;
	transition: background 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.sjs-close:hover {
	background: rgba(255,255,255,.14);
	border-color: rgba(255,255,255,.34);
	transform: rotate(5deg) scale(1.04);
}

.sjs-close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.sjs-player-stage {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	min-height: 0;
	max-height: calc(100vh - 40px);
	background: #000;
	overflow: hidden;
}

.sjs-player-media,
.sjs-player-media video,
.sjs-player-media iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
}

.sjs-player-media video {
	object-fit: contain;
}

.sjs-stage-play {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 86px;
	height: 86px;
	padding: 0;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 50%;
	background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.2), rgba(4,9,13,.5));
	box-shadow: 0 18px 58px rgba(0,0,0,.42), 0 0 0 8px rgba(255,255,255,.045);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	color: #fff;
	transform: translate(-50%,-50%);
	cursor: pointer;
	transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.sjs-stage-play:hover {
	background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.3), rgba(16,30,38,.58));
	transform: translate(-50%,-50%) scale(1.07);
}

.sjs-stage-play svg {
	width: 38px;
	height: 38px;
	fill: currentColor;
}

.sjs-stage-play .sjs-stage-icon-pause,
.sjs-stage-play.is-playing .sjs-stage-icon-play {
	display: none;
}

.sjs-stage-play.is-playing .sjs-stage-icon-pause {
	display: block;
}

.sjs-stage-play.is-playing {
	opacity: 0;
}

.sjs-player-stage:hover .sjs-stage-play.is-playing,
.sjs-stage-play:focus-visible {
	opacity: 1;
}

.sjs-player-loading {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	width: 42px;
	height: 42px;
	margin: -21px 0 0 -21px;
	border: 3px solid rgba(255,255,255,.2);
	border-top-color: var(--sjs-player-accent);
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	animation: sjs-spin .75s linear infinite;
}

.sjs-player-stage.is-loading .sjs-player-loading {
	opacity: 1;
}

@keyframes sjs-spin {
	to { transform: rotate(360deg); }
}

.sjs-player-controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 7;
	padding: 72px 28px 22px;
	background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.14) 20%, rgba(1,3,5,.92) 100%);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: translateY(18px);
	transition: opacity 180ms ease, transform 220ms cubic-bezier(.2,.75,.2,1);
}

.sjs-dialog:hover .sjs-player-controls,
.sjs-dialog.is-controls-visible .sjs-player-controls,
.sjs-player-controls:focus-within {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.sjs-progress-row,
.sjs-control-row,
.sjs-control-group {
	display: flex;
	align-items: center;
}

.sjs-progress-row {
	gap: 12px;
	direction: ltr !important;
	font-size: 11px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
	color: rgba(255,255,255,.74);
}

.sjs-current-time,
.sjs-duration {
	flex: 0 0 42px;
	text-align: center;
	text-shadow: 0 1px 5px rgba(0,0,0,.7);
}

.sjs-progress,
.sjs-volume {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	outline: none;
	cursor: pointer;
}

.sjs-progress {
	--sjs-progress-value: 0%;
	flex: 1;
	min-width: 0;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(to right,
		var(--sjs-player-accent) 0,
		var(--sjs-player-accent) var(--sjs-progress-value),
		rgba(255,255,255,.26) var(--sjs-progress-value),
		rgba(255,255,255,.26) 100%);
	box-shadow: 0 1px 0 rgba(255,255,255,.08) inset;
	direction: ltr !important;
	transition: height 140ms ease;
}

.sjs-progress:hover {
	height: 6px;
}

.sjs-progress::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--sjs-player-accent);
	box-shadow: 0 0 0 5px var(--sjs-player-accent-soft), 0 2px 10px rgba(0,0,0,.45);
}

.sjs-progress::-moz-range-thumb {
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--sjs-player-accent);
	box-shadow: 0 0 0 5px var(--sjs-player-accent-soft);
}

.sjs-control-row {
	gap: 12px;
	margin-top: 13px;
	padding: 7px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 17px;
	background: rgba(8,12,16,.48);
	box-shadow: 0 16px 40px rgba(0,0,0,.28), 0 1px 0 rgba(255,255,255,.04) inset;
	backdrop-filter: blur(18px) saturate(1.2);
	-webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.sjs-control-group {
	gap: 4px;
}

.sjs-control-group-main {
	padding-inline-start: 2px;
}

.sjs-control-group-end {
	margin-inline-start: auto;
}

.sjs-player-btn {
	position: relative;
	display: inline-grid;
	place-items: center;
	min-width: 43px;
	height: 43px;
	padding: 0 9px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: transparent;
	color: rgba(255,255,255,.92);
	font: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: background 160ms ease, transform 160ms ease, color 160ms ease, border-color 160ms ease;
}

.sjs-player-btn:hover {
	background: rgba(255,255,255,.1);
	border-color: rgba(255,255,255,.08);
	color: #fff;
	transform: translateY(-1px);
}

.sjs-player-btn[data-tooltip]::after {
	content: attr(data-tooltip);
	position: absolute;
	left: 50%;
	bottom: calc(100% + 9px);
	z-index: 20;
	padding: 6px 8px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 8px;
	background: rgba(5,8,11,.92);
	box-shadow: 0 8px 22px rgba(0,0,0,.35);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%,5px);
	transition: opacity 140ms ease, transform 140ms ease;
}

.sjs-player-btn[data-tooltip]:hover::after,
.sjs-player-btn[data-tooltip]:focus-visible::after {
	opacity: 1;
	transform: translate(-50%,0);
}

.sjs-player-btn svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sjs-rewind svg,
.sjs-forward svg,
.sjs-fullscreen svg,
.sjs-download svg,
.sjs-mute svg {
	fill: none;
}

.sjs-skip {
	direction: ltr;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 66px;
	padding: 0 11px;
	border-color: rgba(255,255,255,.08);
	background: rgba(255,255,255,.055);
}

.sjs-skip svg {
	width: 18px;
	height: 18px;
}

.sjs-skip-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 7px;
	background: rgba(0,0,0,.25);
	font-size: 10px;
	font-weight: 800;
	font-variant-numeric: tabular-nums;
	line-height: 1;
}

.sjs-toggle-play {
	background: linear-gradient(135deg, var(--sjs-player-accent), #7b8dff);
	box-shadow: 0 8px 24px rgba(70,170,230,.28);
	color: #061018;
}

.sjs-toggle-play:hover {
	background: linear-gradient(135deg, #8ce2ff, #96a4ff);
	color: #061018;
}

.sjs-icon-pause,
.sjs-toggle-play.is-playing .sjs-icon-play {
	display: none;
}

.sjs-toggle-play.is-playing .sjs-icon-pause {
	display: block;
}

.sjs-volume-group {
	position: relative;
	display: flex;
	align-items: center;
}

.sjs-volume-popover {
	position: absolute;
	left: 50%;
	bottom: calc(100% + 12px);
	z-index: 18;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 50px;
	height: 142px;
	padding: 12px 8px 14px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 16px;
	background: rgba(7,11,15,.9);
	box-shadow: 0 18px 48px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.03) inset;
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(-50%,9px) scale(.96);
	transform-origin: bottom center;
	transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.sjs-volume-group:hover .sjs-volume-popover,
.sjs-volume-group:focus-within .sjs-volume-popover,
.sjs-volume-group.is-open .sjs-volume-popover {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%,0) scale(1);
}

.sjs-volume-value {
	color: rgba(255,255,255,.72);
	font-size: 10px;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}

.sjs-volume {
	--sjs-volume-value: 100%;
	width: 5px;
	height: 94px;
	min-height: 94px;
	border-radius: 999px;
	background: linear-gradient(to top,
		var(--sjs-player-accent) 0,
		var(--sjs-player-accent) var(--sjs-volume-value),
		rgba(255,255,255,.23) var(--sjs-volume-value),
		rgba(255,255,255,.23) 100%);
	writing-mode: vertical-lr;
	direction: rtl;
	-webkit-appearance: slider-vertical;
	appearance: slider-vertical;
}

.sjs-volume::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--sjs-player-accent);
	box-shadow: 0 0 0 4px var(--sjs-player-accent-soft);
}

.sjs-volume::-moz-range-thumb {
	width: 11px;
	height: 11px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--sjs-player-accent);
}

.sjs-volume-muted {
	display: none;
}

.sjs-mute.is-muted .sjs-volume-wave {
	display: none;
}

.sjs-mute.is-muted .sjs-volume-muted {
	display: block;
}

.sjs-like.is-liked {
	color: #ff5d7b;
	animation: sjs-heart-pop 260ms ease;
}

@keyframes sjs-heart-pop {
	50% { transform: translateY(-1px) scale(1.18); }
}

.sjs-like svg {
	fill: transparent;
}

.sjs-like.is-liked svg {
	fill: currentColor;
	filter: drop-shadow(0 0 10px rgba(255,93,123,.48));
}

.sjs-download[hidden],
.sjs-player-controls[hidden],
.sjs-stage-play[hidden],
.sjs-iframe-note {
	display: none !important;
}

.sjs-lightbox.is-iframe .sjs-player-controls,
.sjs-lightbox.is-iframe .sjs-stage-play {
	display: none;
}

.sjs-lightbox.is-iframe .sjs-iframe-note {
	position: absolute;
	left: 50%;
	bottom: 14px;
	z-index: 8;
	display: block;
	padding: 8px 12px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 999px;
	background: rgba(0,0,0,.56);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: rgba(255,255,255,.72);
	font-size: 10px;
	text-align: center;
	transform: translateX(-50%);
}

body.sjs-lock-scroll {
	overflow: hidden !important;
}

@media (max-width: 1024px) {
	.sjs-slider {
		--sjs-slide-base-width: 80% !important;
		--sjs-slide-width: calc(var(--sjs-slide-base-width) - (2 * var(--sjs-gap))) !important;
		--sjs-content-top: 38px;
	}

	.sjs-title {
		font-size: clamp(34px, 5vw, 56px);
	}

	.sjs-prev {
		left: calc(((100% - var(--sjs-slide-width)) / 2) + 7px);
	}

	.sjs-next {
		right: calc(((100% - var(--sjs-slide-width)) / 2) + 7px);
	}

}


@media (max-width: 767px) {
	.sjs-slider {
		--sjs-slide-base-width: 90% !important;
		--sjs-gap: 10px;
		--sjs-slide-width: calc(var(--sjs-slide-base-width) - (2 * var(--sjs-gap))) !important;
		--sjs-content-top: 24px;
	}

	.sjs-slide-card {
		border-radius: 14px;
	}

	.sjs-content {
		width: calc(100% - 20px);
		padding: 0 10px;
	}

	.sjs-subtitle {
		margin-bottom: 4px;
		font-size: 13px;
	}

	.sjs-title {
		font-size: clamp(27px, 8.5vw, 42px);
	}

	.sjs-description {
		display: none;
	}

	.sjs-actions {
		gap: 12px;
		margin-top: 6px;
	}

	.sjs-action {
		min-height: 27px;
		padding: 3px 4px;
		font-size: 13px;
	}

	.sjs-play {
		width: 66px;
		height: 46px;
		border-radius: 15px;
	}

	.sjs-play svg {
		width: 25px;
		height: 25px;
	}

	.sjs-nav {
		width: 38px;
		height: 38px;
	}

	.sjs-prev {
		left: calc((100% - var(--sjs-slide-width)) / 2);
	}

	.sjs-next {
		right: calc((100% - var(--sjs-slide-width)) / 2);
	}

	.sjs-pagination {
		bottom: 12px;
		gap: 4px;
		max-width: calc(var(--sjs-slide-width) - 24px);
	}

	.sjs-page {
		width: 23px;
	}

	.sjs-page.is-active {
		width: 43px;
	}

	.sjs-lightbox {
		padding: 0;
	}

	.sjs-dialog {
		width: calc(100vw - 16px);
		min-width: 0;
		max-width: calc(100vw - 16px);
		max-height: calc(100svh - 16px);
		padding: 0;
		border: 0;
		border-radius: 14px;
	}

	.sjs-player-header {
		min-height: 56px;
		padding: 10px 10px 16px 14px;
	}

	.sjs-player-title {
		font-size: 12px;
	}

	.sjs-close {
		width: 36px;
		height: 36px;
	}

	.sjs-player-controls {
		padding: 52px 8px 8px;
	}

	.sjs-progress-row {
		gap: 5px;
	}

	.sjs-current-time,
	.sjs-duration {
		flex-basis: 35px;
		font-size: 9px;
	}

	.sjs-control-row {
		gap: 3px;
		margin-top: 8px;
		padding: 4px;
		border-radius: 13px;
	}

	.sjs-control-group {
		gap: 0;
	}

	.sjs-player-btn {
		min-width: 34px;
		height: 34px;
		padding: 0 5px;
		border-radius: 9px;
	}

	.sjs-player-btn svg {
		width: 19px;
		height: 19px;
	}

	.sjs-skip {
		min-width: 51px;
		padding: 0 6px;
		gap: 3px;
	}

	.sjs-skip-value {
		min-width: 19px;
		height: 19px;
		padding: 0 4px;
		font-size: 9px;
	}

	.sjs-player-btn[data-tooltip]::after {
		display: none;
	}

	.sjs-volume-popover {
		bottom: calc(100% + 8px);
		height: 128px;
	}

	.sjs-player-stage {
		height: auto;
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.sjs-stage-play {
		width: 62px;
		height: 62px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sjs-track,
	.sjs-slide,
	.sjs-poster,
	.sjs-content,
	.sjs-lightbox,
	.sjs-dialog,
	.sjs-player-loading {
		transition-duration: 1ms !important;
		animation-duration: 1ms !important;
	}
}

/* Inline autoplay mode: only the centered physical slide receives a live player. */
.sjs-poster {
	z-index: 0;
}

.sjs-inline-media {
	position: absolute;
	inset: 0;
	z-index: .5;
	display: block;
	overflow: hidden;
	background: #050505;
	opacity: 0;
	pointer-events: none;
	transition: opacity 280ms ease;
}

.sjs-inline-media video,
.sjs-inline-media iframe {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	object-fit: cover;
	background: #050505;
	pointer-events: none;
}

.sjs-mode-inline .sjs-slide.is-active .sjs-inline-media.is-ready {
	opacity: 1;
}

.sjs-mode-inline .sjs-play {
	display: none !important;
}

.sjs-mode-inline .sjs-slide.is-active:hover .sjs-poster {
	transform: scale(1.002);
}

/* v2.6.1: side cards themselves act as previous/next controls in inline mode. */
.sjs-mode-inline .sjs-slide:not(.is-active) {
	cursor: pointer;
}

.sjs-mode-inline .sjs-slide:not(.is-active) .sjs-slide-card,
.sjs-mode-inline .sjs-slide:not(.is-active) .sjs-poster,
.sjs-mode-inline .sjs-slide:not(.is-active) .sjs-slide-overlay,
.sjs-mode-inline .sjs-slide:not(.is-active) .sjs-content {
	pointer-events: none;
}

.sjs-mode-inline .sjs-slide.is-active .sjs-inline-media,
.sjs-mode-inline .sjs-slide.is-active .sjs-inline-media * {
	pointer-events: none;
}

.sjs-semantic-video {
	pointer-events: none;
	background: #111;
}
