/* Give the two scroll panels their own button language while preserving the current size/layout. */
.ccc-set-overview-section--subsets .ccc-set-overview-pill--button,
.ccc-set-overview-section--owners .ccc-set-overview-owner-link{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  min-height:28px !important;
  padding:6px 9px !important;
  border-radius:12px !important;
  text-transform:none !important;
  letter-spacing:.015em !important;
  font-size:11px !important;
  font-weight:850 !important;
  line-height:1.15 !important;
  box-shadow:0 5px 14px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.035) !important;
  transition:border-color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease !important;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pill--button{
  border-color:rgba(154,139,255,.42) !important;
  background:linear-gradient(180deg, rgba(154,139,255,.20), rgba(154,139,255,.08)) !important;
  color:#f1eeff !important;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pill--button::before{
  content:'view_list';
  font-family:'Material Symbols Outlined';
  font-size:14px;
  line-height:1;
  font-weight:400;
  color:rgba(222,216,255,.95);
  font-variation-settings:'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}
.ccc-set-overview-section--owners .ccc-set-overview-owner-link{
  border-color:rgba(86,219,190,.38) !important;
  background:linear-gradient(180deg, rgba(86,219,190,.17), rgba(86,219,190,.065)) !important;
  color:#eafff9 !important;
  border-radius:999px !important;
}
.ccc-set-overview-section--owners .ccc-set-overview-owner-link::before{
  content:'person';
  font-family:'Material Symbols Outlined';
  font-size:14px;
  line-height:1;
  font-weight:400;
  color:rgba(178,255,237,.95);
  font-variation-settings:'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pill--button:hover,
.ccc-set-overview-section--subsets .ccc-set-overview-pill--button:focus-visible{
  border-color:rgba(190,181,255,.82) !important;
  background:linear-gradient(180deg, rgba(154,139,255,.30), rgba(154,139,255,.13)) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.22), 0 0 0 1px rgba(154,139,255,.20) inset !important;
  transform:translateY(-1px) !important;
}
.ccc-set-overview-section--owners .ccc-set-overview-owner-link:hover,
.ccc-set-overview-section--owners .ccc-set-overview-owner-link:focus-visible{
  border-color:rgba(134,255,226,.72) !important;
  background:linear-gradient(180deg, rgba(86,219,190,.25), rgba(86,219,190,.11)) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.22), 0 0 0 1px rgba(86,219,190,.18) inset !important;
  transform:translateY(-1px) !important;
}
.ccc-set-overview-section--subsets .ccc-set-overview-pill--button:active,
.ccc-set-overview-section--owners .ccc-set-overview-owner-link:active{
  transform:translateY(0) scale(.985) !important;
}
@media (max-width:620px){
  .ccc-set-overview-section--subsets .ccc-set-overview-pill--button,
  .ccc-set-overview-section--owners .ccc-set-overview-owner-link{
    min-height:30px !important;
    padding:6px 8px !important;
    font-size:10px !important;
    gap:4px !important;
  }
  .ccc-set-overview-section--subsets .ccc-set-overview-pill--button::before,
  .ccc-set-overview-section--owners .ccc-set-overview-owner-link::before{
    font-size:13px !important;
  }
}
