.orbit-360 {
	position: relative;
	width: 100%;
	height: var( --orbit-360-height, 400px );
	min-height: 240px;
	margin: 0;
	background: #172033;
	overflow: hidden;
}

.orbit-360__canvas {
	width: 100%;
	height: 100%;
}

.orbit-360__caption {
	position: absolute;
	z-index: 3;
	bottom: 12px;
	left: 12px;
	max-width: calc( 100% - 48px );
	padding: 7px 10px;
	border-radius: 4px;
	background: rgba( 0, 0, 0, 0.72 );
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
	pointer-events: none;
}

.orbit-360__hotspot-toggle {
	position: absolute;
	z-index: 4;
	top: 12px;
	right: 12px;
	padding: 7px 10px;
	border: 1px solid rgba( 255, 255, 255, 0.55 );
	border-radius: 4px;
	background: rgba( 0, 0, 0, 0.72 );
	color: #fff;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.2;
	cursor: pointer;
}

.orbit-360__hotspot-toggle:hover {
	background: rgba( 0, 0, 0, 0.9 );
}

.orbit-360__hotspot-toggle:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
	background: rgba( 0, 0, 0, 0.9 );
}

.orbit-360--hotspots-hidden .pnlm-hotspot-base {
	display: none !important;
}

.orbit-360 .pnlm-container:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: -3px;
}

.orbit-360 .pnlm-title-box {
	font-family: inherit;
}

.orbit-360--error::before {
	content: "Unable to load the 360° viewer.";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	color: #fff;
	text-align: center;
}

@media ( max-width: 600px ) {
	.orbit-360 {
		height: min( var( --orbit-360-height, 400px ), 70vh );
	}
}

@media ( prefers-reduced-motion: reduce ) {
	.orbit-360 .pnlm-world,
	.orbit-360 .pnlm-about-msg {
		transition: none !important;
	}
}
