table tr th {
  padding: 10px 15px !important;
}

table thead + tbody tr:first-child td {
  border-top: 1px solid var(--bs-table-accent-bg);
}

table.views-table {
  padding: 0 !important;
  border-radius: .75rem !important;
}

table tbody tr td.views-field-field-album-art {
  padding: 10px 0 10px 20px !important;
}