.league-wrapper {
    background: #fff;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    max-width: 1440px;
    margin: 10px auto;
}

.line-liga {
    border-bottom: 3px solid #d82128;
    padding-bottom: 12px;
}


.titulo-time {
    font-size: 32px;
    font-weight: 700;
}

.titulo-mes{
    font-weight: 700;
}

.nav-tabs .nav-link {
    font-weight: 600;
    color: #555;
}

.nav-tabs .nav-link.active {
    color: #d32f2f;
    border-bottom: 3px solid #d32f2f;
}

.table th {
    font-size: 0.85rem;
    text-transform: uppercase;
}

.table td {
    font-size: 0.9rem;
}

.botder-mes{
    border-top: 1px solid #dee2e6;

}

.match-teams-stats {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}

.match-teams-stats img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    display: block;
}

.match-teams-stats .team-name {
    font-weight: 400;
}

.match-teams-stats .vs {
    font-weight: 600;
    margin: 0 2px;
}



.thead-stats th{
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #000;
}

.tbody-stats td{
    font-size: 0.9rem;

}


.table-destaque {
    background-color: #f5f5f5 !important;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6 !important;
}

td, th{
    height: 51px;
}

.small-count{
    font-size: 14px;
}



.nav-tabs {
  border-bottom: 1px solid #e6e9ef;
}

.nav-tabs .nav-link {
  color: #6c757d;
  font-weight: 500;
  padding: 12px 20px;
}

.nav-tabs .nav-link.active {
  color: #d32f2f;
  border: none;
  border-bottom: 3px solid #d32f2f;
  background: transparent;
}
.xs-player.is-out {
    opacity: 0.45;
}

.xs-player.is-in {
    font-weight: 600;
}

.xs-sub.out {
    color: #c0392b;
}

.xs-sub.in {
    color: #27ae60;
}
