/* Reserve space for the fixed WPConsent banner on mobile so it can't overlap
   the footer's Privacy Policy / Terms of Service links. Desktop is left
   untouched since the overlap doesn't happen there. See
   pkm-footer-consent-fix.js for how --pkm-consent-clearance is set. */
@media (max-width: 991px) {
	body.pkm-consent-banner-open {
		padding-bottom: var(--pkm-consent-clearance, 0px);
	}
}
