.ngc-external-host {
	position: relative !important;
}

.ngc-external-frame-blocked {
	visibility: hidden !important;
	pointer-events: none !important;
}

.ngc-external-placeholder {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	min-height: 160px;
	padding: 28px;
	text-align: center;
	background: #f3f3f3;
	border: 1px solid #d8d8d8;
}

.ngc-external-placeholder p {
	max-width: 620px;
	margin: 0;
}

.ngc-external-placeholder-text {
	line-height: 1.4;
}

.ngc-external-placeholder button {
	cursor: pointer;
	padding: 12px 18px;
	border: 0;
	border-radius: 4px;
	font: inherit;
}
