.race-info-box {
    margin-top: 30px;
}

.race-info-box h3 {
    margin-bottom: 15px;
    color: #333;
}

.race-info-box h4 {
    margin-top: 25px;
    margin-bottom: 10px;
    color: #555;
}

.race-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.race-info-table th {
    text-align: left;
    padding: 10px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.race-info-table th:first-child {
    width: 40%;
}

.race-info-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.race-info-table td:first-child {
    font-weight: 500;
}

.race-info-table .time-value {
    font-family: monospace;
}

.race-info-table .cut-off-time {
    color: #d00;
}
