/* =========================================================================
   Sod — page-specific overrides.

   Sod puts "How to get it" BEFORE the laying-it band, so that section opens
   the dark run rather than closing it. The shared rule is `0 48px 84px`,
   which assumes it comes last; here it needs its top padding back and no
   bottom, so it butts against the tips band exactly as the source does
   (Sod.dc.html: `background:#141915; padding:84px 48px 0`).
   ========================================================================= */

.pp-page-sod .cat-get { padding: 84px 48px 0; }

@media (max-width: 767px) {
	.pp-page-sod .cat-get { padding: 56px 20px 0; }
}
