.toolbar-group {
    --b-field-set-padding : .75em;
    --b-panel-gap         : .75em;

    .b-button {
        font-size       : .9em;
        justify-content : unset;
    }
}

.selection-info {
    grid-template-rows  : repeat(5, 1fr);
    margin-inline-start : auto;
    justify-items       : end;
    min-width           : 11em;
    user-select         : none;
    white-space         : nowrap;

    --b-container-gap   : 0;

    .header {
        font-weight : 500;
    }

    .subheader {
        font-size : .9em;
    }

    .line {
        font-size     : .7em;
        text-overflow : ellipsis;
        overflow      : clip;
        white-space   : nowrap;
    }
}

.b-button.log-button {
    align-self : end;
    font-size  : .8em;
    height     : auto !important;
}

.b-popup.b-text-popup {
    max-width : 30em;
}
