.c-toast,
.status {
  min-height: 20px;
}
.c-toast--error,
.status.error { color: var(--err); }
.c-toast--ok,
.status.ok { color: var(--ok); }
