/**
 * NMI Collect.js Checkout Styles
 * Styles for Collect.js payment fields in classic WooCommerce checkout
 */

/* Ensure iframes are properly sized and styled */
#nmi-component-container #ccnumber iframe,
#nmi-component-container #ccexp iframe,
#nmi-component-container #cvv iframe{
  min-height: 44px !important;
}

.nmi-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
