.field-grid input[readonly],
.field-grid select:disabled {
  border-style: dashed;
  color: var(--muted);
  cursor: not-allowed;
}

.choice input:disabled {
  cursor: not-allowed;
}
