
/* Four Color Comic v40.31.41 — Sold navigation restored */

/* Sold is a normal top-level navigation tab again. */
#tabs [data-tab="sold"]{
  display:inline-flex!important;
}

/* Retire the old Market/Pricing navigation button. */
#tabs [data-tab="pricing"]{
  display:none!important;
}

/* Membership remains accessible from the gold Membership button,
   not as a top nav item. Admin remains profile-controlled. */
#tabs [data-tab="membership"],
#tabs [data-tab="admin"]{
  display:none!important;
}

/* Preserve visible Sold icon styling from the original nav system. */
.tabbtn[data-tab="sold"]::before{
  content:"▣"!important;
}
