#Editing div.editing-body {
    padding: 0.25em;
    position: relative;
    min-height: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#Editing .editing-minimize-maximize {
    margin-left: 1em;
    cursor: pointer;
    padding: 0.25em;
}

#Editing div.editing-body > div:not(:last-child) {
    margin-bottom: 0.25em;
}

#Editing div.editing-body > div.editing-layer-selection,
#Editing div.editing-body > div.editing-feature-selection,
#Editing div.editing-body > div.ButtonBar {
    flex: 0 0 auto;
}

#Editing div.editing-body > div.AttributeForm {
    margin-top: 0.25em;
    padding-top: 0.5em;
    border-top: 1px solid var(--border-color);
    flex: 1 1 auto;
    overflow: hidden;
}

#Editing select.editing-layer-select,
#Editing select.editing-feature-select {
    width: 100%;
}

#Editing select.editing-layer-select:disabled,
#Editing select.editing-feature-select:disabled {
    cursor: not-allowed;
}

.editing-clone-dialog {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}

.editing-clone-header {
    font-weight: bold;
    margin-bottom: 0.25em;
}

.editing-clone-table {
    margin-top: calc(-0.25em - 1px);
    background: var(--list-bg-color);
    border: 1px solid var(--border-color);
    width: 100%;
    table-layout: fixed;
}

.editing-clone-table td {
    padding: 0.125em 0.25em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
}

.editing-clone-attribute {
    display: flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
}
