/* mock-grid.css — The Mock Tests paper grid (practice.css styles the tiles),
   and the retry button in the Progress pane. */

/* ---------- mock tests grid ---------- */
/* Row one sits at the top of this section, so its own 15px is the only space
   above the controls, as on every other tab. */
.mocks {
  margin: 0 0 16px;
}

/* Sixteen tiles read as an exam index: which paper, and how it went.
   Tile appearance, columns and gap live in practice.css. */
.mockgrid {
  display: grid;
}

#home .big {
  margin-top: 0;
}
