/**
 * Custom Checkout Fields Styles
 * Styles for the custom checkout fields functionality
 */

/* Hide the payment heading added via action hook */
.heim-woocommerce-checkout-payment-heading {
  display: none !important;
}

/* Ensure coupon form is always visible */
.checkout_coupon.woocommerce-form-coupon {
  display: block !important;
}

/* Hide the first coupon form when multiple forms exist */
#first-coupon-form {
  display: none !important;
}

/* Hide the toggle message since form is always visible */
.woocommerce-form-coupon-toggle {
  display: none !important;
}

.shipping-address-heading {
  margin-top: 4px;
}

/* Style for phone field note */
.phone-field-note {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.25px;
  color: #40484f;
  margin-top: -4px;
  margin-bottom: 4px;
}
