:where(.product-description, .content-body) a { color: var(--store-link-text); text-decoration-color: var(--store-link-underline); }
:where(.product-description, .content-body) a:hover, :where(.product-description, .content-body) a:focus-visible { color: var(--store-link-text-hover); text-decoration-color: var(--store-link-underline-hover); }
:where(.product-description, .content-body) a:active { color: var(--store-link-text-active); text-decoration-color: var(--store-link-underline-active); }
