/* User update: remove the Subset scrollable window, Owner scrollable window,
   and the slide/dot controls beneath the stats row. Keep only the set overview stats. */
.ccc-set-overview-card .ccc-set-overview-dots,
.ccc-set-overview-card .ccc-set-overview-slider,
.ccc-set-overview-card .ccc-set-overview-slider-track,
.ccc-set-overview-card .ccc-set-overview-slide,
.ccc-set-overview-card .ccc-set-overview-section--subsets,
.ccc-set-overview-card .ccc-set-overview-section--owners{
  display: none !important;
}
.ccc-set-overview-card[data-expanded="true"] .ccc-set-overview-expand,
.ccc-set-overview-card[aria-expanded="true"] .ccc-set-overview-expand{
  max-height: none !important;
  overflow: visible !important;
}
.ccc-set-overview-card .ccc-set-overview-expand{
  gap: 8px !important;
}
