.sdwowi-wishlist-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.sdwowi-wishlist-table th,
.sdwowi-wishlist-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.sdwowi-wishlist-table th {
    background-color: #000; 
    color: white;
}

.sdwowi-wishlist-table tbody tr:nth-child(even) {
    background-color: #f2f2f2; 
}
