.overlay-item.overlay-item--type-dialog-confirmation.overlay-item--size-large, .overlay-item.overlay-item--type-dialog-info.overlay-item--size-large, .overlay-item.overlay-item--type-dialog-view.overlay-item--size-large {
    --element-width: 900px;
}

.limit-text-length{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hae-component-list__item:has(> .hae-component--hidden) {
    display: none;
}

.cmp-field__options-list {
    max-height: 150px;
}

.cmp-field__textarea {
    height: 6.5em;
}

.pz-table {
    height: 70vh !important;
    overflow: auto;
    background-color: #F2F3F6;
    position: relative;
}

/* anchor na řádku headeru (ne na thead) */
.pz-table thead.table__header tr {
  position: sticky;
  top: 0;
  z-index: 20;
  anchor-name: --pzth;
  background: #F2F3F6;
}

/* sticky subheader – navázání */
.pz-table thead.table__subheader tr {
  position: sticky;
  top: 4em; /*anchor-size(--pzth block);  */  /* nebo: anchor-size(--pz-th block) */
  z-index: 10;
  background: #F2F3F6;
}

/* th {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
*/