.product-recommend-highlight {
    color: #2EB6AA;
    background: transparent;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.product-qty-link, .product-recommend-link {justify-content: space-between;}

.product-qty-link svg, .product-recommend-link svg {
    position: static;
    margin-right: 5px;
    flex-shrink: 0;
}

.product-qty-link span, .product-recommend-link span {
    flex: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}