/* Seven individual days above two monthly summaries, without cumulative totals. */
@media (min-width:1050px) and (min-height:650px) {
  html body.page-hub #hubWorkspace#hubWorkspace[data-hub-section="overview"] {
    grid-template-rows:70px 64px 50px 162px minmax(0,1fr) 28px!important;
  }
  html body.page-hub #hubWorkspace#hubWorkspace[data-hub-section="overview"] #hub-owner-printer-body-v277 {
    grid-template-columns:minmax(0,1fr)!important;
    flex:0 0 85px!important;height:85px!important;min-height:85px!important;max-height:85px!important;
  }
  html body.page-hub #hubWorkspace#hubWorkspace[data-hub-section="overview"] .hub-owner-printer-periods-v277 {
    grid-template-columns:repeat(7,minmax(0,1fr))!important;
    grid-template-rows:repeat(2,minmax(0,1fr))!important;
    height:85px!important;gap:4px!important;
  }
  html body.page-hub #hubWorkspace#hubWorkspace[data-hub-section="overview"] .hub-owner-printer-periods-v277>div {
    grid-column:auto!important;padding:3px 7px!important;overflow:hidden!important;
  }
  html body.page-hub #hubWorkspace#hubWorkspace[data-hub-section="overview"] .hub-owner-printer-periods-v277>div:nth-child(8) {
    grid-column:span 3!important;
  }
  html body.page-hub #hubWorkspace#hubWorkspace[data-hub-section="overview"] .hub-owner-printer-periods-v277>div:nth-child(9) {
    grid-column:span 4!important;
  }
  html body.page-hub #hubWorkspace#hubWorkspace[data-hub-section="overview"] .hub-owner-printer-periods-v277>div:nth-child(n+8) dt {
    display:flex!important;align-items:baseline!important;gap:6px!important;white-space:nowrap!important;
  }
  html body.page-hub #hubWorkspace#hubWorkspace[data-hub-section="overview"] .hub-owner-printer-periods-v277>div:nth-child(n+8) dt small {
    display:inline!important;margin:0!important;font-size:11px!important;font-weight:500!important;
  }
}
