/* OPOS readiness is checked on demand, not represented as offline or live online. */
.command-centre-page .command-printer-row.opos-unmonitored,
.command-centre-page .command-printer-row.opos-tested,
.printer-fleet-row.opos-unmonitored,
.printer-fleet-row.opos-tested {
  border-left:5px solid #1686ad;
  background:linear-gradient(100deg,#e8f7fc,#f6fcff 65%);
}
.opos-status-badge,.opos-test-badge {
  display:inline-flex; align-items:center; width:fit-content; gap:4px;
  margin-top:7px; padding:3px 8px; border-radius:6px;
  font-size:11px; line-height:1.5; font-weight:600;
}
.opos-status-badge { color:#075675; background:#d9eff8; border:1px solid #a1d3e7; }
.opos-test-badge { color:#166342; background:#e5f7ee; border:1px solid #a5dcc1; }
.location-printer-thumbnail.is-opos-unmonitored::after,
.location-printer-thumbnail.is-opos-tested::after { content:"i"; background:#1686ad; font-style:normal; }
