.product-price .member-points {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    line-height: 1.4;
    color: rgb(var(--color-light-text));
    white-space: normal;
}

.product-price .member-points__icon {
    flex: none;
    color: rgb(var(--color-sale));
}

.product-price .member-points__link,
.product-price .member-points__link:hover,
.product-price .member-points__link:visited {
    color: inherit;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* .product-price .member-points__text, */
.product-price .member-points__value {
    color: rgb(var(--color-sale)) !important;
}

.product-price .member-points__value {
    font-style: normal;
    font-weight: 700;
}
