/* wilcom Bewerber Tool – eigene Ergänzungen */
body {
    background-color: #f5f6f8;
}

.navbar-brand {
    font-weight: 600;
}

.table td {
    vertical-align: middle;
}

.detail-label {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6c757d;
}

.form-section-title {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: .35rem;
    margin: 1.5rem 0 1rem;
}

.wiedervorlage-faellig {
    color: #dc3545;
    font-weight: 600;
}

/* Kanban-Board */
.kanban {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 1rem;
}

.kanban-col {
    flex: 0 0 300px;
    background: #eceef1;
    border-radius: .5rem;
    padding: .5rem;
    min-height: 120px;
}

.kanban-col.dragover {
    outline: 2px dashed #0d6efd;
    outline-offset: -4px;
}

.kanban-col-title {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #495057;
    padding: .25rem .5rem .5rem;
    display: flex;
    justify-content: space-between;
}

.kanban-card {
    background: #fff;
    border-radius: .4rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    padding: .6rem .7rem;
    margin-bottom: .5rem;
    cursor: grab;
}

.kanban-card:active {
    cursor: grabbing;
}

.kanban-card .firma {
    font-weight: 600;
}

.kanban-card .stelle {
    font-size: .85rem;
    color: #6c757d;
}
