/* Final mobile patch: Set overview detail header matches the Comic Book Issue header.
   Keep Sets / Signature / Total Cards / Most Used Issue on one single row,
   overriding older nth-child mobile rules that made Total Cards span full width. */
@media (max-width:780px){
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid{
    display:grid !important;
    grid-template-columns:minmax(34px,.48fr) minmax(52px,.66fr) minmax(52px,.68fr) minmax(0,1.48fr) !important;
    gap:4px !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,
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat:nth-child(1),
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat:nth-child(2),
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat:nth-child(3),
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat:nth-child(4){
    grid-column:auto !important;
    min-width:0 !important;
    padding:5px 4px !important;
    gap:2px !important;
  }
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat label{
    font-size:7px !important;
    letter-spacing:.025em !important;
    white-space:normal !important;
    line-height:1.05 !important;
    text-align:center !important;
  }
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat strong,
  .ccc-set-overview-card:not(.ccc-issue-series-overview-card) .ccc-set-overview-grid .ccc-set-overview-stat:nth-child(3) strong{
    display:block !important;
    font-size:10px !important;
    line-height:1.08 !important;
    text-align:center !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:9px !important;
    white-space:normal !important;
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    line-clamp:2 !important;
    overflow:hidden !important;
  }
}
