﻿.soccer61013_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.soccer61013_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.soccer61013 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 4px;
}

.soccer61013_navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.soccer61013_nav_link {
    min-width: 120px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.soccer61013_iframe_container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.soccer61013_page_content_container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 auto;
    padding: 8px;
}

.soccer61013_iframe {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.soccer61013_page_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media only screen and (min-width: 780px) {
    .soccer61013_iframe_container {
        height: initial;
    }
}

@media only screen and (min-width: 1200px) {
    .soccer61013_nav_link:hover {
        background-color: var(--light);
        border: 2px solid var(--primary-blue);
        transition: 0.2s ease-in-out;
    }

    .soccer61013_iframe {
        min-height: 1080px;
    }
}
