.t-table__viewport{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;padding:13px 4px 13px 0;position:relative;width:100%}.t-table__viewport *,.t-table__viewport :after,.t-table__viewport :before{box-sizing:inherit}.t-table__viewport-overlying{background-color:hsla(0,0%,100%,.5);box-sizing:border-box;content:"";display:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000);mask-image:linear-gradient(90deg,transparent,#000);max-height:100%;max-width:45px;min-height:100%;min-width:45px;pointer-events:none;position:-webkit-sticky;position:sticky;right:-4px;top:0;z-index:1}.t-table__viewport-overlying_visible{display:block}.t-table__wrapper{margin-bottom:16px;position:relative;width:-webkit-fit-content;width:fit-content}.t-table__table{border-collapse:separate;border-spacing:0;min-width:-webkit-max-content;min-width:max-content;pointer-events:none;table-layout:auto}.t-table__row{padding:0}.t-table__row+.t-table__row .t-table__cell{border-top:none}.t-table__row:first-child .t-table__cell:first-child{border-top-left-radius:var(--t-table-border-radius,0)}.t-table__row:first-child .t-table__cell:last-child{border-top-right-radius:var(--t-table-border-radius,0)}.t-table__row:last-child .t-table__cell:first-child{border-bottom-left-radius:var(--t-table-border-radius,0)}.t-table__row:last-child .t-table__cell:last-child{border-bottom-right-radius:var(--t-table-border-radius,0)}.t-table__cell-content:focus,.t-table__cell:focus{outline:0}.t-table__cell{border:1px solid color-mix(in srgb,currentcolor 25%,transparent 75%);pointer-events:auto;position:relative;text-align:start;vertical-align:top}.t-table__cell+.t-table__cell{border-left:none}.t-table__cell-content{cursor:text;font-size:14px;line-height:1;max-width:100%;min-height:34px;padding:9px;white-space:pre-wrap;width:100%;word-break:break-word}