:root {
  --base-text-color: white;
  --color-pale-lame: #c4f484;
  --color-crisp-white: #e4edec;
  --color-cinder: #15191a;
  --color-violet: #9748fe;
  --color-blue: #261698;
  --color-electric: #0051e9;
}


.block-07--list {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.block-07--list canvas {
  margin: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
.block-07--list-item {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  background-size: 100% 100%;
}
.block-07--list-item.network {
  width: max-content;
  padding: 12px 25px;
  column-gap: 8px;
  border-radius: 200px;
  background-color: var(--base-text-color);
}
.block-07--list-item.network::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #eee;
}
.block-07--list-item.network span {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  color: var(--color-cinder) !important;
}