/* School holidays season page.

   The programme band and the everyday band are two halves of one answer to
   "what is on", so the seam between them closes to about half a band rather
   than carrying two full paddings. Scoped to this page's own section ids. */

#program { padding-bottom: 56px; }
#everyday { padding-top: 56px; }

/* An odd number of activity cards leaves one alone on the last row. Centre it
   rather than let it hang off the left edge. The rule stops applying by itself
   once the count is a multiple of three again. */
@media (min-width: 901px) {
  #everyday .hr-exp--3up > :last-child:nth-child(3n + 1) { grid-column: 2; }
}
