/* Align wide dashboard mosaics with the full width of the hero card. */

@media (min-width: 64.01rem) {
  .dashboard-page .teachflow-dashboard__dynamic-grid {
    width: 100% !important;
    max-width: none !important;
  }
}
