/*
 * UUSA-719 - Save For Later
 *
 * The site-wide instance is rendered inside a block wrapper carrying the
 * .sfl-embed class and stays hidden. When Crometrics MOVES (not clones) the
 * form element out of .sfl-embed and into their modal, this selector stops
 * matching and the form becomes visible with no extra CSS from their side.
 *
 * display:none rather than a visually-hidden clip, so the hidden instance is
 * removed from the accessibility tree and screen reader users don't run into
 * a stray form on every page.
 */
.sfl-embed .webform-submission-uusa-719-save-for-later-form {
  display: none;
}
