form[data-op3-element-options-type="taxonomy"] {
    .op3-element-options-property[data-op3-element-options-property-id="justifyContent"] .jquery-select-buttons-widget .jquery-select-buttons-option-icon {
        transform: rotate(-90deg);
    }
}

form[data-op3-element-options-path*="/taxonomy/"] {
    &[data-op3-element-options-type="button"] {
        .op3-toolbar-list-item[data-op3-toolbar-nav-id="styles-and-presets"],
        .op3-toolbar-list-item[data-op3-toolbar-nav-id="button"],
        .op3-toolbar-list-item[data-op3-toolbar-nav-id="text-align"],
        .op3-toolbar-list-item[data-op3-toolbar-nav-id="alignment"],
        .op3-element-options-property[data-op3-element-options-property-id="marginTop"],
        .op3-element-options-property[data-op3-element-options-property-id="marginBottom"],
        .op3-element-options-property[data-op3-element-options-property-id="iconColorHover"] {
            display: none;
        }

        .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;
                }
            }
        }
    }
}
