/* /Pages/TableDetails.razor.rz.scp.css */
h1[b-t2e8suwb2v] {
    color: #102033;
    font-size: 1.5rem;
    margin: 0 0 1rem;
}

h1 a[b-t2e8suwb2v] {
    color: inherit;
    text-decoration: none;
}

h1 a:hover[b-t2e8suwb2v] {
    text-decoration: underline;
}

.table-scroll[b-t2e8suwb2v] {
    container-type: inline-size;
    overflow-x: auto;
}

.teamTable[b-t2e8suwb2v] {
    --team-column-width: 34%;
    border-collapse: collapse;
    font-size: 0.9rem;
    table-layout: fixed;
    width: 100%;
}

.teamTable .stat-column[b-t2e8suwb2v] {
    width: calc((100% - var(--team-column-width)) / 8);
}

.teamTable .team-column[b-t2e8suwb2v] {
    width: var(--team-column-width);
}

.teamTable th[b-t2e8suwb2v],
.teamTable td[b-t2e8suwb2v] {
    border-bottom: 1px solid #d7dde5;
    padding: 0.45rem 0.55rem;
    text-align: center;
    white-space: nowrap;
}

.teamTable th:nth-child(2)[b-t2e8suwb2v],
.teamTable td:nth-child(2)[b-t2e8suwb2v] {
    text-align: left;
}

.teamTable th[b-t2e8suwb2v] {
    background-color: #e8f4d0;
    color: #1f2933;
    font-weight: 700;
    text-align: center;
}

.teamTable tbody tr:nth-child(odd)[b-t2e8suwb2v] {
    background-color: #f7fbf1;
}

.teamTable tbody tr:nth-child(even)[b-t2e8suwb2v] {
    background-color: #f5f8fc;
}

.teamTable img[b-t2e8suwb2v] {
    height: 0.9rem;
    max-width: 0.9375rem;
    vertical-align: middle;
}

.stat-label-short[b-t2e8suwb2v] {
    text-decoration: none;
}

.stat-label-long[b-t2e8suwb2v] {
    display: none;
}

@container (max-width: 30rem) {
    .teamTable th[b-t2e8suwb2v],
    .teamTable td[b-t2e8suwb2v] {
        padding-inline: 0.15rem;
    }

    .teamTable th:not(:nth-child(2))[b-t2e8suwb2v],
    .teamTable td:not(:nth-child(2))[b-t2e8suwb2v] {
        font-size: 0.8rem;
        padding-inline: 0.05rem;
    }

    .teamTable td:nth-child(2)[b-t2e8suwb2v] {
        white-space: normal;
    }
}

@container (min-width: 62rem) {
    .teamTable th[b-t2e8suwb2v] {
        white-space: normal;
    }

    .stat-label-short[b-t2e8suwb2v] {
        display: none;
    }

    .stat-label-long[b-t2e8suwb2v] {
        display: inline;
    }
}
/* /Pages/Tables.razor.rz.scp.css */
.lede[b-lsmb162y7v] {
    color: #50647a;
    font-size: 1rem;
    line-height: 1.5;
    margin: -0.35rem 0 1.75rem;
    max-width: 44rem;
}

section + section[b-lsmb162y7v] {
    margin-top: 2rem;
}

.available-tables[b-lsmb162y7v] {
    background: #ffffff;
    border-collapse: collapse;
    font-size: 0.95rem;
    max-width: 38rem;
    width: 100%;
}

.available-tables th[b-lsmb162y7v],
.available-tables td[b-lsmb162y7v] {
    border-bottom: 1px solid #d9e1ea;
    padding: 0.55rem 0.7rem;
    text-align: left;
}

.available-tables th[b-lsmb162y7v] {
    background-color: #e8f4d0;
    color: #1f2933;
    font-weight: 700;
}

.available-tables th:last-child[b-lsmb162y7v],
.available-tables td:last-child[b-lsmb162y7v] {
    text-align: right;
    width: 5rem;
}

.available-tables tbody tr:nth-child(odd)[b-lsmb162y7v] {
    background-color: #f7fbf1;
}

.available-tables tbody tr:nth-child(even)[b-lsmb162y7v] {
    background-color: #f5f8fc;
}

.available-tables a[b-lsmb162y7v] {
    color: #075fae;
    font-weight: 600;
    text-decoration: none;
}

.available-tables a:hover[b-lsmb162y7v] {
    text-decoration: underline;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ck7ftrzhpm] {
    background: #f6f7f9;
    min-height: 100vh;
}

.site-header[b-ck7ftrzhpm] {
    background: #ffffff;
    border-bottom: 1px solid #d9e1ea;
}

.site-header__inner[b-ck7ftrzhpm] {
    align-items: center;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 70rem;
    min-height: 3.75rem;
    padding: 0 1.25rem;
}

.brand[b-ck7ftrzhpm] {
    color: #102033;
    font-weight: 700;
    text-decoration: none;
}

.site-nav[b-ck7ftrzhpm] {
    align-items: center;
    display: flex;
    gap: 1rem;
}

.site-nav a[b-ck7ftrzhpm] {
    color: #30465f;
    font-size: 0.95rem;
    text-decoration: none;
}

.site-nav a:hover[b-ck7ftrzhpm] {
    color: #075fae;
    text-decoration: underline;
}

.content[b-ck7ftrzhpm] {
    margin: 0 auto;
    max-width: 70rem;
    padding: 2rem 1.25rem 3rem;
}

@media (max-width: 640.98px) {
    .site-header__inner[b-ck7ftrzhpm] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.75rem;
        padding-bottom: 0.9rem;
        padding-top: 0.9rem;
    }

    .content[b-ck7ftrzhpm] {
        padding: 1.25rem 0.75rem 2rem;
    }
}
