/**
 * SSRP LP — Events block.
 *
 * No CSS — the block delegates to template-parts/sections/events.php which
 * emits `.homepage-events` DOM, styled by the existing modular site CSS
 * (shipped via build/ssrp-all.min.css).
 */

/* Reset LP section padding when wrapping the homepage-events section,
   which already brings its own outer padding. */
.ssrp-lp-section--events {
	padding: 0;
}
