/* ===== accb-woo-overrides.css ===== */

/* Coupon toggle: make it compact, or hide it if you want coupon inline elsewhere */
.accb-portal .woocommerce-form-coupon-toggle .woocommerce-info{
  border: 1px dashed rgba(255,255,255,.16);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.80);
  border-radius: 12px;
}

/* Admin-only shipping notices inside portal (Octolize/USPS/UPS etc).
   If you want these completely gone in the portal UI: */
.accb-portal .woocommerce-notices-wrapper{
  display: none;
}

/* Also hide the extra "flexible-shipping-log" blobs if they leak elsewhere */
.accb-portal .flexible-shipping-log{
  display: none !important;
}

/* Make Woo table text match */
.accb-portal .woocommerce-Price-amount{
  color: rgba(255,255,255,.92);
}
