.liga-table-wrap {
overflow-x: auto;
}
.liga-table {
width: 100%;
border-collapse: collapse;
font-family: Arial, sans-serif;
}
.liga-table th,
.liga-table td {
text-align: center;
padding: 8px 12px;
border-bottom: 1px solid #ddd;
}
.liga-table td:first-child {
width: 40px;
padding: 6px 6px;
}
.liga-table td:nth-child(2) {
text-align: left;
color: #76232f;
font-weight: bold;
}
.liga-table th {
background: #f0f0f0;
font-weight: 600;
}