/* MBus WMS v144 - platform admin licence */
.mbus-license-owner-admin-v144 {
  margin: 12px 0 16px;
  padding: 14px;
  border: 1px solid rgba(37, 99, 235, .18);
  border-radius: 16px;
  background: linear-gradient(135deg, #eff6ff, #ffffff);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
}
.mbus-license-owner-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.mbus-license-owner-head strong {
  display: block;
  font-weight: 950;
  color: #0f172a;
}
.mbus-license-owner-head small {
  display: block;
  color: #64748b;
  font-weight: 750;
  margin-top: 3px;
}
.mbus-license-owner-head button,
.mbus-license-owner-table-wrap button {
  min-height: 34px;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  background: #fff;
  color: #1d4ed8;
  font-weight: 950;
  padding: 0 10px;
  cursor: pointer;
}
.mbus-license-owner-table-wrap {
  overflow: auto;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
}
.mbus-license-owner-table-wrap table {
  width: 100%;
  min-width: 840px;
  border-collapse: collapse;
}
.mbus-license-owner-table-wrap th,
.mbus-license-owner-table-wrap td {
  padding: 9px 10px;
  border-bottom: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}
.mbus-license-owner-table-wrap th {
  background: #f8fafc;
  color: #334155;
  text-transform: uppercase;
  font-weight: 950;
  letter-spacing: .04em;
}
.mbus-license-owner-table-wrap small {
  display: block;
  color: #64748b;
  margin-top: 3px;
}
.mbus-license-owner-table-wrap input,
.mbus-license-owner-table-wrap select {
  height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  padding: 0 9px;
  background: #fff;
  color: #0f172a;
  font-weight: 800;
}
.mbus-license-owner-msg {
  min-height: 20px;
  margin-top: 8px;
  font-weight: 850;
  color: #64748b;
}
.mbus-license-owner-msg.ok { color: #047857; }
.mbus-license-owner-msg.bad { color: #b91c1c; }
body:not(.mbus-platform-owner) .mbus-license-owner-admin-v144 {
  display: none !important;
}
