/*
  Base styles shared across board pages
  Keep selectors scoped to .sbr2-* to avoid leaking into theme styles
*/

.sbr2-board { max-width: 1700px; margin: 0 auto; padding: 0 15px; }

/* Notices */
.sbr2-notice { background:#f6fafd; border:1px solid #d2e7f7; color:#066AAF; padding:10px 12px; border-radius:4px; margin-bottom:12px; }
.sbr2-error { background:#fff4f4; border:1px solid #ffd6d6; color:#b00; padding:10px 12px; border-radius:4px; margin-bottom:12px; margin-top: 20px; margin-bottom: 20px; }

/* Shared actions row */
.sbr2-actions { display:flex; justify-content:flex-end; gap:10px; margin:20px 0; }

