/* NSA Coupon Field Anywhere — plugin styles.
   Deliberately neutral so it looks reasonable dropped into your current
   theme's pages without fighting your existing design. Feel free to
   adjust colors/spacing below to better match your site. */

.nsa-coupon-field-wrap {
  margin: 1.5em 0;
  max-width: 380px;
}

.nsa-coupon-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.nsa-coupon-form__row {
  display: flex;
  gap: 0.5em;
}

.nsa-coupon-form__row input[type="text"] {
  flex: 1;
  padding: 0.6em 0.8em;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 0.95rem;
}

.nsa-coupon-apply-btn {
  padding: 0.6em 1.2em;
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
}
.nsa-coupon-apply-btn:hover { background: #555; border-color: #555; }
.nsa-coupon-apply-btn:disabled { opacity: 0.6; cursor: default; }

/* Style WooCommerce's own success/error notices to match */
.nsa-coupon-notices .woocommerce-message,
.nsa-coupon-notices .woocommerce-error,
.nsa-coupon-notices .woocommerce-info {
  list-style: none;
  margin: 0 0 1em;
  padding: 0.75em 1em;
  border-left: 3px solid #7a9c59;
  background: #f4f7f1;
  font-size: 0.95rem;
}
.nsa-coupon-notices .woocommerce-error {
  border-left-color: #b3492f;
  background: #fbf1ef;
}
