/* Whisperz Table Global Custom Styling */
.whisperz-table-wrapper-b3a168ea {
    overflow-x: auto;
    width: 100%;
    margin: 24px 0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.whisperz-table-b3a168ea {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #22273A;
    border: 1px solid #e2e8f0;
}

.whisperz-table-b3a168ea th {
    padding: 16px 20px;
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #172036; /* Dark Header */
    color: #ffffff;
    border-bottom: 2px solid #e2e8f0;
}

.whisperz-table-b3a168ea td {
    padding: 14px 20px;
    font-weight: 500;
    border-right: 1px solid #e2e8f0;
}

.whisperz-table-b3a168ea tr.even {
    background-color: #ffffff;
}

.whisperz-table-b3a168ea tr.odd {
    background-color: #F4F0EA; /* Light background */
}

.whisperz-table-b3a168ea tr:border-bottom {
    border-bottom: 1px solid #e2e8f0;
}

.whisperz-table-b3a168ea td.band-name {
    font-weight: bold;
    color: #0d141a;
}

.whisperz-table-b3a168ea td.band-genre {
    color: #7A7A7A;
}

.whisperz-empty-b3a168ea {
    text-align: center;
    color: #7A7A7A;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
}
