/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2025 | 00:00:26 */
/* Tighten spacing and align checkout notices to the left */
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start !important; /* no extra gap */
  gap: 6px !important;                     /* even, minimal spacing */
  text-align: left;
  padding: 10px 14px !important;
}

/* Keep inline links tidy */
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle a {
  margin: 0 !important;
  padding: 0 !important;
  display: inline;
}

/* Remove icon if any persists */
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-form-coupon-toggle::before {
  display: none !important;
  content: none !important;
}
