/**
 * Field
 */
.acf-field.amem-addr-zip {
  padding-left: 8px;
}

/**
 * Modal Layer
 */
.amem-postcode-layer {
/*    display:none;*/
    border:5px solid;
    position:fixed;
    width:340px;
    height:490px;
    left:50%;
    top:50%;
    overflow:visible;
    transform: translate(-50%, -50%);
    z-index:9999;
}

.amem-postcode-layer a.-cancel {
  position: absolute;
  top: -32px;
  right: 0px;
  width: 24px;
  height: 24px;
  line-height: 21px;
}

.amem-postcode-layer-bg {
/*    display: none;*/
    background-color: #00000078;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

