/* KPI strip alignment only. Match the same left/right guides as the row beneath. */
@media (min-width: 1024px) {
  html[data-dla-vs="on"] body:has([data-testid="new-admin-dashboard"]) .dla-approved-stat-grid {
    box-sizing: border-box !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
    padding: 0 !important;
    justify-self: stretch !important;
  }
}
