/* nav overrides: 12-item menu */
.brand{white-space:nowrap;font-size:17px;gap:8px}
.brand img{height:26px}
.nav-menu{gap:13px}
.nav-menu a{font-size:12.5px}
.nav-menu a.on{color:var(--orange-dark)}
.nav-actions .btn{white-space:nowrap;padding:9px 16px!important;font-size:13px!important}
@media(max-width:1440px){.brand small{display:none}}
@media(max-width:1240px){.nav-menu{display:none}.nav-burger{display:inline-flex}}
/* article tables: let audit tables wrap instead of scrolling off-screen */
.article table.audit-table{display:table;overflow:visible;white-space:normal}
.article .audit-table th,.article .audit-table td{white-space:normal}
.article .audit-table td:first-child{white-space:nowrap}
