/* Deliberately upright typography across the site, including semantic emphasis. */
html body *,html body *::before,html body *::after{font-style:normal!important}
.category-quick-nav{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:20px 0}
.category-quick-nav .button{min-height:40px;padding:8px 12px}
.category-save-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0;padding:16px;border:1px solid var(--line);border-radius:14px;background:#f8f3fc}
.category-save-bar p{margin:0}
.category-admin-grid>.admin-panel h2{font-size:22px;padding-bottom:12px;border-bottom:1px solid var(--line)}
@media(max-width:620px){.category-save-bar{align-items:stretch;flex-direction:column}}
