/**
 * Sitewide "Real people, real answers" trust strip -- see class-wla-trust-strip.php for the
 * full reasoning. Slim, quiet, brand-accent background -- reads as a confidence statement, not
 * a promotional banner or an alert.
 */
.wla-trust-strip {
	background: #c05530;
	color: #fff;
	font-size: 12.5px;
	line-height: 1.4;
	text-align: center;
	padding: 8px 16px;
}

.wla-trust-strip span {
	font-weight: 700;
	letter-spacing: 0.01em;
}

.wla-trust-strip a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-left: 6px;
	font-weight: 600;
	white-space: nowrap;
}

.wla-trust-strip a:hover {
	color: #f7e3d8;
}

@media (max-width: 549px) {
	.wla-trust-strip {
		font-size: 11.5px;
		padding: 7px 12px;
	}
}
