.post_match_text {
    padding: 0 !important;
}

.post_match_wraper-body-sidebar {
    top: 70px;
}

.league-slider-wrapper {
    margin: 0 auto 40px;
    padding: 0 0 10px;
}

.mls-league-standing-slider .league-standings {
    margin: 0;
}

.post_match_text .match_title h2 {
    text-transform: capitalize !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

.post_match_text .match_title img {
    height: auto !important;
}

.match_title-match_time p {
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #000000 !important;
}

.no-results {
    width: 100%;
    max-width: 1440px;
    padding: 30px 50px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0px 0px 20px -10px #777777;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.no-results h1 {
    padding: 16px 24px;
    min-height: 64px;
    font-size: 24px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    color: #000000;
    text-align: center;
}

.no-results h1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    inset-inline-start: 0;
    background: radial-gradient(90% 20px at 50% 0, rgba(var(--underline-shadow-rgb-values)) 0, rgba(var(--underline-shadow-rgb-values) / 50%) 25%, rgba(var(--underline-shadow-rgb-values) / 0) 50%);
    --underline-shadow-rgb-values: 200 200 200;
}

.no-results p {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    color: #000000;
    text-align: center;
}

.post_match_list-no-match {
    background-color: #f3f3f3;
    padding: 16px 30px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

@media (max-width: 1368px) {
    .match_title-firstTeam,
    .match_title-lastTeam {
        width: 42%;
    }

    .match_title-match_time {
        width: 16%;
    }
}

@media (max-width: 1024px) {
    .match_title {
        gap: 16px;
    }

    .match_title-firstTeam,
    .match_title-lastTeam {
        gap: 9px;
    }

    .post_match_text .match_title h2 {
        font-size: 14px;
    }

    .post_match_text .match_title img {
        width: 35px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .match_title-match_time p {
        font-size: 16px !important;
    }

    .post_match_text p {
        font-size: 13px;
    }
}

@media (max-width: 667px) {
    .match_title {
        gap: 12px;
    }

    .match_title-firstTeam,
    .match_title-lastTeam {
        gap: 8px;
    }

    .post_match_list li {
        padding: 10px 15px;
    }

    .post_match_text .match_title h2 {
        font-size: 14px;
    }

    .post_match_text .match_title img {
        width: 30px !important;
        height: auto !important;
        object-fit: contain !important;
    }

    .match_title-match_time p {
        font-size: 16px !important;
    }

    .post_match_text p {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .match_title {
        gap: 12px;
    }

    .match_title-firstTeam,
    .match_title-lastTeam {
        gap: 7px;
    }

    .post_match_list li {
        padding: 10px 12px;
    }

    .post_match_text .match_title h2 {
        font-size: 13px;
    }

    .post_match_text .match_title img {
        width: 22px !important;
    }

    .match_title-match_time p {
        font-size: 13px !important;
    }

    .post_match_text p {
        font-size: 12px;
    }
}

@media (max-width: 450px) {
    .match_title {
        gap: 10px;
    }

    .match_title-firstTeam,
    .match_title-lastTeam {
        gap: 6px;
    }

    .post_match_list li {
        padding: 10px 5px;
    }

    .post_match_text .match_title h2 {
        font-size: 12px;
    }

    .post_match_text .match_title img {
        width: 18px !important;
    }

    .match_title-match_time p {
        font-size: 12px !important;
    }

    .post_match_text p {
        font-size: 12px;
    }
}

@media (max-width: 420px) {
    .match_title {
        gap: 8px;
    }

    /* .match_title-match_time p {
        font-size: 10px !important;
    } */
}