:root {
    --button-grey: #C0C0C0;
    --button-blue-light: #22B7FF;
    --button-black-border: #000000;
    --button-blue-dark: #183ca3;

    --edit-blue: #1f4fd8;
    --edit-blue-dark: #183ca3;
    --edit-blue-light: #22B7FF;
    --edit-blue-bg: #1f4fd8;
    --edit-blue-border: #1f4fd8;
}










/* Trenner zwischen Start / Ende */
.dt-sep {
    margin: 0 4px;
    font-weight: bold;
    color: #6c7fa6;
}

/* View Mode Anzeige */
.dt-view {
    font-size: 12px;
    color: #4a6fa1;
    font-weight: 500;
    white-space: nowrap;
    background: #f3f6ff;
    border: 1px solid #c5d1ea;
    border-radius: 4px;
    padding: 2px 6px;
    display: inline-block;
}

.detail-edit-wrapper {
   margin-top: 8px;
   display: flex;
   gap: 6px;
   flex-wrap: wrap;
}
