.wou-makeoffer { margin-top: 18px; padding: 14px; border: 1px solid rgba(0,0,0,0.08); border-radius: 8px; }
.wou-makeoffer-row { display: flex; gap: 10px; align-items: center; }
.wou-makeoffer-input { max-width: 180px; }
.wou-makeoffer-msg { margin-top: 10px; font-size: 14px; }
.wou-makeoffer-msg.is-ok { color: #1a7f37; }
.wou-makeoffer-msg.is-err { color: #b32d2e; }
.wou-makeoffer-links .button { margin-right: 8px; }
.wou-makeoffer-submit.is-loading { opacity: 0.7; }

/* Hidden by default; toggled via the "Make Offer" button under Add to cart. */
.wou-makeoffer.hide { display: none !important; }

.wou-makeoffer .entry-product-quantity-wrapper { display:flex; gap:12px; align-items:center; }
.wou-makeoffer-quantity { position: relative; }
.wou-makeoffer-quantity .decrease, .wou-makeoffer-quantity .increase { cursor:pointer; }
