/* ===== Wishlist Button Active ===== */
.action.towishlist.wishlist-added {
    color: #b83280;
}

.action.towishlist.wishlist-added:before {
    color: #b83280;
}

/* REMOVE any background/border from inner content */
.wishlist-msg {
    display: flex;
    align-items: center;

    padding: 10px 15px;   /* spacing inside existing outer box */
    
    background: none;
    border: none;

    font-size: 14px;
    color: #6b2c5f;
    font-weight: 500;
}

/* heart icon */
.wishlist-icon {
    color: #c2185b;
    font-size: 16px;

    margin-right: 8px;   /* space between icon and text */
    line-height: 1;
}

/* text */
.wishlist-text {
    line-height: 1.4;
}
