/**
 * SSRP LP — Trust Bar (Stats) block.
 *
 * No bridge CSS — emits the live `.trust-bar` DOM and reuses the existing
 * site CSS in assets/css/modular/10-events-membership.css (shipped via
 * build/ssrp-all.min.css). The only LP override is removing the LP
 * section's default top/bottom padding when the trust bar lives at the
 * top of a page (the live design assumes it sits flush under a hero).
 */

.ssrp-lp-section--trust-bar {
	padding-top: 0;
}
