.nutec-simple-slider {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.nutec-simple-slider__slides {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.nutec-simple-slider__slide {
	position: absolute;
	inset: 0;
	opacity: 0 !important;
	visibility: hidden !important;
	z-index: 0;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.nutec-simple-slider__slide.is-active {
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 1;
}

.nutec-simple-slider__slide img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.nutec-simple-slider__slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.nutec-simple-slider--list {
	aspect-ratio: 1 / 1;
	min-height: 240px;
}

.nutec-simple-slider--list .nutec-simple-slider__arrow {
	display: none;
}

.nutec-simple-slider--header {
	aspect-ratio: 3 / 2;
	min-height: 420px;
}

.nutec-simple-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.nutec-simple-slider__arrow:hover,
.nutec-simple-slider__arrow:focus-visible {
	background: rgba(0, 0, 0, 0.8);
}

.nutec-simple-slider__arrow--prev {
	left: 1rem;
}

.nutec-simple-slider__arrow--next {
	right: 1rem;
}

.nutec-simple-slider__arrow span {
	font-size: 1.8rem;
	line-height: 1;
}

.nutec-simple-slider__dots {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	z-index: 3;
	display: flex;
	gap: 0.5rem;
	transform: translateX(-50%);
}

.nutec-simple-slider__dot {
	width: 0.7rem;
	height: 0.7rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.nutec-simple-slider__dot.is-active,
.nutec-simple-slider__dot:hover,
.nutec-simple-slider__dot:focus-visible {
	background: #fff;
	transform: scale(1.1);
}

.featured-media-under-header__featured-media:has(.nutec-simple-slider) {
	padding-bottom: 0 !important;
}

.featured-media-under-header__featured-media .nutec-simple-slider__arrow {
	width: 3rem;
	height: 3rem;
}

@media (max-width: 999px) {
	.nutec-simple-slider--list {
		min-height: 200px;
	}

	.nutec-simple-slider--header {
		min-height: 280px;
	}

	.nutec-simple-slider__arrow {
		width: 2.35rem;
		height: 2.35rem;
	}

	.nutec-simple-slider__arrow--prev {
		left: 0.75rem;
	}

	.nutec-simple-slider__arrow--next {
		right: 0.75rem;
	}

	.nutec-simple-slider__dots {
		bottom: 0.75rem;
	}
}

/* Responsive heading for featured-media-under layout (Salient misses this selector) */
@media only screen and (min-width: 691px) and (max-width: 999px) {
	.featured-media-under-header .entry-title {
		font-size: 27px !important;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 690px) {
	.featured-media-under-header .entry-title {
		font-size: 24px !important;
		line-height: 1.2;
	}
}
