/* Hide WP Loyalty points message from product grid cards - all devices */
.wd-add-btn.wd-add-btn-replace .wlr-product-message {
    display: none !important;
}

/* WP Loyalty points message on single product page */
.woocommerce div.product span.wlr-product-message {
    display: inline-block !important;
    background: #f8f8f8 !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    color: #555555 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.02em !important;
}

.woocommerce div.product span.wlr-product-message::before {
    content: "★ ";
    color: #e8a020 !important;
    font-size: 11px !important;
}