.b2b-om-card{
  border:1px solid #e7e7e7;
  border-radius:12px;
  padding:16px;
  background:#fff;
  margin:14px 0;
}
.b2b-om-table td, .b2b-om-table th{ vertical-align:middle; }
.b2b-om-prod img{ border-radius:8px; margin-right:10px; vertical-align:middle; }
.b2b-om-actions{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top:12px;
}
.b2b-om-hint{ opacity:.85; }
.b2b-om-status{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  background:#f2f2f2;
}
.b2b-om-items{ margin:0; padding-left:18px; }
.b2b-om-notes{ margin-top:8px; }
.b2b-om-note{
  border:1px solid #eee;
  border-radius:10px;
  padding:10px;
  margin:10px 0;
  background:#fafafa;
}
.b2b-om-note.is-admin{ background:#f7fbff; border-color:#e4f0ff; }
.b2b-om-note .meta{ font-size:12px; opacity:.8; margin-bottom:6px; display:flex; justify-content:space-between; gap:10px; }
.b2b-om-msgbox{ display:flex; gap:10px; align-items:flex-start; margin-top:10px; }
.b2b-om-msgbox textarea{ flex:1; }
.b2b-om-form input[type="text"], .b2b-om-form textarea{
  width:100%;
  padding:10px 12px;
  border:1px solid #ddd;
  border-radius:10px;
}
.b2b-om-form label{ display:block; margin-bottom:6px; font-weight:600; }
.b2b-om-toast{
  position:fixed;
  left:50%;
  bottom:22px;
  transform:translateX(-50%);
  background:#111;
  color:#fff;
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  z-index:999999;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
