.gt-swiper-gallery {
	width: 100%;
	margin-block: 24px;
	padding: 8px 8px 14px;
	border: 3px solid #5fbbcb;
	background: #000;
}

.gt-swiper-gallery .swiper {
	width: 100%;
}

.gt-swiper-gallery .swiper-slide {
	display: flex;
	width: 100%;
	aspect-ratio: 4 / 3;
	align-items: center;
	justify-content: center;
	background: #000;
}

.gt-swiper-gallery__link {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.gt-swiper-gallery__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gt-swiper-gallery__button {
	--swiper-navigation-size: 18px;
	--swiper-navigation-color: #fff;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: rgba(95, 187, 203, 0.9);
	color: #fff;
}

.gt-swiper-gallery__button::after {
	font-size: var(--swiper-navigation-size);
	font-weight: 700;
}

.gt-swiper-gallery__button:hover,
.gt-swiper-gallery__button:focus {
	background: #5fbbcb;
}

.gt-swiper-gallery__pagination {
	--swiper-pagination-color: #5fbbcb;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-inactive-opacity: 0.8;
	position: static;
	margin-top: 12px;
}

@media (max-width: 689.98px) {
	.gt-swiper-gallery__button {
		--swiper-navigation-size: 16px;
		width: 36px;
		height: 36px;
	}
}
