body, .nav-link, .section-header, .header-font, .menu-item-card, .readable-text, .page-header-text, .news-square-title {
    font-family: "IBM Plex Sans", sans-serif !important;
}

.gradient {
    background-image: linear-gradient(rgba(0, 0, 0, 0), #111) !important;
}

.single-post-v2 {
    box-shadow: none;
}
.sb-container {
    border: 0px !important;
    box-shadow: none !important;
}

.single-news-v3-header {
    line-height: 1.15em;
}

.section-header {
    /* position: relative; */
    display: block;
    color: var(--primary) !important; 
    letter-spacing: 0em;
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: none;
    text-transform: uppercase;
}
.section-header-light:after {
    content: '';
    display: block;
    bottom: 0;
    margin-top: 0px;
    left: 0;
    width: 0rem;
    height: 0rem;
    border-radius: 0rem;
    background-color: #ff;
}
.section-header:after {
    content: '';
    display: block;
    bottom: 0;
    margin-top: 0px;
    left: 0;
    width: 0rem;
    height: 0rem;
    border-radius: 0rem;
    background-color: #fff;
}
.sct-margin {
    margin-bottom: 0px !important;
}
.games-v4-header {
    padding-bottom: 6px !important;
}

#section6, #sponsors-list, #section6 .container {
    background-color: #fff !important;
}

#section9 {
    margin-bottom: 30px !important;
}

#section36 {
    margin-bottom: 30px !important;
}

#block24 img, #block36 img {
    border-radius: 8px;
}

#block24 a, #block36 a {
    transition: all 0.2s ease;
}

#block24 a:hover, #block36 a:hover {
    transform: scale(1.03);
}
#block18.container {
    max-width: 100vw !important;
}

#social_stream {
    display:none !important;
}

.table tbody {
    font-size: 12px !important;
}

.table th, .table td {
    padding: 0.25rem !important;
    width: auto;
}
.table span.draw, .table span.loss, .table span.victory {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}
.table span.victory {
    background: #32b31b;
}
.table span.draw {
    background: #efe322;
}
.table span.loss {
    background: #d92026;
}