.model-route-state {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 13px 0 4px;
  font-size: 11px;
  color: #b7a2ae;
}

.model-route-state i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7d6874;
}

.model-route-state small { margin-left: auto; color: #d68bad; cursor: help; }
.model-route-state.live_ready { color: #a9dfbb; }
.model-route-state.live_ready i { background: #5fd68a; box-shadow: 0 0 10px #5fd68a66; }
.model-route-state.mock { color: #d6bd83; }
.model-route-state.mock i { background: #d6a94f; }
.model-route-state.channel_disconnected,
.model-route-state.channel_disabled,
.model-route-state.upstream_rejected { color: #ff9fbc; }
.model-route-state.channel_disconnected i,
.model-route-state.channel_disabled i,
.model-route-state.upstream_rejected i { background: #ff5f91; box-shadow: 0 0 10px #ff5f9155; }

.usage-state { display: inline-block; margin-top: 6px; font-size: 10px; color: #9fcfb0; }
.usage-state.failed { color: #ff8fab; }
.usage-error {
  display: block;
  max-width: 420px;
  margin-top: 6px;
  color: #ff9fbc !important;
  white-space: normal;
  line-height: 1.5;
}

.model-admin-toolbar {
  margin: 18px 0 14px;
}
