.sortable-helper {
    background: #f0f0f0;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: grab;
}

.auto-item h2 {
    font-size: 18px; /* Pas deze waarde aan naar de gewenste grootte */
}

.auto-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.auto-thumbnail {
    margin-right: 10px;
}

.auto-thumbnail img {
    width: 50px; /* Pas deze waarde aan naar de gewenste grootte */
    height: auto;
}

.auto-item .kenteken {
    color: blue;
}