.fs-360-tour {
	position: relative;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 16 / 9;
	min-height: 320px;
	background: #111;
	overflow: hidden;
	isolation: isolate;
}

.fs-360-tour__viewport {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.fs-360-tour__title {
	position: absolute;
	left: 12px;
	top: 12px;
	z-index: 2;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border-radius: 4px;
	pointer-events: none;
	max-width: calc(100% - 24px);
}

.fs-360-tour__title:empty {
	display: none;
}

.fs-360-tour__info {
	position: absolute;
	right: 16px;
	bottom: 64px;
	z-index: 3;
	width: min(320px, calc(100% - 32px));
	background: #fff;
	color: #1d2327;
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
	padding: 16px 40px 16px 16px;
}

.fs-360-tour__info-close {
	position: absolute;
	top: 8px;
	right: 8px;
	border: none;
	background: transparent;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #50575e;
}

.fs-360-tour__info h3 {
	margin: 0 0 8px;
	font-size: 16px;
}

.fs-360-tour__info-content {
	font-size: 14px;
	line-height: 1.45;
}

.fs-360-tour__info-content p:first-child {
	margin-top: 0;
}

.fs-360-tour__info a {
	color: #2271b1;
}

.fs-360-marker {
	border: none;
	border-radius: 999px;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	transition: transform 0.15s ease;
}

.fs-360-marker:hover {
	transform: scale(1.06);
}

.fs-360-marker--nav {
	background: #2271b1;
	color: #fff;
}

.fs-360-marker--info {
	background: #fff;
	color: #1d2327;
	border: 2px solid #2271b1;
	min-width: 32px;
}

.fs-360-empty {
	padding: 1rem;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
}

@media (max-width: 600px) {
	.fs-360-tour {
		aspect-ratio: 4 / 5;
		min-height: 280px;
	}

	.fs-360-tour__info {
		left: 12px;
		right: 12px;
		width: auto;
		bottom: 56px;
	}
}
