.forberries-fade-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-height: 700px;
	border-radius: 0 0 clamp(50px, 8vw, 200px) clamp(50px, 8vw, 200px);
}

.forberries-fade-slider__background {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.forberries-fade-slider__background.swiper {
	width: 100%;
	height: 100%;
}

.forberries-fade-slider__slide {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.forberries-fade-slider__slide-bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.forberries-fade-slider__gradient {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(270deg, rgba(36, 49, 79, 0) 0%, #24314F 50%);
	pointer-events: none;
	opacity: 0.6;
}

.forberries-fade-slider__overlay {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: inherit;
	padding: 20px 3%;
	box-sizing: border-box;
	pointer-events: none;
}

.forberries-fade-slider__overlay > * {
	pointer-events: auto;
}

.forberries-fade-slider .swiper-pagination {
	z-index: 3;
	bottom: 1.25rem;
}

.forberries-fade-slider .swiper-pagination-bullet {
	background: var(--white, #fff);
	opacity: 0.45;
}

.forberries-fade-slider .swiper-pagination-bullet-active {
	opacity: 1;
}

/* Miniatury — panel boczny i edytor */
.forberries-fade-slider__thumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.forberries-fade-slider__thumbs img {
	display: block;
	object-fit: cover;
	border-radius: 3px;
	flex-shrink: 0;
}

.forberries-fade-slider__thumbs--sidebar {
	margin-top: 8px;
}

.forberries-fade-slider__thumbs--sidebar img {
	width: 36px;
	height: 36px;
}

.forberries-fade-slider__images-empty {
	margin: 8px 0 0;
	color: #757575;
	font-size: 12px;
	line-height: 1.4;
}

/* Edytor */
.editor-styles-wrapper .forberries-fade-slider-editor {
	position: relative;
	background-color: #f3f3f3;
}

.editor-styles-wrapper .forberries-fade-slider__images-panel {
	padding: 8px 10px;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
}

.editor-styles-wrapper .forberries-fade-slider__thumbs--canvas img {
	width: 44px;
	height: 44px;
}

.editor-styles-wrapper .forberries-fade-slider__images-panel .forberries-fade-slider__images-empty {
	margin: 0;
	padding: 6px 0;
	text-align: center;
}

.editor-styles-wrapper .forberries-fade-slider__overlay--editor {
	position: relative;
}
