/**
 * EMAILS-2 (fix-emails2.php): privacy line added under the /contact/ mailto form.
 *
 * Same muted note treatment as the review-form privacy line in fix-a11-forms-emails.css, so the
 * two privacy notes on the site read as one component. Tokens only: #57585B muted, #000 link.
 * Everything else in this area is server-side copy, which needs no CSS.
 */

.yb .yb-fix-em2-privacy {
	margin: 12px 0 0;
	max-width: 60ch;
	color: #57585B;
	font-size: 13px;
	line-height: 1.4;
}

.yb .yb-fix-em2-privacy a {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.yb .yb-fix-em2-privacy a:hover,
.yb .yb-fix-em2-privacy a:focus-visible {
	color: #000;
	text-decoration-thickness: 2px;
}
