.interior-360-wrap {
	margin: 20px 0;
}

.interior-360-title {
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 8px;
}

.interior-360-viewer {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	background: #000;
}

.interior-360-viewer .pnlm-load-box {
	background: rgba(0, 0, 0, 0.7);
}

.interior-360-stage {
	position: relative;
}

.interior-360-plan-toggle {
	position: absolute;
	bottom: 14px;
	right: 14px;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 14px;
	background: rgba(255, 255, 255, 0.92);
	color: #1d1d1f;
	border: none;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	transition: background 0.15s ease;
}

.interior-360-plan-toggle:hover {
	background: #fff;
}

.interior-360-plan-overlay {
	position: absolute;
	inset: 0;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.75);
	border-radius: 8px;
	padding: 24px;
}

.interior-360-plan-overlay img {
	max-width: 100%;
	max-height: 100%;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.interior-360-plan-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	line-height: 1;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #1d1d1f;
	font-size: 20px;
	cursor: pointer;
	z-index: 2;
}

.interior-360-plan-image-wrap {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.interior-360-plan-image-wrap img {
	display: block;
	max-width: 100%;
	max-height: 80vh;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.interior-360-plan-markers {
	position: absolute;
	inset: 0;
}

.interior-360-plan-marker {
	position: absolute;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #e0562f;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
	cursor: pointer;
	padding: 0;
	transition: transform 0.15s ease, background 0.15s ease;
}

.interior-360-plan-marker:hover {
	transform: scale(1.2);
}

.interior-360-plan-marker.is-active {
	background: #2f7de0;
	transform: scale(1.25);
}
