.ibc-1897-wrapper {
	position: relative;
	width: 100%;
}

.ibc-1897-swiper {
	width: 100%;
	overflow: hidden;
}

.ibc-1897-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
	transition: all 0.3s ease;
	background: #fff;
	overflow: hidden;
}

.ibc-1897-image {
	width: 100%;
}

.ibc-1897-image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.ibc-1897-title {
	margin: 0;
	transition: color 0.3s ease;
}

.ibc-1897-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.ibc-1897-nav-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s ease;
	color: #333;
	z-index: 10;
}

.ibc-1897-nav-btn.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.ibc-1897-pagination-wrapper {
	flex-grow: 1;
	max-width: 300px;
	position: relative;
	height: 4px;
}

.ibc-1897-pagination.swiper-pagination-progressbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	border-radius: 2px;
	overflow: hidden;
}

.ibc-1897-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #333;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform-origin: left top;
}
