:root {
  --primary-color: #168942;
}


.standings {
    padding: 0;
    margin: 0
}

.is-my-point-row {
    --bs-table-striped-bg: var(--primary-color);
}
    .is-my-point-row td {
        color:white;
        font-weight: 700 !important;
    }

.standings .standings-bg {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(28, 28, 28, .95), rgba(255, 5, 20, .15)), url(/dist/static/assets/site/backgrounds/tribun-1.jpg);
    width: 100%;
    overflow: hidden;
    height: 150px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.standings .standings-bg h1 {
    color: #fff;
    margin-top: 5px;
    font-size: 1.25rem
}

@media (min-width:600px) {
    .standings .standings-bg h1 {
        margin-top: 10px;

    }
}

.standings .standings-table table tbody tr.main-club {
    background-color: #ffdc00
}

.standings .standings-table table tbody tr td {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400
}

.standings .standings-table table tbody tr td:last-child {
    width: 130px
}

@media (min-width:900px) {
    .standings .standings-table table tbody tr td:last-child {
        width: 130px
    }
}

.standings .standings-table table tbody tr td.fixed-col {
    width: 32px
}

@media (min-width:900px) {
    .standings .standings-table table tbody tr td.fixed-col {
        width: 48px;
        width: 64px
    }
}

.standings .standings-table table tbody tr td.form,
.standings .standings-table table tbody tr td.goal-difference,
.standings .standings-table table tbody tr td.goals-against,
.standings .standings-table table tbody tr td.goals-for {
    display: none
}

@media (min-width:600px) {

    .standings .standings-table table tbody tr td.form,
    .standings .standings-table table tbody tr td.goal-difference,
    .standings .standings-table table tbody tr td.goals-against,
    .standings .standings-table table tbody tr td.goals-for {
        display: revert
    }
}

@media (min-width:900px) {
    .standings .standings-table table tbody tr td {
        font-size: 1.1rem;
        line-height: 1.1rem
    }
}

.standings .standings-table table tbody tr td:first-child {
    font-weight: 600
}

.standings .standings-table table tbody tr td .club-container {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row
}

.standings .standings-table table tbody tr td .club-container .club-logo img {
    height: 24px;
    width: unset
}

@media (min-width:900px) {
    .standings .standings-table table tbody tr td .club-container .club-logo img {
        height: 32px
    }
}

.standings .standings-table table tbody tr td .club-container .club-title {
    margin-left: 5px
}

@media (min-width:600px) {
    .standings .standings-table table tbody tr td .club-container .club-title {
        margin-left: 15px
    }
}

.standings .standings-table table tbody tr td .club-form,
.standings .standings-table table tbody tr td .position {
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: .75rem;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media (min-width:900px) {

    .standings .standings-table table tbody tr td .club-form,
    .standings .standings-table table tbody tr td .position {
        width: 24px;
        height: 24px;
        font-size: 1rem
    }
}

.standings .standings-table table tbody tr td .forms-wrapper {
    display: flex;
    flex-direction: row
}

.standings .standings-table table tbody tr td .forms-wrapper .club-form {
    background-color: #b2b3b3;
    margin-left: 0;
    margin-right: 4px
}

@media (min-width:900px) {
    .standings .standings-table table tbody tr td .forms-wrapper .club-form {
        margin-right: 8px
    }
}

.standings .standings-information {
    margin: 15px auto
}

.standings .standings-information ul {
    display: flex
}

@media (max-width:599px) {
    .standings .standings-information ul {
        flex-direction: column;
        align-items: start
    }
}

.standings .standings-information ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    align-content: center
}

@media (max-width:599px) {
    .standings .standings-information ul li {
        margin-bottom: 5px
    }
}

.standings .standings-information ul li .rule-standing {
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: .75rem;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media (min-width:900px) {
    .standings .standings-information ul li .rule-standing {
        width: 24px;
        height: 24px;
        font-size: 1rem
    }
}

.standings .standings-information ul li .rule-description {
    margin: 0 8px
}

.standings .latest-games {
    margin: 15px auto;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: stretch;
    z-index: 0 !important
}

.standings .latest-games .widget-header {
    width: 100%;
    padding-left: 15px;
    margin: 15px auto
}

.standings .latest-games .widget-header h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    color: #b2b3b3;
    position: relative;
    margin-bottom: 16px
}

.standings .latest-games .widget-header h1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 35px;
    background: #ffdc00
}

.standings .latest-games .widget-header h1 span.first-word {
    color: #1c1c1c
}

.standings .latest-games .item {
    margin: 16px 0;
    display: flex;
    flex-direction: column
}

.standings .latest-games .item .game-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.standings .latest-games .item .game-info .date {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #b2b3b3
}

.standings .latest-games .item .game-info .tournament-title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center
}

.standings .latest-games .item .game-info .tournament-title img {
    display: none;
    height: 64px;
    width: unset
}

.standings .latest-games .item .game-result {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center
}

.standings .latest-games .item .game-result .away,
.standings .latest-games .item .game-result .home {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    width: 40%
}

.standings .latest-games .item .game-result .away .logo,
.standings .latest-games .item .game-result .home .logo {
    margin-bottom: 8px
}

.standings .latest-games .item .game-result .away .logo img,
.standings .latest-games .item .game-result .home .logo img {
    height: 48px;
    width: unset
}

.standings .latest-games .item .game-result .away .team-title,
.standings .latest-games .item .game-result .home .team-title {
    font-size: .9rem;
    font-weight: 600;
    color: #1c1c1c;
    font-family: Jost, sans-serif
}

.standings .latest-games .item .game-result .game-hour,
.standings .latest-games .item .game-result .score {
    font-size: 3em;
    font-weight: 600
}
