/* ============================================================
   SkyUp League Table
   Supplements SportsPress styles; safe to use without SportsPress.
   ============================================================ */


.skyup-lt-table {
    border-radius: 12px;
    overflow: hidden;
}

.skyup-lt-table tr {
    height: 60px;
}

.skyup-lt-table td {
    text-align: center;
}
.skyup-lt-table thead tr {
    height: 24px;
}
.skyup-lt-table thead {
    background: #1f1f1f;
    font-size: 12px;
}

.skyup-lt-table .odd {
    background-color: #303030;
}

.skyup-lt-table.sp-data-table .data-rank {
    width: 5%;
    font-family: 'Oswald', sans-serif;
}

.skyup-lt-table .data-name {
    text-align: left;
}

.skyup-lt-table .data-p,
.skyup-lt-table .data-w,
.skyup-lt-table .data-d,
.skyup-lt-table .data-l,
.skyup-lt-table .data-f,
.skyup-lt-table .data-a,
.skyup-lt-table .data-gd,
.skyup-lt-table .data-pts {
    width: 7%;
}

.skyup-lt-table .data-p {
    border: solid;
    border-width: 0 1px 0 1px;
    border-color: #1c1c1c;
}

.skyup-lt-table .data-gd {
    border: solid;
    border-width: 0 0 0 1px;
    border-color: #1c1c1c;
}

.skyup-lt-table .data-rank {
    border: solid;
    border-width: 0 1px 0 0;
    border-color: #1c1c1c;
}

.skyup-lt-table .data-name {
    padding: 0 12px;
}

.skyup-lt-table {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.skyup-lt-table .team-title {
    display: flex;
}

.skyup-lt-table .team-name {
    display: flex;
    flex-direction: column;
    line-height: 1.33;
}

.skyup-lt-table .team-name span {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    color: #9E9A98;
}
@media (max-width: 500px) {
    .home .skyup-lt-table,
    .skyup-lt-table th {
        font-size: 0.9rem;
    }
    .skyup-lt-table .data-name {
        padding: 2px 8px 2px 4px;
    }
    .skyup-lt-table .team-title {
        align-items: center;
    }
    .skyup-lt-table .team-name span {
        margin-top: 2px;
    }
}