/* DIY Design Tool — full-height iframe host for the React 3D planner */

.hc-diy {
	display: block;
	width: 100%;
	/* Fill the viewport below the fixed/normal header. Adjust --hc-header-h
	   if the header height changes. */
	--hc-header-h: 72px;
	height: calc(100vh - var(--hc-header-h));
	min-height: 520px;
	background: var(--hc-bg, #f8f4ee);
}

.hc-diy__frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.hc-diy__fallback {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	color: var(--hc-muted, #6e7485);
	font-size: 1.05rem;
}
