.component-document {
  pointer-events: none;
}

h1 {
  font: var(--default-font-h1);
}

.actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.inline-wrapper {
  display: flex;
  gap: 10px;

  .label {
    font-weight: 500;
  }
}

app-cmf-doodle-icon {
  cursor: pointer;
  display: flex;
}

.descr-document-link {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
