/* Theme-coloured, underlined links for text links within body copy only.
   Scoped to paragraphs/list items inside content wrappers so nav, footer,
   buttons and icon/card links are untouched. */
.entry-content p a:not(.btn),
.entry-content li a:not(.btn),
.wpb_wrapper p a:not(.btn),
.wpb_wrapper li a:not(.btn),
.woocommerce-product-details__short-description a:not(.btn),
.product-description p a:not(.btn),
.product-description li a:not(.btn),
.product-additional-information a:not(.btn),
.summary.entry-summary p a:not(.btn),
/* body copy typed as bare <div>/<span> paragraphs (no class = not a WPBakery
   structural/button wrapper) instead of <p> */
.wpb_wrapper div:not([class]) a:not(.btn),
.wpb_wrapper span:not([class]) a:not(.btn),
.entry-content div:not([class]) a:not(.btn),
.entry-content span:not([class]) a:not(.btn),
/* links manually wrapped in <u> - this site's existing convention for
   marking a text link, used inside bare divs/spans too */
.wpb_wrapper u a:not(.btn),
.entry-content u a:not(.btn) {
	color: #A06A23;
	text-decoration: underline;
}
