input,
select,
button,
textarea {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin: 5px 0 12px 0;
}

textarea {
    min-height: 140px;
}

label {
    display: block;
    font-weight: bold;
    margin-top: 8px;
}

button {
    border: 1px solid #888;
    border-radius: 6px;
    background: #eee;
    cursor: pointer;
}

button.primary {
    background: #0b74de;
    color: white;
    border-color: #0b74de;
}

button.danger {
    background: #b00020;
    color: white;
    border-color: #b00020;
}

details {
    background: white;
    border-radius: 8px;
    margin-bottom: 14px;
    padding: 10px;
}

summary {
    font-weight: bold;
    cursor: pointer;
    padding: 8px;
}

.beheerkaart {
    border-left: 8px solid #ccc;
}

.beheerkaart summary {
    display: flex;
    align-items: center;
    gap: 8px;
}

.beheerkaart summary small {
    margin-left: auto;
    color: #777;
}

.kleurbol {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}