/* ODTÜ MD Posts Slider - Base Styles */
/* Note: Main styles are inline in the widget for specificity */

.odtumd-posts-slider-wrapper {
	position: relative !important;
	width: 100% !important;
}

.odtumd-posts-slider-wrapper .swiper-slide {
	position: relative !important;
	overflow: hidden !important;
}

.odtumd-posts-slider-wrapper .odtumd-slide-inner {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
}

.odtumd-posts-slider-wrapper .odtumd-slide-bg,
.odtumd-posts-slider-wrapper .odtumd-slide-overlay,
.odtumd-posts-slider-wrapper .odtumd-slide-content {
	position: absolute !important;
}

.odtumd-posts-slider-wrapper .odtumd-slide-bg {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
}

.odtumd-posts-slider-wrapper .odtumd-slide-overlay {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 2 !important;
}

.odtumd-posts-slider-wrapper .odtumd-slide-content {
	bottom: 0 !important;
	left: 0 !important;
	z-index: 3 !important;
}
