@media (max-width:780px){
  /* Remove extra space created by older nav margin + grid gap before the 1CC row. */
  html body .card.ccc-logged-in-card .comic-cut-card-action-stack > #comicCutNav.comic-cut-nav.is-visible,
  html body .card.ccc-logged-in-card .comic-cut-card-action-stack > #comicCutNav.ccc-logged-in-checklist-mode.comic-cut-nav.is-visible{
    margin-bottom:0 !important;
  }

  html body .card.ccc-logged-in-card .comic-cut-card-action-stack > #comicCutNav.comic-cut-nav.is-visible + .mobile-1cc-gallery-toggle--nav-style,
  html body .card.ccc-logged-in-card .comic-cut-card-action-stack > #comicCutNav.ccc-logged-in-checklist-mode.comic-cut-nav.is-visible + .mobile-1cc-gallery-toggle--nav-style{
    margin-top:-6px !important;
  }

  html body .card.ccc-logged-in-card .comic-cut-card-action-stack > .mobile-1cc-gallery-toggle--nav-style{
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    border:1px solid var(--border) !important;
    border-bottom:1px solid var(--border) !important;
    border-radius:10px !important;
    background:var(--panel) !important;
    box-shadow:none !important;
    outline:0 !important;
    margin-bottom:0 !important;
  }

  html body .card.ccc-logged-in-card .comic-cut-card-action-stack > .mobile-1cc-gallery-toggle--nav-style[aria-pressed="true"]{
    border-color:var(--border) !important;
    border-bottom-color:var(--border) !important;
    background:var(--panel) !important;
    box-shadow:none !important;
    outline:0 !important;
  }
}
