form[data-op3-element-options-type="breadcrumbtrail"] {
    .op3-element-options-property[data-op3-element-options-property-id="alignItemsMobile"] {
        display: none;
    }

    [data-op3-device="desktop"] &[data-op3-parent-options-property-value-stack-columns-desktop="1"],
    [data-op3-device="tablet"] &[data-op3-parent-options-property-value-stack-columns-tablet="1"],
    [data-op3-device="mobile"] &[data-op3-parent-options-property-value-stack-columns-mobile="1"] {
        .op3-element-options-property[data-op3-element-options-property-name="justifyContent"] {
            display: none;
        }

        .op3-element-options-property[data-op3-element-options-property-id="alignItemsMobile"] {
            display: flex;
        }
    }
}
