/* public/css/standings.css */

.standings-content {
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 5vh;
    flex-wrap: wrap;
    display: flex;
}

/* Row 1 - Logo */
.standings-logo-row {
    height: 10vh;
    /*    display: flex;
    justify-content: center;
    align-items: center;*/
}

    .standings-logo-row img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        /*    display: block;
    align-items: center;*/
    }

.standings-header-row {
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8vh;
}

.standings-table-row {
    display: flex;
    justify-content: center;
}

.standings-table {
    border-collapse: collapse;
    font-size: 1.0em;
    background: rgba(0,0,0,0.4) !important;
}

    .standings-table th {
        border: 1px solid #ccc;
        padding: 0.3em 0.3em;
        text-align: center;
        color: #ffd700 !important;
    }

    .standings-table td {
        border: 1px solid #ccc;
        padding: 0.3em 0.3em;
        min-width: 80px;
        text-align: center;
        font-size: 1.6vh;
    }

.standings-footer-row {
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #ccc;
    opacity: 0.8;
}
/*.standings-table th {
    background: rgba(0,0,0,0.4) !important;
    color: #ffd700 !important;
}*/

/*.session-standings-container {
    margin-Top: 2vh;
    border-Radius: 12px;
    padding: 1.5rem 1.5rem 1rem 1.5rem;
    max-Width: 95vw;
    width: 100%;
    max-Height: 90vh;
}

.standings-container img {
    max-Width: 20vw;
    margin: 0rem auto 0.5rem auto;
    display: block;
}

.standings-table-wrapper {
    max-height: 60vh;
    overflow-y: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}*/