.sfwd-courses img.ld-featured-image.ld-featured-image--course.wp-post-image {
    width: auto;
}
/* Price style - same gold tone, slightly heavier font */
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
  color: #a97b50 !important; /* your Crossworknet gold */
  font-weight: 700 !important;
}

/* Category links - rosemary red */
.product_meta, 
.product_meta a {
  color: #8b3f3f !important; /* rosemary red tone */
  text-decoration: none;
  font-weight: 500;
}

