/* extra layout helpers — do not override brand colors in style.css */
.center { text-align: center; }
.mt { margin-top: 16px; }
.actions { display: flex; gap: 8px; flex-wrap: wrap; }
.wide { width: 100%; }
.badge { display: inline-block; background: #146b4a; color: #fff; padding: 2px 8px; font-size: .78rem; }
