/* Keep the compact/short overview on the explicit single-column workspace grid. */
@media (max-width:1049px), (max-height:649px) {
  html body.page-hub #hubWorkspace[data-hub-section="overview"] {
    grid-template-columns:minmax(0,1fr)!important;
  }

  html body.page-hub #hubWorkspace[data-hub-section="overview"]>
  :is(#hub-owner-daily-revenue-v306,#hub-owner-dashboard-v258) {
    grid-column:1/-1!important;
  }
}
