.e360-viewer {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.e360-stage {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #f7f7f7;
	border-radius: 8px;
	overflow: hidden;
	touch-action: pan-y;
}

.e360-frame {
	width: 100%;
	height: 100%;
	object-fit: contain;
	cursor: grab;
	user-select: none;
	-webkit-user-drag: none;
}

.e360-dragging .e360-frame {
	cursor: grabbing;
}

.e360-hint {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	border-radius: 12px;
	pointer-events: none;
	transition: opacity 0.3s ease;
	white-space: nowrap;
}
