.b-grid {
    --b-grid-header-padding    : 0.5em;
    --b-grid-header-text-align : center;
}

.b-grid-body-wrap > .b-toolbar > .b-toolbar-content > .b-container {
    height                      : 100%;
    border-right                : 1px solid var(--b-border-6);
    font-size                   : .9em;

    --b-container-padding       : 0 1em 0 0;
    --b-container-align-content : space-around;
    --b-button-height           : auto;
    --b-button-icon-padding     : 0.5em 1em;

    &.undo-redo {
        --b-container-gap : 0.2em;

        .b-button:first-child {
            flex-direction : column;
        }
    }

    &.cut-copy-paste {
        --b-container-gap : 0.2em;

        .b-button {
            --b-button-text-align : start;
            --b-button-height     : 2em;
        }
    }

    &.two-combos {
        width  : 13em;
        border : none;
    }
}

.selection-info {
    display           : flex;
    column-gap        : 2em;
    margin-inline-end : 1em;
    font-size         : .9em;
    align-items       : center;
}
