.table-knockouts {
    border:0;
    font-size:90%;
    /* KEY: use separate model, not collapse */
    border-collapse: separate;
    border-spacing: 0;

    /* extra WebKit safety */
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    white-space:nowrap
}

.table-knockouts {
    border: 0;
    box-sizing: border-box;
}

.table-knockouts tr {
    background: transparent!important;
}

.table-knockouts-date {
    padding: .5rem 0 .2rem;
    font-size: .85rem;
    font-weight: 600;
    border:0;
}

.table-knockouts-team-cell {
    padding:0 0 0 .5rem;
    border-left:1px solid var(--color-border-light);
    border-bottom:1px solid var(--color-border-light);
    white-space: wrap;
}

.table-knockouts-score-cell {
    padding:0 .5rem;
    border-bottom:1px solid var(--color-border-light);
    border-right:1px solid var(--color-border-light);
}

.table-knockouts-text-team {
    display: flex;
    align-items: center;
    gap: .3rem;
    font-size: .74rem;
    font-weight: 500;
    line-height: 1.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;     
}

.table-knockouts-score-cell, .table-knockouts-team-cell {
    background: var(--color-bg-primary);
    height: 35px;
    font-size: 0.8125rem;
    font-weight: 400;
    box-sizing: border-box;
}