h1:focus-visible {
    outline:none;
}

.repeater-control-row .item, .table-control-cell .item {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5rem;
    margin: 0.3rem 0;
    /*color: dimgrey;*/
    font-size: 80%;
}

    .item > .item-label {
        flex: 0 1 content;
        font-weight: bold;
    }

        .item > .item-label::after {
            content: ':';
        }

    .item > .item-value {
        flex: 2 1 auto;
    }

.repeater-control-row.repeater-head > * {
    font-weight: bold;
}

.properties > .property > .key {
    white-space: nowrap;
}
.properties > .property > .value {
    width: 90%;
}
