/**
 * SignalMind — Homepage pricing section
 *
 * A single, centred plan card (`.sm-pricing-card` itself ships in ui.css,
 * already used and styled by the Pricing page). Loaded on the front page
 * only.
 *
 * @package SignalMind
 */

.sm-home-pricing__wrap {
	max-width: 26rem;
	margin-inline: auto;
}

.sm-home-pricing__more {
	margin-block-start: var(--sm-space-6);
	text-align: center;
}

.sm-home-pricing__more a {
	display: inline-flex;
	align-items: center;
	gap: var(--sm-space-2);
	color: var(--sm-color-primary);
	font-weight: var(--sm-weight-medium);
	text-decoration: none;
}

.sm-home-pricing__more a:hover,
.sm-home-pricing__more a:focus-visible {
	text-decoration: underline;
}
