/* ECHO Call For Shipping — minimal layout only. The popup carries the branding. */

.echo-cfs-block {
	margin: 1em 0;
}

/* Product-page callout: brand green (#75B700) tint + solid left accent bar.
   Scoped to .echo-cfs-note so it cannot leak into theme or Phox styles. */
.echo-cfs-note {
	margin: 20px 0;
	padding: 17px 18px;
	background-color: rgba(117, 183, 0, 0.09);
	border-left: 4px solid #75b700;
	border-radius: 0 8px 8px 0;
	color: #666666;
	font-size: 1rem;
	line-height: 1.6;
}

.echo-cfs-note a {
	color: #000000;
	font-weight: 600;
	text-decoration: underline;
}

.echo-cfs-notice {
	margin: 0 0 1em;
}

.echo-cfs-notice p {
	margin: 0 0 0.5em;
}

.echo-call-shipping {
	cursor: pointer;
}

a.echo-cfs-link {
	text-decoration: underline;
}
