/* layout-flash — the app-shell flash banner wrapper (layouts/_flash).
   Centers the canon callout under the page top; replaces the old Tailwind
   utility classes that only resolved via the incidental avo.base.css load. */
.layout-flash {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s-2);
  padding: var(--s-6) var(--s-4) var(--s-3);
}
.layout-flash .callout { max-width: 480px; width: 100%; }
