#sidebar [data-op3-element-options-type="icon"][data-op3-element-options-path*="/socialsharing/"] {
    .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;
            }
        }
    }
}

#toolbar {
    [data-op3-element-options-path*="/socialsharing"] {
        [data-op3-toolbar-nav-id="add"] {
            display: block;
        }

        &[data-op3-element-options-row-children-count="4"] {
            [data-op3-toolbar-nav-id="add"] {
                opacity: 0.5;
                pointer-events: none;
            }
        }

        .op3-element-options-property[data-op3-element-options-property-id="gutter"] {
            button {
                display: none;
            }
        }
    }

    [data-op3-parent-options-property-value-total-count="0"] {
        [data-op3-toolbar-nav-id="tota-share-text"] {
            display: none;
        }
    }

    [data-op3-parent-options-property-value-total-count="1"] {
        [data-op3-toolbar-nav-id="tota-share-text"] {
            display: flex;
        }
    }
}

#op3-context-menu {
    &[data-op3-element-type="socialsharing"],
    &[data-op3-element-type="socialsharingitem"] {
        .op3-context-menu-list-item[data-op3-action="addElement"][data-op3-args*="socialsharing"] {
            display: block;
        }

        &[data-op3-element-row-children-count="4"] {
            .op3-context-menu-list-item[data-op3-action="paste"],
            .op3-context-menu-list-item[data-op3-action="addElement"][data-op3-args*="socialsharing"] {
                opacity: 0.33;
                pointer-events: none;
            }
        }
    }

    &[data-op3-element-type="socialsharingitem"] {
        &[data-op3-element-row-children-count="4"] {
            .op3-context-menu-list-item[data-op3-action="clone"] {
                opacity: 0.33;
                pointer-events: none;
            }
        }
    }

    &[data-op3-element-path*="/socialsharingitem/"] {
        .op3-context-menu-list-separator[data-op3-separator="global/delete"],
        .op3-context-menu-list-item[data-op3-action="clone"],
        .op3-context-menu-list-separator[data-op3-separator="clone/clipboard"],
        .op3-context-menu-list-separator[data-op3-separator="export/delete"],
        .op3-context-menu-list-item[data-op3-action="delete"] {
            display: none;
        }

        .op3-context-menu-list-item[data-op3-action="cut"],
        .op3-context-menu-list-item[data-op3-action="copy"],
        .op3-context-menu-list-item[data-op3-action="paste"] {
            opacity: 0.33;
            pointer-events: none;
        }
    }

    // featureblockitem and children
    &[data-op3-element-path*="/socialsharingitem"] {
        .op3-context-menu-list-item[data-op3-action="markAsGlobalElement"],
        .op3-context-menu-list-separator[data-op3-separator="clipboard/export"] {
            display: none;
        }
    }
}
