/* B2B/WooCommerce integration. Unlayered intentionally so form overrides retain priority. */
/* RP B2B commerce global layer: account, registration and checkout fields. */
body.rp-theme .rp-b2b-register,
body.rp-theme .rp-b2b-account-note {
  border:1px solid var(--line);
  background:#fff;
}
body.rp-theme .rp-b2b-register {
  margin:18px 0;
  border-radius:20px;
}
body.rp-theme .rp-b2b-register legend {
  padding:0 6px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
body.rp-theme .rp-b2b-choice {
  min-height:42px;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}
body.rp-theme .rp-b2b-field,
body.rp-theme .rp-b2b-checkout-field {
  margin-top:12px;
}
body.rp-theme .rp-b2b-help,
body.rp-theme .rp-b2b-account-note {
  display:block;
  margin-top:8px;
  color:var(--muted);
  font-size:12px;
  line-height:1.5;
}
body.rp-theme .rp-b2b-account-note {
  padding:12px 14px;
  border-radius:16px;
}
body.rp-theme .rp-b2b-field[hidden],
body.rp-theme .rp-b2b-checkout-field[hidden] {
  display:none;
}
body.rp-theme .rp-b2b-register input[aria-invalid="true"],
body.rp-theme .rp-b2b-checkout-field input[aria-invalid="true"] {
  border-color:#9f1d1d;
}
