.logo-text {
  white-space: nowrap;
}

.doc-card {
  width: 100%;
  text-align: left;
  font: inherit;
  cursor: pointer;
  color: inherit;
}

.wait-label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0.15rem 0 0.35rem;
}

.wait-input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 0.85rem 1rem;
  font: inherit;
  background: #fff;
}

.wait-input:focus {
  outline: 2px solid var(--yellow);
  outline-offset: 1px;
}

.wait-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

.wait-status {
  min-height: 1.3em;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
}

.wait-status.ok {
  color: #3f6212;
}

.wait-status.err {
  color: #b42318;
}

.hp {
  position: absolute;
  left: -9999px;
}

.badge-time {
  font-size: 0.72rem;
  width: auto;
  min-width: 2.6rem;
  padding: 0 0.45rem;
}
