.asb-table-container {
    background-color: #ffffff;
    color: #111111;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #dddddd;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.asb-table-tabs {
    display: flex;
    gap: 24px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.asb-table-tab {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #8c9ba5;
    cursor: pointer;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.asb-table-tab.active {
    color: #8c9ba5; /* Active tab matches inactive Topspieler tab color as requested */
}

.asb-table-tab.active::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0c3cd8;
}

.asb-table-wrapper {
    overflow-x: auto;
}

.asb-live-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
}

.asb-table-hdr {
    background-color: #0c3cd8;
}

.asb-live-table th {
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.asb-live-table td {
    padding: 16px;
    border-bottom: 1px solid #cccccc; /* Stronger table grid lines */
    color: #111111;
}

.asb-col-pos {
    width: 50px;
    text-align: center;
    color: #111111; /* Stronger number color */
    font-weight: 700; /* Stronger position number */
}

.asb-col-sp, .asb-col-spiele, .asb-col-saetze, .asb-col-pkt {
    text-align: center;
    width: 100px;
    color: #111111; /* Stronger stat numbers */
    font-weight: 600;
}

.asb-table-row {
    background-color: #ffffff; /* White table grid background */
}

.asb-table-row.asb-highlighted {
    background-color: #f1f3fd;
}

.asb-table-row.asb-highlighted td {
    color: #001340;
    border-bottom: 1px solid #cccccc;
}

.asb-table-row.asb-highlighted .asb-col-team {
    font-weight: 800;
}

.asb-table-row:not(.asb-highlighted) .asb-col-team {
    color: #1a367c;
    font-weight: 600;
}

.asb-font-weight-bold {
    font-weight: 800; /* Stronger points */
}

.asb-table-footer {
    margin-top: 16px;
    font-size: 12px;
    color: #66727d;
}
