
.achievement-editor {
  max-width: 980px;
}

.achievement-danger-zone {
  background: #fff8f7;
  border: 1px solid #fecdca;
  border-radius: 8px;
  margin-top: 24px;
  padding: 20px;
}

.achievement-danger-zone h3 {
  margin: 6px 0 8px;
}

.achievement-danger-zone p {
  color: #667085;
  line-height: 1.6;
}

.achievement-danger-zone label {
  display: block;
  font-weight: 750;
  margin: 14px 0 7px;
}

.achievement-danger-zone input {
  border: 1px solid #fda29b;
  border-radius: 6px;
  box-sizing: border-box;
  font: inherit;
  margin-bottom: 12px;
  padding: 11px 12px;
  width: 100%;
}

.manual-award-panel {
  margin-top: 22px;
}

.manual-award-panel select {
  border: 1px solid #cfd6df;
  border-radius: 6px;
  box-sizing: border-box;
  font: inherit;
  margin: 10px 0 14px;
  padding: 11px 12px;
  width: 100%;
}

.helper-text {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}
