/* Host Studio workspace surface — a chrome-less iframe of the real workshop. */
.bha-host-studio {
	width: 100%;
}

.bha-host-studio-frame {
	display: block;
	width: 100%;
	min-height: 540px;
	border: 0;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(20, 40, 38, 0.10);
	transition: height 0.12s ease;
}
