:host {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.crud__baseform__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;

  .cmf-dialog__header {
    margin-bottom: 0;
    font-weight: 500;
    background-color: inherit;
    border-bottom: none;
  }

  .cmf-dialog__footer {
    background-color: inherit;
  }

  .crud-detail-widget {
    scrollbar-gutter: stable both-edges;
  }
}

.crud__model__group {
  margin-bottom: 30px;
}

.cmf-dialog__footer {
  margin-top: auto;
}

.crud__model__actions {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 20px 0;
  margin: 0 20px;
  border-top: 2px solid var(--color-gray-eee);
}

wg-dynamic-crud {
  margin-bottom: 10px;
  padding: 0 20px;
}
