.expandable-row{border-top:1px solid var(--color-border);transition:border-color .3s}.expandable-row:hover{background:var(--color-bg-row-hover)}.expandable-row:first-child{border-top-color:#0000}.expandable-row:last-child{border-bottom:1px solid var(--color-border)}.expandable-row:last-child.is-open{border-bottom-color:#0000}.expandable-row .expandable-row__head{color:var(--color-text-secondary);flex-flow:row;justify-content:flex-start;align-items:center;padding:0 5px;font-size:12px;transition:background .3s;display:flex}.expandable-row .expandable-row__head:hover{cursor:pointer}.expandable-row .expandable-row__trigger{appearance:none;text-align:left;white-space:nowrap;text-overflow:ellipsis;color:var(--color-text-primary);background:0 0;border:none;border-radius:0;align-items:center;min-width:0;margin-right:4px;padding:5px 0;font-size:13px;font-weight:500;line-height:1.7;display:inline-block;overflow:hidden}.expandable-row .expandable-row__meta{text-align:right;flex-grow:1;justify-content:flex-end;align-items:center;display:flex}.expandable-row.is-seen .expandable-row__trigger{color:var(--color-text-secondary);font-weight:400}.expandable-row.is-highlighted .expandable-row__head{animation:15s linear forwards expandable-row-highlight-fade}.expandable-row.is-open{border-top-color:var(--color-bg-info-strong)}.expandable-row.is-open .expandable-row__head{background:#f2f5ff99}.expandable-row.is-open .expandable-row__trigger{color:var(--color-text-primary);font-weight:700}.expandable-row.is-open+.expandable-row{border-top-color:#0000}.expandable-row__content{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.expandable-row__content--open{grid-template-rows:1fr}.expandable-row__content-inner{overflow:hidden}.expandable-row__content--fully-open .expandable-row__content-inner{overflow:visible}.expandable-row__body{color:var(--color-text-primary);border:1px solid var(--color-border);border-top-color:var(--color-bg-info-strong);border-radius:0 0 6px 6px;flex-flow:column;display:flex;box-shadow:0 2px 4px #0000001a}@keyframes expandable-row-highlight-fade{0%,93%{background-color:var(--color-bg-warning)}to{background-color:#0000}}@media (max-width:1023px){.expandable-row .expandable-row__head{padding:0 6px}}
/*# sourceMappingURL=19dbd_2e16447.css.map*/