#fz-paynow-container {
    width: 100%;
    min-height: 380px;
}

#fz-paynow-container iframe {
    width: 100% !important;
    min-height: 380px !important;
    border: 0 !important;
    outline: none !important;
    display: block;
}

/* Remove the default border WooCommerce Blocks puts around the payment content area */
.wc-block-components-payment-method-label ~ div,
.wc-block-gateway-container,
[class*="wc-block-components-payment-method"] > div {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
