.bord-container {
    background: white;
    border-radius: 12px;
    /* border: 2px solid black; */
    padding: 16px;
    font-family: sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
}
.bord-header {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 12px;
}
.bord-lijn {
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    gap: 12px;
    margin-bottom: 16px;
}
.rondje {
    background: #fff;
    border: 4px solid green;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    color: black;
}
.rustplek {
    border-color: blue !important;
}
.afstand-pijl-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.afstand-boven {
    font-size: 12px;
    margin-bottom: -4px;
}
.pijl {
    font-size: 20px;
}
