.efs-outer-wrapper { position: relative; }
.efs-container { overflow: hidden; position: relative; padding: 10px 0; }
.efs-item { position: relative; display: flex; flex-direction: column; overflow: hidden; height: 100%; box-sizing: border-box; }
.efs-image img { display: block; max-width: 100%; height: auto; object-fit: cover; }

/* Z-INDEX FIX: Overlay ist klickbar, aber Text und Buttons bleiben bedienbar */
.efs-link-overlay { position: absolute; top:0; left:0; right:0; bottom:0; z-index: 5; cursor: pointer; }
.efs-desc { width: 100%; position: relative; z-index: 10; pointer-events: auto; }
.efs-desc img { max-width: 100%; height: auto; }

.efs-equal-height-yes .swiper-slide { height: auto; display: flex; }
.efs-equal-height-yes .efs-item { width: 100%; }

/* Nav Styles */
.swiper-pagination { position: relative !important; text-align: center; }

/* CSS ARROWS */
.swiper-button-next, .swiper-button-prev { display: flex; justify-content: center; align-items: center; background-image: none !important; }
.swiper-button-next::after, .swiper-button-prev::after {
	content: "" !important; display: inline-block; transform: rotate(45deg);
	border-top: 2px solid currentColor; border-right: 2px solid currentColor;
	width: 12px; height: 12px; margin-left: -2px;
}
.swiper-button-prev::after { transform: rotate(-135deg); margin-left: 4px; }
