/**
 * Nexus Payment Gateway - Frontend Styles
 * Styles for payment method display on checkout
 */

/* Payment method icons in classic checkout */
.wc_payment_methods .payment_method_nexus_monobank label img,
.wc_payment_methods .payment_method_nexus_privat24 label img,
.wc_payment_methods .payment_method_nexus_p2p label img {
  max-height: 48px;
  width: auto;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
}

/* Alternative selector for different themes */
.woocommerce-checkout .payment_methods li label img {
  max-height: 48px;
  width: auto;
  margin-left: 8px;
  vertical-align: middle;
}

/* Ensure proper spacing */
.wc_payment_methods label {
  display: inline-flex;
  align-items: center;
}
