.BlocksListItem{display:flex;width:100%;text-decoration:none;padding:7px 12px;margin-bottom:8px;line-height:24px;color:var(--chakra-colors-gray-100);font-family:var(--chakra-fonts-mono);font-size:12pt;border-radius:10px;border:1px solid var(--chakra-colors-gray-750);background-color:rgba(var(--chakra-colors-gray-800-rgb),.5);transition:all .1s}@media(hover:hover)and (pointer:fine){.BlocksListItem:hover{background-color:var(--chakra-colors-gray-750);text-decoration:none;cursor:pointer}}.BlocksListItem:active{transform:translateY(1px);box-shadow:inset 0 0 9999px 0 rgba(0,0,0,.25)}.BlocksListItem:last-child{margin-bottom:0}.BlocksListItem__Column--Credits,.BlocksListItem__Column--Number{font-size:.75rem;font-weight:700}.BlocksListItem__IdentifierContainer{display:flex;align-items:center;min-width:50px}.BlocksListItem__Avatar{height:24px;width:24px;flex-shrink:0;margin-right:12px}.BlocksListItem--Timestamp,.BlocksListItem__Column--Timestamp{font-family:var(--chakra-fonts-mono);white-space:nowrap;color:#fff}.BlocksListItem,.BlocksListItem--Timestamp,.BlocksListItem--Timestamp .DateBlock__Date,.BlocksListItem__Column--Timestamp,.BlocksListItem__Column--Timestamp .DateBlock__Date{font-size:.75rem}.BlocksListItem .Identifier__CopyButton{opacity:0;pointer-events:none;transition:opacity .15s}.BlocksListItem:focus-within .Identifier__CopyButton,.BlocksListItem:hover .Identifier__CopyButton{opacity:1;pointer-events:auto}.BlocksListItem__Content{display:grid;grid-gap:16px;gap:16px;width:100%}@container (min-width: 90em){.BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,15rem) 4.75rem 6rem}}.BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,8rem) 4.75rem 6rem}@container (max-width: 56em){.BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,8rem) 4.75rem 6rem}}@container (max-width: 46.5em){.BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) 4.75rem 6rem}}@container (max-width: 37.5em){.BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) 4.75rem 6rem}}@container (max-width: 30em){.BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) 6rem}}@container (max-width: 24.5em){.BlocksListItem__Content{grid-template-columns:minmax(0,1fr) 4.75rem 6rem}}@container (max-width: 23em){.BlocksListItem__Content{grid-template-columns:minmax(0,1fr) 6rem}}.BlocksListItem__Content{align-items:center}.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{display:grid;grid-gap:16px;gap:16px;width:100%}@container (min-width: 90em){.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,15rem) 4.75rem 9rem}}.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,8rem) 4.75rem 9rem}@container (max-width: 56em){.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,8rem) 4.75rem 9rem}}@container (max-width: 46.5em){.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) 4.75rem 9rem}}@container (max-width: 37.5em){.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) 4.75rem 9rem}}@container (max-width: 30em){.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{grid-template-columns:5.3rem minmax(0,1fr) 9rem}}@container (max-width: 24.5em){.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{grid-template-columns:minmax(0,1fr) 4.75rem 9rem}}@container (max-width: 23em){.BlocksListItem--TimestampAbsolute .BlocksListItem__Content{grid-template-columns:minmax(0,1fr) 9rem}}.BlocksListItem__LinkContainer{max-width:100%;flex:1 1;min-width:0}.BlocksListItem__Column{display:flex;align-items:center;justify-content:center;text-align:center}.BlocksListItem__Column--Hash,.BlocksListItem__Column--Height,.BlocksListItem__Column--Validator{justify-content:flex-start;text-align:left}.BlocksListItem__Column:last-child{white-space:nowrap}.BlocksListItem__Column--Fees{width:5rem}.BlocksListItem__Column--Fees,.BlocksListItem__Column--Txs{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@container (max-width: 46.5em){.BlocksListItem__Column--Fees{display:none}}@container (max-width: 37.5em){.BlocksListItem__Column--Validator{display:none}}@container (max-width: 30em){.BlocksListItem__Column--Txs{display:none}}@container (max-width: 24.5em){.BlocksListItem__Column--Txs{display:flex}.BlocksListItem__Column--Height{display:none}}@container (max-width: 23em){.BlocksListItem__Column--Txs{display:none}}.BlocksListItem__Column:last-child{text-align:right;justify-content:flex-end}.BlocksListItem__Column--Fees{overflow:visible}.BlocksListItem__Column--Validator .Identifier__SymbolsContainer{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:.8rem;max-height:1.6rem;overflow:hidden;text-overflow:ellipsis;white-space:normal!important}@container (max-width: 56em){.BlocksListItem__Column--Validator .Identifier__SymbolsContainer{-webkit-line-clamp:1;max-height:.8rem}}.BlocksList__Pagination{margin-top:2rem!important}.BlocksList__ScrollZone{width:-moz-fit-content;width:fit-content;min-width:100%}@media screen and (max-width:48em){.BlocksList__Pagination{margin-top:1.5rem!important}}@media screen and (max-width:30em){.BlocksList__Pagination{margin-top:1rem!important}}.BlocksList{container-type:inline-size}.BlocksList__ColumnTitles{padding:7px 12px;border-radius:10px;background-color:var(--chakra-colors-gray-800);margin-bottom:8px;font-family:var(--chakra-fonts-heading);font-weight:700;font-size:12px;text-transform:uppercase;color:var(--chakra-colors-white)}.BlocksList__ColumnTitles--Light{background:transparent!important;font-weight:500!important;color:#fff!important;text-transform:none!important}.BlocksList__ColumnTitles{display:grid;grid-gap:16px;gap:16px;width:100%}@container (min-width: 90em){.BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,15rem) 4.75rem 6rem}}.BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,8rem) 4.75rem 6rem}@container (max-width: 56em){.BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,8rem) 4.75rem 6rem}}@container (max-width: 46.5em){.BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) 4.75rem 6rem}}@container (max-width: 37.5em){.BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) 4.75rem 6rem}}@container (max-width: 30em){.BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) 6rem}}@container (max-width: 24.5em){.BlocksList__ColumnTitles{grid-template-columns:minmax(0,1fr) 4.75rem 6rem}}@container (max-width: 23em){.BlocksList__ColumnTitles{grid-template-columns:minmax(0,1fr) 6rem}}.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{display:grid;grid-gap:16px;gap:16px;width:100%}@container (min-width: 90em){.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,15rem) 4.75rem 9rem}}.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,8rem) 4.75rem 9rem}@container (max-width: 56em){.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) minmax(5rem,8rem) 4.75rem 9rem}}@container (max-width: 46.5em){.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) minmax(0,1fr) 4.75rem 9rem}}@container (max-width: 37.5em){.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) 4.75rem 9rem}}@container (max-width: 30em){.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{grid-template-columns:5.3rem minmax(0,1fr) 9rem}}@container (max-width: 24.5em){.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{grid-template-columns:minmax(0,1fr) 4.75rem 9rem}}@container (max-width: 23em){.BlocksList--TimestampAbsolute .BlocksList__ColumnTitles{grid-template-columns:minmax(0,1fr) 9rem}}.BlocksList__ColumnTitle{display:flex;align-items:center;justify-content:center;text-align:center}.BlocksList__ColumnTitle--Hash,.BlocksList__ColumnTitle--Height,.BlocksList__ColumnTitle--Validator{justify-content:flex-start;text-align:left}.BlocksList__ColumnTitle:last-child{justify-content:flex-end;white-space:nowrap}.BlocksList__ColumnTitle--Fees{width:5rem}.BlocksList__ColumnTitle--Fees,.BlocksList__ColumnTitle--Txs{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@container (max-width: 46.5em){.BlocksList__ColumnTitle--Fees{display:none}}@container (max-width: 37.5em){.BlocksList__ColumnTitle--Validator{display:none}}@container (max-width: 30em){.BlocksList__ColumnTitle--Txs{display:none}}@container (max-width: 24.5em){.BlocksList__ColumnTitle--Txs{display:flex}.BlocksList__ColumnTitle--Height{display:none}}@container (max-width: 23em){.BlocksList__ColumnTitle--Txs{display:none}}.BlocksList__ColumnTitle{word-break:normal;white-space:normal;overflow-wrap:break-word}.BlocksList__ColumnTitle--Hash{white-space:nowrap}.BlocksList__ColumnTitle:last-child{text-align:right}