.hsg-external-placeholder {
	align-items: center;
	aspect-ratio: 16 / 9;
	background: #16202a;
	border-radius: 8px;
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	justify-content: center;
	margin: 18px 0;
	min-height: 220px;
	padding: 24px;
	text-align: center;
}

.hsg-external-placeholder[data-hsg-embed-type="maps"] {
	background: #1f3a38;
}

.hsg-external-placeholder strong {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 8px;
}

.hsg-external-placeholder p {
	color: #dce3ea;
	font-size: 14px;
	line-height: 1.45;
	margin: 0 auto 16px;
	max-width: 520px;
}

.hsg-external-placeholder button {
	background: #ffffff;
	border: 0;
	border-radius: 6px;
	color: #16202a;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	min-height: 42px;
	padding: 10px 16px;
}

.hsg-external-placeholder button:focus,
.hsg-external-placeholder button:hover {
	background: #e7f5ef;
}
