.icg-530-wrapper {
	position: relative;
	width: 100%;
}

.icg-530-carousel {
	width: 100%;
	overflow: hidden;
}

.icg-530-image {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	aspect-ratio: 4/3;
}

.icg-530-button-prev,
.icg-530-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	color: #333;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.icg-530-button-prev svg,
.icg-530-button-next svg {
	fill: #333;
}

.icg-530-button-prev {
	left: 10px;
}

.icg-530-button-next {
	right: 10px;
}

.icg-530-pagination {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	text-align: center;
}

.icg-530-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 50%;
	background: #000;
	opacity: 0.2;
	margin: 0 5px;
	cursor: pointer;
}

.icg-530-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}