button.raya-wishlist-btn {
    background-color: #e74c3c;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    transition: background 0.3s;
}

button.raya-wishlist-btn:hover {
    background-color: #c0392b;
}

.raya-success { background: #d4edda; color: #155724; padding: 10px; margin-bottom: 10px; }
.raya-error { background: #f8d7da; color: #721c24; padding: 10px; margin-bottom: 10px; }