:host {
  display: flex;
  max-height: 80vh;

  app-cmf-crud-detail-baseform {
    width: 100%;
    min-width: 1000px;
  }

  .avatar-wrapper {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: relative;
    .description-editor {
      width: 100%;
    }
  }
}
