form[data-op3-element-options-type="select"] {

    [data-op3-element-options-property-id="labelVisible"] {
        &[data-op3-element-options-property-value="0"] {
            ~ [data-op3-element-options-property-id="labelSpacing"] {
                display: none;
            }
        }
    }

    [data-op3-element-options-property-id="iconVisible"] {
        &[data-op3-element-options-property-value="0"] {
            ~ [data-op3-element-options-property-id="op3Icon"],
            ~ [data-op3-element-options-property-id="iconColor"],
            ~ [data-op3-element-options-property-id="iconFontSize"],
            ~ [data-op3-element-options-property-id="iconFlexDirectionHorizontal"],
            ~ [data-op3-element-options-property-id="iconSpacing"] {
                display: none;
            }
        }
    }

    .op3-boxmodel[data-boxmodel-id="select-selectBoxModel"] {
        .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;
            }
        }
    }
}
