body.single-roomplan {
	--swiper-navigation-color: #ffffff;
	--swiper-navigation-size: 30px;
}

body.single-roomplan .gallery {
	margin-top: 20px;
}

body.single-roomplan .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 3 / 2;
	background-color: #666666;
}

body.single-roomplan .swiper .swiper-slide img {
	width: auto;
	max-height: 100%;
}

body.single-roomplan #slider img,
body.single-roomplan #thumbnails img {
	width: auto;
	max-height: 100%;
}

body.single-roomplan #thumbnails {
	margin-top: 10px;
}

body.single-roomplan #thumbnails .swiper-slide {
	cursor: pointer;
}

body.single-roomplan #thumbnails .swiper-slide.swiper-slide-thumb-active {
	position: relative;
	cursor: default;
}

body.single-roomplan #thumbnails .swiper-slide.swiper-slide-thumb-active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #443433;
}
