.traffic {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 0.5px solid white;
    margin-top: 4px;
    margin-right: 5px;
}

.traffic.red {
    background-color: #dc3545;
}

.traffic.yellow {
    background-color: #ffc107;
}

.traffic.green {
    background-color: #10b759;
}