.asset-categories{
  flex:0 0 auto;
  width:100%;
  min-width:0;
  min-height:36px;
  display:flex;
  align-items:center;
  gap:6px;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  white-space:nowrap;
  padding:2px 2px 6px;
  scroll-behavior:smooth;
  overscroll-behavior-x:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
}
.asset-categories::-webkit-scrollbar{height:6px}
.asset-categories::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:999px}
.asset-categories::-webkit-scrollbar-track{background:transparent}
.asset-categories .category-btn{
  flex:0 0 auto;
  min-width:max-content;
  max-width:none;
}
.builder-selection{flex:0 0 auto}
.asset-grid{min-height:0}
