/* Leave-site disclosure under verified marketplace buttons. */

.pdp-channel-links__leave {
	margin: var(--space-sm, 0.5rem) 0 0;
	max-width: 40rem;
	font-size: var(--text-xs, 0.75rem);
	line-height: var(--leading-snug, 1.35);
	color: var(--color-text-secondary, #5c5c6e);
}

@media (prefers-reduced-motion: reduce) {
	.pdp-channel-links.fade-in-up {
		animation: none;
	}
}
