/* IMPORTANT: prevent clipping */
.ff-el-group,
.ff-el-input--content {
    overflow: visible !important;
}

/* ensure form does not block dropdown */
.frm-fluent-form {
    overflow: visible !important;
}

/* Canada Post dropdown MUST be above everything */
.pca,
.pcaautocomplete {
    z-index: 999999 !important;
}

/* ensure it does NOT get weird transforms */
.pca {
    position: unset !important;
}

/* fix mobile / theme conflicts */
body {
    overflow-x: visible !important;
}

.pca {
    z-index: 999999 !important;
        background: white;
    padding: 12px;
    position: unset !important;
}

/* If the dropdown is appearing far away, try fixing its position */
.pca.pcacontrol {
    position: absolute !important;
}

.fluentform,
.fluentform-widget-wrapper,
.ff_form_instance_21_1 {
    overflow: visible !important;
}

.pcaitem:hover{
    color:var(--e-global-color-primary) !important;
     background: #FFF4ED!important;
} 
 