/* Default: Hide all */
.wfacp_desktop,
.wfacp_tablet,
.wfacp_mobile_landscape,
.wfacp_mobile {
    display: none;
}

.brx-body.iframe #wfacp-e-form .wfacp_main_form #product_switching_field .wfacp_product_switcher_col_2 .wfacp_product_switcher_description a.wfacp_qv-button {
    pointer-events: none
}

/* Mobile portrait styles */
@media (max-width: 478px) {
    .wfacp_mobile {
        display: block;
    }
}

/* Mobile landscape styles */
@media (min-width: 479px) and (max-width: 767.98px) {
    .wfacp_mobile_landscape {
        display: block;
    }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 991.98px) {
    .wfacp_tablet {
        display: block;
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    .wfacp_desktop {
        display: block;
    }
}