.players__table {
border: 1px solid #000;
text-align: center;
}
.players__table:not(:first-child) {margin-top: 15px;}
.players__table tr:not(:last-child) {
border-bottom: 1px solid #000;
}
.players__table th, .players__table td {
padding: 3px 0.5rem;
}
.players__table td:not(:last-child), .players__table th:not(:last-child) {
border-right: 1px solid #000;
}
.players__header {display: flex; gap: 0.5rem; justify-content: center;}