/* bc-brand-fit.css — 2026-04-30, simplified 2026-05-05
 * Was: bunch of fixes for various viewport ranges that fought with styles.css.
 * Now: styles.css has a single unified ≥1025px topbar layout. This file is
 * mostly empty — keeping it for the sidebar restore pill rule which lives
 * outside the topbar concern.
 */

/* ---- Show sidebar pill — desktop only when collapsed ----
 * The HTML has a #v34RestoreSidebar pill that should appear when the user
 * hits ☰ to collapse the sidebar, so they can bring it back.
 */
@media (min-width: 1025px) {
  body.sidebar-collapsed #v34RestoreSidebar.v34-restore {
    display: inline-flex !important;
    left: 12px !important;
    top: 64px !important;
    z-index: 950 !important;
  }
}
