.flash {
  padding: .65rem 1.25rem;
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  text-align: center;
}

.flash-notice { background: var(--green-light); color: var(--green); }
.flash-error  { background: var(--red-light);   color: var(--red); }
