#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;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-height: 10rem;
    min-width: 10vw;
    padding: 15px;
}

.home-team,
.away-team {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.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;

}