.vt-360-frame {
	width: min(1320px, calc(100vw - 48px)) !important;
	max-width: min(1320px, calc(100vw - 48px)) !important;
	margin: 0 auto !important;
}

.vt-360-page {
	width: 100%;
}

.vt-360-block {
	display: grid;
	gap: 22px;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.vt-360-block__header {
	max-width: 760px;
}

.vt-360-block__eyebrow {
	margin: 0 0 8px;
	font: 700 0.82rem/1.2 Arial, Helvetica, sans-serif;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #a71914;
}

.vt-360-block__header h2 {
	margin: 0 0 10px;
	font-size: clamp(2rem, 4vw, 3.3rem);
	line-height: 0.98;
}

.vt-360-block__description p {
	margin: 0;
	color: #5f5f5f;
}

.vt-360-viewer {
	position: relative;
	height: auto !important;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.12)),
		#111;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
	touch-action: none;
}

.vt-360-viewer.is-loading::after,
.vt-360-viewer.is-error::after {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	font: 700 0.95rem/1.5 Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	text-align: center;
	background: rgba(17, 17, 17, 0.76);
	color: #fff;
	content: attr(data-message);
}

.vt-360-viewer__canvas {
	display: block;
	width: 100%;
	height: 100%;
}

.vt-360-viewer__status {
	position: absolute;
	top: 16px;
	left: 16px;
	max-width: min(420px, calc(100% - 32px));
	padding: 10px 12px;
	background: rgba(255, 255, 255, 0.9);
	color: #171717;
	font: 400 0.83rem/1.4 Arial, Helvetica, sans-serif;
}

@media (max-width: 720px) {
	.vt-360-frame {
		width: calc(100vw - 24px) !important;
		max-width: calc(100vw - 24px) !important;
	}

	.vt-360-viewer {
		min-height: 220px;
	}

	.vt-360-viewer__status {
		top: 12px;
		left: 12px;
		max-width: calc(100% - 24px);
	}
}
