/* Desktop only: the normal Set overview header has 4 stats
   (Sets / Signature / Total Cards / Most Used Issue). Older desktop rules
   forced .ccc-set-overview-grid to 3 columns, so the 4th stat wrapped.
   Mobile rules are left untouched because they already work. */
@media (min-width:781px){
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid{
    display:grid !important;
    grid-template-columns:minmax(58px,.55fr) minmax(78px,.75fr) minmax(74px,.70fr) minmax(0,1.55fr) !important;
    gap:8px !important;
    align-items:stretch !important;
    width:100% !important;
    min-width:0 !important;
  }
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat{
    grid-column:auto !important;
    min-width:0 !important;
  }
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat:nth-child(4) strong{
    font-size:12px !important;
    line-height:1.08 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
}
