.auladi-post-slider {
	--aps-gap: 16px;
	--aps-radius: 0px;
	--aps-per-view-desktop: 1;
	--aps-per-view-tablet: 1;
	--aps-per-view-mobile: 1;
	--aps-per-view: var(--aps-per-view-desktop);
	--aps-object-fit: cover;
	display: block;
	margin: 8px 0;
	max-width: min(100%, 100vw);
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

html:has(.auladi-post-slider),
body:has(.auladi-post-slider) {
	max-width: 100%;
	overflow-x: hidden;
}

body:has(.auladi-post-slider) .entry-title,
body:has(.auladi-post-slider) .page-title,
body:has(.auladi-post-slider) .elementor-heading-title,
body:has(.auladi-post-slider) .entry-content,
body:has(.auladi-post-slider) .elementor-widget-theme-post-content {
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.auladi-post-slider * {
	box-sizing: border-box;
}

.aps-viewport {
	border-radius: 0;
	cursor: grab;
	overflow: hidden;
	position: relative;
	touch-action: pan-y pinch-zoom;
	user-select: none;
	width: 100%;
}

.aps-track {
	display: flex;
	gap: var(--aps-gap);
	max-width: none;
	min-width: 0;
	transition: transform 420ms ease;
	will-change: transform;
}

.auladi-post-slider.is-dragging .aps-viewport {
	cursor: grabbing;
}

.auladi-post-slider.is-dragging .aps-track {
	transition: none;
}

.aps-slide {
	aspect-ratio: 16 / 9;
	background: #eef2f5;
	border-radius: 0;
	flex: 0 0 calc((100% - (var(--aps-gap) * (var(--aps-per-view) - 1))) / var(--aps-per-view));
	height: auto;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	position: relative;
	user-select: none;
}

.aps-slide img {
	-webkit-user-drag: none;
	display: block;
	height: 100%;
	object-fit: var(--aps-object-fit);
	pointer-events: none;
	user-select: none;
	width: 100%;
}

.aps-template-focus_peek {
	overflow: hidden;
}

.aps-template-focus_peek .aps-viewport {
	overflow: visible;
}

.aps-template-focus_peek .aps-track {
	gap: clamp(18px, 3vw, 32px);
}

.aps-template-focus_peek .aps-slide {
	flex-basis: 88%;
	transition: filter 420ms ease, opacity 420ms ease;
}

.aps-template-focus_peek .aps-slide:not(.is-active) {
	opacity: .48;
}

.aps-template-focus_peek .aps-slide:not(.is-active) img {
	filter: blur(5px);
}

.aps-template-center_card {
	overflow: hidden;
	padding: 6px 0;
	width: 100%;
}

.aps-template-center_card .aps-viewport {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.aps-template-center_card .aps-track {
	align-items: center;
	gap: clamp(6px, 1.4vw, 14px);
}

.aps-template-center_card .aps-slide {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, .08);
	border-radius: 0;
	box-shadow: 0 16px 44px rgba(15, 23, 42, .14);
	flex: 0 0 min(64%, 780px);
	max-width: none;
	opacity: .38;
	transition: opacity 420ms ease;
}

.aps-template-center_card .aps-slide.is-active {
	opacity: 1;
	z-index: 1;
}

.aps-template-center_card .aps-slide:not(.is-active) img {
	filter: grayscale(.2);
}

.aps-template-center_card .aps-slide img {
	object-fit: contain;
}

.aps-button {
	background: #f59e0b;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	margin-top: 16px;
	padding: 10px 16px;
	text-decoration: none;
}

.aps-button:hover,
.aps-button:focus {
	background: #ef7d00;
	color: #fff;
}

.auladi-post-slider .aps-nav {
	align-items: center;
	background: rgba(0, 0, 0, .56);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 34px;
	height: 44px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	touch-action: manipulation;
	transform: translateY(-50%);
	width: 44px;
	z-index: 2;
}

.auladi-post-slider .aps-nav:hover,
.auladi-post-slider .aps-nav:focus {
	background: rgba(0, 0, 0, .76);
	color: #fff;
}

.auladi-post-slider.aps-arrow-circle_green .aps-nav {
	background: rgba(245, 158, 11, .94);
}

.auladi-post-slider.aps-arrow-circle_green .aps-nav:hover,
.auladi-post-slider.aps-arrow-circle_green .aps-nav:focus {
	background: #ef7d00;
}

.auladi-post-slider.aps-arrow-minimal .aps-nav {
	background: rgba(255, 255, 255, .72);
	color: #1d2327;
}

.auladi-post-slider.aps-arrow-minimal .aps-nav:hover,
.auladi-post-slider.aps-arrow-minimal .aps-nav:focus {
	background: #fff;
	color: #ef7d00;
}

.auladi-post-slider.aps-arrow-square_light .aps-nav {
	background: rgba(255, 255, 255, .92);
	border-radius: 4px;
	color: #1d2327;
}

.auladi-post-slider.aps-arrow-square_light .aps-nav:hover,
.auladi-post-slider.aps-arrow-square_light .aps-nav:focus {
	background: #fff;
	color: #ef7d00;
}

.auladi-post-slider.aps-arrow-outline_green .aps-nav {
	background: rgba(255, 255, 255, .92);
	border: 2px solid #f59e0b;
	color: #ef7d00;
}

.auladi-post-slider.aps-arrow-outline_green .aps-nav:hover,
.auladi-post-slider.aps-arrow-outline_green .aps-nav:focus {
	background: #f59e0b;
	color: #fff;
}

.auladi-post-slider.aps-arrow-side_tabs .aps-nav {
	background: rgba(245, 158, 11, .94);
	border-radius: 0 999px 999px 0;
	height: 54px;
	width: 38px;
}

.auladi-post-slider.aps-arrow-side_tabs .aps-next {
	border-radius: 999px 0 0 999px;
}

.auladi-post-slider.aps-arrow-side_tabs .aps-prev {
	left: 0;
}

.auladi-post-slider.aps-arrow-side_tabs .aps-next {
	right: 0;
}

.auladi-post-slider.aps-arrow-side_tabs .aps-nav:hover,
.auladi-post-slider.aps-arrow-side_tabs .aps-nav:focus {
	background: #ef7d00;
}

.auladi-post-slider.aps-arrow-soft_shadow .aps-nav {
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
	color: #ef7d00;
}

.auladi-post-slider.aps-arrow-soft_shadow .aps-nav:hover,
.auladi-post-slider.aps-arrow-soft_shadow .aps-nav:focus {
	background: #f59e0b;
	color: #fff;
}

.auladi-post-slider .aps-nav[disabled] {
	cursor: default;
	opacity: .36;
}

.auladi-post-slider .aps-prev {
	left: 16px;
}

.auladi-post-slider .aps-next {
	right: 16px;
}

.auladi-post-slider .aps-dots {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 6px;
}

.auladi-post-slider + h1,
.auladi-post-slider + h2,
.auladi-post-slider + h3,
.auladi-post-slider + h4,
.auladi-post-slider + h5,
.auladi-post-slider + h6,
.auladi-post-slider + p,
.auladi-post-slider + figure,
.auladi-post-slider + .wp-block-image {
	margin-top: 10px;
}

.auladi-post-slider .aps-dot {
	background: #b8c2cc;
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	height: 10px;
	padding: 0;
	touch-action: manipulation;
	width: 10px;
}

.auladi-post-slider .aps-dot.is-active {
	background: #f59e0b;
	width: 28px;
}

.auladi-post-slider.aps-pagination-bars .aps-dot {
	border-radius: 999px;
	height: 5px;
	width: 34px;
}

.auladi-post-slider.aps-pagination-bars .aps-dot.is-active {
	width: 46px;
}

@media (max-width: 900px) {
	.auladi-post-slider {
		--aps-per-view: var(--aps-per-view-tablet);
	}

	.aps-template-center_card .aps-slide {
		flex-basis: 70%;
	}
}

@media (max-width: 600px) {
	.auladi-post-slider {
		--aps-per-view: var(--aps-per-view-mobile);
		margin: 8px 0;
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}

	.aps-template-focus_peek,
	.aps-template-center_card {
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}

	.aps-template-focus_peek .aps-track {
		gap: 10px;
	}

	.aps-template-focus_peek .aps-slide {
		flex-basis: 88%;
	}

	.aps-template-center_card .aps-track {
		gap: 6px;
	}

	.aps-template-center_card .aps-slide {
		aspect-ratio: 16 / 9;
		flex-basis: 84%;
	}

	.auladi-post-slider .aps-nav {
		height: 38px;
		width: 38px;
	}

	.auladi-post-slider .aps-prev {
		left: 10px;
	}

	.auladi-post-slider .aps-next {
		right: 10px;
	}
}
