#toolbar {
    [data-op3-element-options-type="testimonialitem"] {
        .op3-element-options-property.jquery-filter-button-content {
            .op3-element-options-label-group {
                display: none;
            }
        }
        // hide column gap on layouts where it doesn't have any effect
        &[data-op3-parent-options-property-value-blocklayout="2"],
        &[data-op3-parent-options-property-value-blocklayout="3"],
        &[data-op3-parent-options-property-value-blocklayout="4"] {
            [data-op3-element-options-property-id="columnGap"] {
                display: none;
            }
        }
    }

    // restrict testimonialitem children
    [data-op3-element-options-path*="/testimonialitem/"] {
        [data-op3-toolbar-nav-id="clone"],
        [data-op3-toolbar-nav-id="delete"],
        [data-op3-toolbar-nav-id="move"] {
            display: none;
        }
    }
}

// Lock margin & margin handles to prevent layout breaking
form[data-op3-element-options-type="testimonialitem"] {
    .op3-boxmodel {
        .op3-boxmodel-margin-top,
        .op3-boxmodel-margin-bottom,
        .op3-boxmodel-margin-left,
        .op3-boxmodel-margin-right {
            pointer-events: none;
            opacity: 0.5;

            & + .op3-boxmodel-handler {
                display: none;
            }
        }
    }
}
