/* Cache-safe responsive fixes confirmed by the production QA matrix. */
iframe[src*="youtube.com/embed"],
iframe[src*="youtube-nocookie.com/embed"] {
	aspect-ratio: 16 / 9;
	height: auto;
	max-width: 100%;
}

@media (min-width: 782px) and (max-width: 1100px) {
	.liza-site-footer__cta a {
		box-sizing: border-box;
		max-width: 100%;
		text-align: center;
		white-space: normal;
	}
}
