.gks-standings-wrap {
    overflow-x: auto;
    margin: 1.5em 0;
}

.gks-drop-note {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 0.75em;
}

.gks-dropped-example {
    color: #aaa;
    font-style: italic;
    text-decoration: line-through;
}

.gks-standings-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 0.95em;
}

.gks-standings-table th,
.gks-standings-table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-align: center;
}

.gks-standings-table th {
    background-color: #222;
    color: #fff;
    font-weight: 600;
}

.gks-standings-table .gks-col-driver {
    text-align: left;
    min-width: 130px;
}

.gks-standings-table .gks-col-pos {
    width: 36px;
    font-weight: 700;
}

.gks-standings-table .gks-col-total {
    background-color: #f5f5f5;
    font-weight: 700;
}

.gks-standings-table .gks-row-even { background-color: #ffffff; }
.gks-standings-table .gks-row-odd  { background-color: #f9f9f9; }
.gks-standings-table tr:hover td   { background-color: #eef4ff; }

/* Double points race header */
.gks-standings-table th.gks-double-race {
    background-color: #7d4c00;
}
.gks-double-badge {
    display: inline-block;
    font-size: 0.7em;
    background: #e67e22;
    color: #fff;
    border-radius: 3px;
    padding: 1px 4px;
    margin-left: 3px;
    vertical-align: middle;
}

/* Normal scored */
.gks-pts-scored { font-weight: 600; }

/* Zero / no result */
.gks-pts-none { color: #aaa; }

/* Dropped race: grey + strikethrough */
.gks-dropped {
    color: #aaa !important;
    font-style: italic;
    text-decoration: line-through;
    background-color: #f7f7f7 !important;
}

/* DNS */
.gks-dns {
    color: #999;
    font-size: 0.85em;
}

/* DNF */
.gks-dnf {
    color: #c0392b;
}
.gks-dnf small {
    font-size: 0.75em;
    margin-left: 2px;
    opacity: 0.7;
}

.gks-error {
    padding: 0.75em 1em;
    border-left: 4px solid #e44;
    background: #fff5f5;
    margin: 1em 0;
}

.gks-notice {
    padding: 0.75em 1em;
    border-left: 4px solid #aaa;
    background: #f9f9f9;
    margin: 1em 0;
}
