.form-item--field-document-type.parent-document-type {
  margin-inline-start: 0;
}
.form-item--field-document-type.parent-document-type input {
  display: none;
}
.form-item--field-document-type.parent-document-type label {
  font-weight: bold;
  color: inherit;
}
.node-theme-pack-form .field--name-field-channel .form-checkboxes,
.node-theme-pack-edit-form .field--name-field-channel .form-checkboxes {
  display: grid;
  gap: 2.5rem 1.25rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.node-theme-pack-form .field--name-field-channel img,
.node-theme-pack-edit-form .field--name-field-channel img {
  display: block;
  margin-block-start: 0.25rem;
}
