/* Flash notes and status text colors. */
.note { background: #fffbea; border: 1px solid #fde68a; padding: 10px 12px; border-radius: 6px; font-size: 13px; color: #78350f; }
.note.info { background: #eff6ff; border-color: #bfdbfe; color: #1e3a8a; }

.status-ok { color: var(--good); font-weight: 600; }
.status-warn { color: var(--warn); font-weight: 600; }
.status-err { color: var(--danger); font-weight: 600; }
