.ahf-wrap {
	max-width: 100%;
	margin: 0 0 1em;
}

.ahf-iframe {
	display: block;
	max-width: 100%;
	border: 0;
	/* Height is set inline and then adjusted by the resize script. */
	transition: height 120ms ease-out;
}

@media ( prefers-reduced-motion: reduce ) {
	.ahf-iframe {
		transition: none;
	}
}

.ahf-html {
	max-width: 100%;
}

.ahf-notice {
	margin: 0 0 1em;
	padding: 10px 14px;
	border-left: 4px solid #d63638;
	background: #fcf0f1;
	color: #1d2327;
	font-size: 14px;
	line-height: 1.5;
}
