.season-table {
    .table-headline {
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .standings-controls {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 18px;
        width: 95%;
        margin: 0 auto 18px;
    }

    .standings-tabs { display: flex; flex-wrap: wrap; gap: 6px; }
    .standings-tabs button {
        min-height: 40px;
        padding: 7px 15px;
        color: var(--wp--preset--color--custom-color-5);
        background: var(--wp--preset--color--custom-color-4);
        border: 1px solid var(--wp--preset--color--custom-color-1);
        border-radius: 999px;
        font: inherit;
        font-weight: 700;
        cursor: pointer;
    }
    .standings-tabs button[aria-selected="true"] {
        color: var(--wp--preset--color--custom-color-4);
        background: var(--wp--preset--color--custom-color-1);
    }

    .tabelle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 95%;
        margin: 0 auto;

    }

    @media (max-width: 768px) {
        .tabelle {
            justify-content: left;
            width: 100%;
            overflow-x: auto;
            overflow-y: hidden;
        }
    }

    .tabelle table {
        width: 100%;
        table-layout: auto;
    }

    .PLATZ {
        font-weight: 600;
    }

    .tabelle table td,
    .tabelle table th {
        text-align: center;
        vertical-align: middle;
    }

    table thead tr:last-child th {
        border-bottom: 2px solid var(--wp--preset--color--custom-color-1);
        padding: 8px;
    }


    table {
        border-collapse: collapse;
    }

    thead {
        color: var(--wp--preset--color--custom-color-1);
    }

    tbody {
        color: var(--wp--preset--color--custom-color-5);
    }

    .teammarker {
        color: var(--wp--preset--color--custom-color-1)!important;
        font-weight: bold;
    }

    tbody td img {
        border-radius: 50%;
        margin-bottom: 5px;
    }

    tbody .logo,
    tbody .logo-placeholder {
        display: block;
        width: 55px;
        height: 55px;
        margin: 3px auto;
        object-fit: contain;
    }

    a {
        display: none;
    }

}
