/* Keep each scroll panel to one button row and let the row scroll sideways. */
.ccc-set-overview-section--subsets,
.ccc-set-overview-section--owners{
  overflow-y:hidden !important;
  overflow-x:hidden !important;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pillrow,
.ccc-set-overview-section--owners .ccc-set-overview-pillrow{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:8px !important;
  width:100% !important;
  max-width:100% !important;
  max-height:none !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding:2px 2px 8px !important;
  scrollbar-width:thin !important;
  -webkit-overflow-scrolling:touch !important;
  overscroll-behavior-x:contain !important;
  overscroll-behavior-y:none !important;
  touch-action:pan-x !important;
  scroll-snap-type:x proximity !important;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pill,
.ccc-set-overview-section--owners .ccc-set-overview-pill,
.ccc-set-overview-section--subsets .ccc-set-overview-pill--button,
.ccc-set-overview-section--owners .ccc-set-overview-owner-link{
  flex:0 0 auto !important;
  width:auto !important;
  max-width:none !important;
  white-space:nowrap !important;
  overflow:visible !important;
  text-overflow:clip !important;
  scroll-snap-align:start !important;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pillrow::-webkit-scrollbar,
.ccc-set-overview-section--owners .ccc-set-overview-pillrow::-webkit-scrollbar{
  height:7px !important;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pillrow::-webkit-scrollbar-thumb,
.ccc-set-overview-section--owners .ccc-set-overview-pillrow::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.26) !important;
  border-radius:999px !important;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pillrow::-webkit-scrollbar-track,
.ccc-set-overview-section--owners .ccc-set-overview-pillrow::-webkit-scrollbar-track{
  background:rgba(255,255,255,.055) !important;
  border-radius:999px !important;
}
@media (max-width:620px){
  .ccc-set-overview-section--subsets .ccc-set-overview-pillrow,
  .ccc-set-overview-section--owners .ccc-set-overview-pillrow{
    gap:7px !important;
    padding-bottom:9px !important;
  }
}
