.price-active {
  display: flex;
  align-items: center;
  gap: .35rem;
  color: var(--muted);
  font-size: .75rem;
}

.price-active input,
.ent-check {
  width: auto;
}

.entitlements-title {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.ent-input {
  width: 76px;
}

details {
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: .8rem;
}

summary {
  cursor: pointer;
  color: #c4b5fd;
}

.wide-dialog {
  width: min(920px, 94vw);
  max-height: 92vh;
  overflow: auto;
}

.dialog-heading,
.dialog-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.dialog-heading h2 {
  margin: .2rem 0;
}

.dialog-actions {
  justify-content: flex-end;
}

#read-only-notice {
  margin: 0 0 1rem;
}
.security-form{max-width:620px}
