.mouo-hero-slider {
	position: relative;
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
	border-radius: var(--mouo-radius);
	overflow: hidden;
	box-shadow: var(--mouo-shadow-md);
	background: #0f172a;
}

.mouo-hero-slider__window,
.mouo-hero-slider .asd_slider_window {
	position: relative;
	overflow: hidden;
}

.mouo-hero-slider__reel,
.mouo-hero-slider .asd_slider_image_reel {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

.mouo-hero-slider__slide {
	float: left;
	height: 100%;
	overflow: hidden;
}

.mouo-hero-slider__slide img,
.mouo-hero-slider__image-link,
.mouo-hero-slider .asd_slider_image_reel img {
	display: block;
	float: none !important;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.mouo-hero-slider__image-link {
	height: 100%;
}

.mouo-hero-slider__caption,
#asd_slider_overtext {
	position: absolute;
	left: 0;
	right: auto;
	bottom: 0;
	width: 100% !important;
	height: auto !important;
	min-height: 72px;
	padding: 14px 16px 16px;
	background: linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.88) 100%);
	box-sizing: border-box;
	z-index: 10;
}

.mouo-hero-slider__title,
#asd_slider_overtext .asd_slider_title {
	display: block;
	float: none;
	width: auto !important;
	margin: 0 0 4px;
	padding: 0;
	color: #fff;
	font-size: clamp(14px, 2.2vw, 18px);
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	text-shadow: none;
	letter-spacing: 0;
}

.mouo-hero-slider__desc,
#asd_slider_overtext .asd_slider_des {
	display: block;
	float: none;
	width: auto !important;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
}

.mouo-hero-slider__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 25;
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(201, 162, 39, 0.92);
	color: #1a2332 !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mouo-hero-slider__badge:hover {
	transform: translateY(-1px);
	background: rgba(214, 178, 58, 0.98);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
	color: #1a2332 !important;
}

.mouo-hero-slider__pager,
#asd_slider_paging {
	position: absolute;
	right: 12px;
	bottom: 78px;
	left: auto;
	z-index: 25;
	width: auto !important;
	height: auto !important;
	display: flex !important;
	flex-wrap: nowrap;
	gap: 6px;
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(6px);
	line-height: 1;
}

.mouo-hero-slider__pager-btn,
.mouo-hero-slider__pager button,
#asd_slider_paging button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-family: inherit;
	line-height: 1;
	text-decoration: none;
	background: transparent;
	border: 0;
	opacity: 1;
	filter: none;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.mouo-hero-slider__pager-btn:hover,
.mouo-hero-slider__pager button:hover,
#asd_slider_paging button:hover {
	background: rgba(255, 255, 255, 0.14);
}

.mouo-hero-slider__pager-btn.active,
.mouo-hero-slider__pager button.active,
#asd_slider_paging button.active {
	background: var(--mouo-accent);
	color: #1a2332;
}

.asd_slider_meta {
	display: none;
}

.asd_slider_hidden {
	display: none;
}

.asd_slider_main_view {
	float: none;
}

@media (max-width: 640px) {
	.mouo-hero-slider__pager,
	#asd_slider_paging {
		bottom: 72px;
		right: 8px;
		max-width: calc(100% - 16px);
		overflow-x: auto;
	}
}
