/* Overrides bundled website.css — keeps form alerts below the fixed nav */
.site-flash {
	scroll-margin-top: calc(var(--nav-scroll-offset, 88px) + env(safe-area-inset-top, 0px) + 12px);
	padding-top: calc(var(--nav-scroll-offset, 88px) + env(safe-area-inset-top, 0px) + 8px);
	padding-right: clamp(16px, 4vw, 28px);
	padding-left: clamp(16px, 4vw, 28px);
	padding-bottom: 12px;
}
