#ez-toc-container {
    display: none;
}

.swiper-container {
    width: 100%;
    min-height: 10vw;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-pagination {
    position: relative;
    margin-top: 0.5rem;
}

.swiper-button-prev,
.swiper-button-next {
    top: 11.5rem;
}

.match-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-height: 10rem;
    min-width: 18vw;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.home-team,
.away-team {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.team-logo-img {
    max-width: 50px;
    border-radius: 50%;
    /* To make the logos circular */
}

.team-name p {
    font-weight: bold;
    margin: 5px 0;
}

.league-info {
    text-align: center;
}

.league-info p {
    font-size: 14px;
    margin: 5px 25px 0;

}

@media screen and (max-width: 768px) {
    .match-info {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 16rem;
    }

    .home-team,
    .away-team {
        margin-bottom: 10px;
    }
}

.swiper-wrapper .swiper-button-prev,
.swiper-wrapper .swiper-button-next {
    display: none; /* Or opacity: 0; or pointer-events: none; */
}
.league-info p {
     margin: 0 !important; 
}
.match-info {
    padding: 10px !important;
}
span.red-text {
    color: red;
}
@media only screen and (min-width: 49em) {
    li.post-meta .meta-item {
        top: 7px;
    }
    li.post-meta a {
        color: #334862;
        font-weight: 700;
        font-style: normal;
    }
    .category-8 .page-wrapper {
        padding-bottom: 30px;
        padding-top: 130px;
    }
        .match-info, .match-detail {
    display: block !important;
    }
    .mobile-swiper-container .swiper-wrapper {
        height: 165px;
    }
    .league-info {
    text-align: center;
    width: 100% !important;
    position: relative;
    display: block !important;
    float: left;
    min-width: 330px;
    /*border: 1px red solid;*/
    margin: 0px;
    font-weight: bold;
}
.match-detail {
    display: block !important;
    position: relative;
    /*border: 1px blue solid;*/
    float: left;
    align-items: center;
        text-align: center;
        min-width: calc(100%/3);
        max-width: calc(100%/3);
    }
    .match-detail p{
        float: left;
        /*border: 1px solid;*/
        width: 100%;
        display: block;
        float: left;
        margin: 0;
    }
    .home-team, .away-team {
        /*border: 1px green solid;*/
        position: relative;
        display: block !important;
        float: left;
        font-size: 12px;
        min-width: calc(100%/3);
        max-width: calc(100%/3);
        flex: 1;
        /*display: flex;*/
        /*flex-direction: column;*/
        align-items: center;
        text-align: center;
        margin-top: 0;
        margin-bottom: 0;
    }
    