
form[data-op3-element-options-type="webinardate"] {
    .op3-element-options-property[data-op3-element-options-property-id="justifyContent"] {
        .jquery-select-buttons-widget {
            [data-jquery-select-buttons-option-value="normal"] {
                display: none;
            }

            [data-jquery-select-buttons-option-value="flex-start"] .jquery-select-buttons-option-icon::before { content: "\f481"; }
            [data-jquery-select-buttons-option-value="center"] .jquery-select-buttons-option-icon::before { content: "\f485"; }
            [data-jquery-select-buttons-option-value="flex-end"] .jquery-select-buttons-option-icon::before { content: "\f482"; }
        }
    }
}