/* UC Pay WooCommerce hosted fields layout */

.payment_method_ucpay .ucpay-hosted-fields .form-row-first,
.payment_method_ucpay .ucpay-hosted-fields .form-row-last {
  float: none !important;
}

.payment_method_ucpay .ucpay-hosted-fields {
  display: block;
}

.payment_method_ucpay .ucpay-hosted-fields .form-row-first,
.payment_method_ucpay .ucpay-hosted-fields .form-row-last {
  display: inline-block;
  width: 48%;
  vertical-align: top;
}

.payment_method_ucpay .ucpay-hosted-fields .form-row-first {
  margin-right: 4%;
}

.payment_method_ucpay .ucpay-hosted-fields iframe {
  width: 100% !important;
  height: 42px !important;
}
