.cbnb-smart-guide__figure {
	margin: 2rem 0;
}

.cbnb-smart-guide__zoom {
	display: block;
	cursor: zoom-in;
}

.cbnb-smart-guide__screenshot {
	display: block;
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
}

.cbnb-smart-guide__lightbox {
	width: min(96vw, 1280px);
	max-width: none;
	max-height: 96vh;
	padding: 0;
	border: 0;
	background: transparent;
	overflow: visible;
}

.cbnb-smart-guide__lightbox::backdrop {
	background: rgba( 0, 32, 51, .88 );
}

.cbnb-smart-guide__lightbox-image {
	display: block;
	max-width: 96vw;
	max-height: 90vh;
	width: auto;
	height: auto;
	margin: 0 auto;
}

.cbnb-smart-guide__lightbox-close {
	position: absolute;
	top: -2.75rem;
	right: 0;
	min-width: 2.25rem;
	min-height: 2.25rem;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #003d5b;
	font-size: 1.7rem;
	line-height: 1;
	cursor: pointer;
}
