/**
 * SSRP LP — Link Cards wrapper.
 *
 * The inner .homepage-learn-more markup inherits its style from the site-wide
 * stylesheet (kept on LP context via the asset-strip keep list). This file
 * just makes sure the block respects LP section spacing.
 */
.ssrp-lp-section--link-cards {
	padding-block: var(--ssrp-lp-section-gap);
}
.ssrp-lp-section--link-cards .homepage-learn-more { padding: 0; background: transparent; }
