/* support/board.php 의 인라인 <style> 을 그대로 옮긴 것 (2026-08-20 CSP 강화 — style-src self).
   페이지 전용 규칙이라 다른 페이지에 싣지 않는다. 여기 규칙은 sub.css 보다 늦게 로드되어
   기존 인라인과 같은 캐스케이드 순서를 유지한다. */
/* board.php only, pinned notice rows (header alignment lives in sub.css) */
    .board tr.is-notice { background: rgba(21, 142, 206, .04); }
    .board tr.is-notice td.b-title a { font-weight: 700; }
    .board td.b-no .b-badge { margin-right: 0; }
    .b-badge--m { display: none; }
    @media (max-width: 768px) {
      .b-badge--m { display: inline-flex; }
    }
