div[cmf-dialog] {
  min-width: 800px;
}

div[cmf-dialog-content] {
  display: flex;
  flex-flow: column nowrap;
}

wg-dynamic-crud {
  width: 724px;
}

div.row {
  display: flex;
  flex-flow: row nowrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;

  line-height: 28px;

  label,
  input[type='checkbox'] {
    cursor: pointer;
  }

  input[type='checkbox'] {
    margin: 0;
  }

  label {
    font-weight: 500;
    color: var(--color-gray-888);
  }
}

div.row,
wg-cmf-question-answer-options {
  margin: 0 0 14px;
}
