/*
 * Copyright (C) 2024-2026 MOTOR-SPORT-CLUB Marbach e.V. - All rights reserved - https://www.msc-marbach.de
 */

.light-table {
    border-collapse: collapse;
    margin-bottom: 10px;
    font-feature-settings: 'liga' 1, 'calt' 1, 'cv05' 1, 'cv07' 1, 'ss01' 1, 'ss03' 1, 'tnum' 1;
}

.light-table tr {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid;
    border-color: light-dark(#eee, #333);
}

.light-table th, .light-table td {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 0px;
    text-align: left;
}

.light-table th:first-of-type, .light-table td:first-of-type {
    font-weight: bold;
}

.light-table th:last-of-type, .light-table td:last-of-type {
    padding-right: 0px;
}

/* Light-table styles within topic sections */
.topic .light-table {
    margin-left: 50px;
}

@media screen and (max-width: 700px) {
    .topic .light-table {
        margin-left: 0px;
    }
}
