/**
 * Standing publication note at the foot of single posts.
 *
 * The design system stylesheet is scoped to the homepage and category
 * archives, so it is not available here. These values are declared literally
 * and match the design system's ink, muted ink, rule and accent tokens.
 *
 * Loaded on single posts only, enqueued by inc/post-trust.php.
 *
 * @package GeneratePress_Child
 */

.ha-post-trust {
	margin: 2rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid #D3E8E1;
}

.ha-post-trust__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #3D5B52;
}

.ha-post-trust__text a {
	color: #00674F;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ha-post-trust__text a:hover,
.ha-post-trust__text a:focus-visible {
	color: #0A3C30;
}
