label.draft-option {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--paper-line);
  border-radius: 10px;
  background: #fff;
  font-weight: 500;
}
.draft-option input { width: auto; margin: 0; }
.locked-field .small-value { line-height: 1.45; }
