.s_website_form {
    // Hidden field is only partially hidden in editor
    .s_website_form_field_hidden {
        display: block !important;
        opacity: 0.5;
    }
    // Fields with conditional visibility are visible and identifiable in the editor
    .s_website_form_field_hidden_if {
        display: block !important;
        background-color: $o-we-fg-light;
    }
    .s_website_form_label, .s_website_form_check_label {
        pointer-events: none;
    }

    .o_show_form_success_message {
        &.d-none {
            display: block !important;
        }
        &:not(.d-none) {
            display: none !important;
        }
    }
}
