




/* ===============================
   BLOCO DE GRUPO
================================ */
/* .group-block {
  border-bottom: 1px solid #ddd;
} */

.group-block + .group-block {
    margin-top: 32px;
}

.group-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0f0f0f;
  letter-spacing: 0.02em;
}

.titulo-mes{
      font-size: 0.95rem;
  font-weight: 600;
  color: #0f0f0f;
  letter-spacing: 0.02em;

}

/* ===============================
   TABELA
================================ */

.table {
    font-size: 0.95rem;
}



.table tbody tr {
    background: #fff;
    border-radius: 8px;
}

.table thead th {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
}

.table tbody tr:last-child {
    border-bottom: none;
}

.team-logo {
    width: 28px;
    height: 28px;
    object-fit: contain;
}



.team-logo {
    width: 30px;
    height: 30px;
}

.table tbody tr:hover {
    background: #f9fafb;
}

.table-destaque {
    background-color: #f5f5f5 !important;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6 !important;
}

/* ===============================
   RODADAS
================================ */

.rounds-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rounds-header span {
    font-weight: 800;
    font-size: 0.9rem;
}

.round-arrow {
    position: absolute;
    top: 1px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #fff;
    font-size: 20px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .round-arrow {
        width: 36px;
    }
}

.round-arrow.prev {
    left: 0;
}

.round-arrow.next {
    right: 0;
}

.rounds-slider-wrapper {
    overflow: hidden;
}

.rounds-slider {
    display: flex;
    transition: transform 0.35s ease;
}

.round {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ===============================
   PARTIDAS
================================ */




/* faz com que o tab-pane funcione corretamente */

.tab-content {
    width: 100%;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.stage-group,
.stage-knockout {
    width: 100%;
}

.tab-pane:not(.active) {
    display: none !important;
}

@media (max-width: 768px) {
    .stage-match {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
        align-items: center;
        gap: 6px;
        padding: 12px;
    }

    .stage-team {
        display: flex;
        align-items: center;
        gap: 6px;
        min-width: 0;
    }

    .stage-team--left {
        justify-content: flex-end;
    }

    .stage-team--right {
        justify-content: flex-start;
    }

    .stage-team img {
        width: 22px;
        height: 22px;
        flex-shrink: 0;
    }

    .team-name {
        text-align: start;
        min-width: 0;
        max-width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.75rem;
        line-height: 1;
    }

    .stage-vs {
        text-align: center;
        font-size: 0.7rem;
        color: #bbb;
    }
}

.group-table {
    width: 100%;
    overflow: hidden; /* protege o layout geral */
}
