/* Full-page feedback: after the heading, before working actions/content. */
.page-notice-slot { min-width: 0; }
.page-notice-slot > .flash-alert-region { width: 100%; max-width: none; margin: 1rem 0; }
.page-notice-slot .flash-alert {
  margin: 0 0 .625rem; border-radius: var(--pardner-action-radius, .5rem);
  box-shadow: none; border-inline-start: 3px solid var(--flash-accent);
}
.page-notice-slot .flash-alert:last-child { margin-bottom: 0; }
.page-notice-slot .flash-alert-message { font-weight: 600; line-height: 1.5; overflow-wrap: anywhere; }
.page-notice-slot .flash-alert-icon { box-shadow: none; }
.page-notice-slot > #error-group { margin-block: 1rem; }
