.vgn-review-table-container {
    width: 100%;
}

.vgn-review-table-search {
    margin-bottom: 10px;
    padding: 6px;
    width: 100%;
    max-width: 300px;
}


.vgn-review-table-wrapper {
    overflow-x: auto;
}


.vgn-review-table {
    width: 100%;
    border-collapse: collapse;
}


.vgn-review-table th {
    cursor: pointer;
    user-select: none;
}


.vgn-review-table th,
.vgn-review-table td {
    padding: 8px;
}


.vgn-review-table tbody tr {
    transition: opacity 0.2s ease;
}


.vgn-review-table .score-column {
    text-align: center;
}


.vgn-review-table-buttons {
    margin-top: 15px;
}


.vgn-review-table-buttons button {
    padding: 8px 15px;
    cursor: pointer;
}


.vgn-review-table-buttons button + button {
    margin-left: 8px;
}