/* Final category browser: cards only, without the oversized white shell. */
body .tb-categories.e-con{
  width:min(1720px,calc(100% - 80px))!important;
  max-width:1720px!important;
  max-height:250px!important;
  margin:-26px auto 24px!important;
  padding:4px 12px 4px 0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow-x:hidden!important;
  overflow-y:scroll!important;
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  gap:14px!important;
  align-content:start!important;
  scrollbar-gutter:stable;
}
body .tb-categories.e-con>.e-con-inner{display:contents!important}
body .tb-categories.e-con::-webkit-scrollbar{width:9px!important}
body .tb-categories.e-con::-webkit-scrollbar-track{background:#edf5f1!important;border-radius:20px!important}
body .tb-categories.e-con::-webkit-scrollbar-thumb{background:#159461!important;border-radius:20px!important;border:2px solid #edf5f1!important}
@media(max-width:980px){body .tb-categories.e-con{width:calc(100% - 32px)!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:767px){body .tb-categories.e-con{width:calc(100% - 24px)!important;max-height:330px!important;margin-top:14px!important;padding-right:8px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}}
