/**
 * Styles for the "Virtual Tour" Elementor widget.
 * Height / horizontal padding / border radius are controlled from
 * Elementor style controls (inline selectors); this file only sets
 * the structural positioning needed for the iframe to fill the wrapper.
 */
.rw-virtual-tour-wrapper {
	box-sizing: border-box;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.rw-virtual-tour-iframe {
	position: absolute;
	top: 0;
	height: 100%;
	border: none;
}
