.scene-package-history-dialog {
  width: min(920px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
}

.scene-package-history-dialog .dialog-body {
  overflow: auto;
}

.scene-package-history-dialog .table-wrap {
  max-height: calc(100vh - 150px);
}

.scene-package-current {
  display: inline-block;
  margin-top: 4px;
  color: var(--green);
  font-size: 10px;
}

.field-required {
  margin-left: 5px;
  color: var(--red);
  font-size: 10px;
  font-style: normal;
}

.review-form-hint {
  margin: -4px 0 0;
}

.scene-store-grid .store-card {
  min-height: 250px;
}

.scene-store-grid .store-card > p {
  display: -webkit-box;
  min-height: 42px;
  margin: 7px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.scene-store-status {
  color: var(--green);
}

.scene-store-status.locked {
  color: var(--muted);
}

.scene-install-hint {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  color: var(--muted);
  font-size: 12px;
}

.order-id {
  display: block;
  max-width: 180px;
  overflow: hidden;
  color: var(--muted);
  font: 10px Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}
