.hmbf-tpe-wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
}

.hmbf-tpe-frame {
	display: block;
	width: 100%;
	min-height: 600px;
	border: 0;
	background: #f9f7f4;
	border-radius: 12px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
	transition: height .2s ease;
}

.hmbf-tpe-wrap[data-loading="1"]::after {
	content: "Loading…";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	font: 500 14px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	pointer-events: none;
}
