/* Trade Accounts - trade price block (replaces WooCommerce Wholesale Prices' CSS) */
del.original-computed-price { opacity: .55; text-decoration: line-through; }
.wholesale_price_container { display: block; }
.wholesale_price_title { display: inline-block; margin-right: 6px; font-weight: 600; color: #1d2c5e; }
.wholesale_price_container ins { text-decoration: none; font-weight: 600; background: none; }
.wholesale_price_container ins .amount { color: #1d2c5e; }
.wholesale-price-suffix { font-size: 85%; opacity: .7; }

/* Registration - trade fields */
.cmw-type-row .cmw-radio { display: inline-flex; align-items: center; gap: 6px; margin: 0 16px 0 0; font-weight: 400; cursor: pointer; }
.cmw-type-row .cmw-radio input { width: auto; margin: 0; accent-color: #1d2c5e; }
.cmw-trade-fields[hidden] { display: none; }
.cmw-trade-fields { padding: 14px 16px; margin-bottom: 16px; border: 1px solid #e4e6ea; border-radius: 9px; background: #fafbfc; }
.cmw-trade-fields .form-row:last-child { margin-bottom: 0; }

/* Admin - trade status pills */
.cmw-pill { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 11px; font-weight: 600; line-height: 1.7; }
.cmw-approved { background: #e3f5e9; color: #1a7f42; }
.cmw-pending  { background: #fff4e0; color: #9a6400; }
.cmw-rejected { background: #fde8e8; color: #a01818; }
/* Registration - field the browser flagged as empty */
.cmw-invalid { border-color: #a01818 !important; box-shadow: 0 0 0 2px rgba(160,24,24,.10) !important; }

/* My Account - trade application under review */
.cmw-pending-notice { padding: 16px 18px; margin: 0 0 22px; border: 1px solid #cfe0f5; border-left: 4px solid #1d2c5e; border-radius: 8px; background: #f4f8fd; color: #1d2c5e; font-size: 14px; line-height: 1.6; }
.cmw-pending-notice strong { display: block; margin-bottom: 4px; font-size: 15px; }
.cmw-pending-notice p { margin: 0; }
