.psdk-full-width {
  width: 100%;
}

.psdk-block-style {
  display: grid;
  direction: column-reverse;
  gap: 1rem;
  grid-template-columns: repeat(7, 1fr);
}

::ng-deep .mat-mdc-form-field-subscript-wrapper {
  height: 0;
}
