.link-tag-grid {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 0.625rem;
  padding: 1.25rem;
  border-radius: 3rem;
}

.link-tag {
  display: flex;
  width: fit-content;
  border-radius: 2rem;
  padding: 0.5rem;
}

.link-tag-symbol {
  height: 2.5rem;
}

.link-tag-text{
  color: #fff;
  font-weight: bold !important;
  font-size: 1.4rem;
  align-content: center;
  margin: 0 0.4375rem;
}


body.light-mode .link-tag{
  background: #fff !important;
}
body.light-mode .link-tag-text{
  color: #6e4f6f !important;
}


@media (max-width: 56.25rem) {
  .link-tag-grid{
    width: 100% !important;
  }
}

@media (max-width: 48rem) {
  .link-item-copy {
    width: 15% !important;
  }
  .link-item-row a {
    width: 85% !important;
  }
  .stat_container {
    padding: 0;
  }
  body.light-mode .stat_container .link-tag-grid{
    background: #424242 !important;
  }
  .link-tag-grid {
    border-radius: 0;
    background: #1a1a1a;
  }
  .link-tag{
    background: #2f2f2f !important;
  }

}



