/* En wishlist.css */
.btn-wishlist {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2fb5d2;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    float: right;
    margin-top: 0px;
}

.btn-wishlist .material-icons {
    margin-right: 5px;
}
