/**
 * Season Passes page styles
 *
 * Loaded only on the Season Passes page (see functions.php).
 */

/* ==========================================================================
   Mobile: tighten the pass cards
   --------------------------------------------------------------------------
   Each pass is wrapped in a card with an inline 40px padding on all sides.
   On phones that (on top of the 20px page gutter) eats too much horizontal
   space and makes the stacked cards feel bulky. Bring the inner padding in
   line with the lessons/rentals cards (~24px) for a tighter, consistent feel.
   The padding is inline, so the override needs !important. This file only
   loads on the Season Passes page, so the attribute selector is safe.
   ========================================================================== */
@media (max-width: 781px) {
	.wp-block-group[style*="padding-top:40px"] {
		padding: 24px !important;
	}
}
