/**
 * SSRP LP — Full Width Intro (Opener) block.
 *
 * No bridge CSS — emits the live `.landing-full-width` DOM and reuses the
 * site bundle rules (build/ssrp-all.min.css). Only the LP section padding is
 * neutralized so the inner `.landing-full-width__container` owns spacing.
 */
.ssrp-lp-section--full-width {
	padding-block: 0;
	padding-inline: 0;
}
