.link-tag-grid {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  gap: 0.625rem;
  padding: 0 0.75rem;
  border-radius: 3rem;
}
.link-tag {
  display: flex;
  width: fit-content;
  border-radius: 2rem;
  padding: 1.2rem 0.6rem;
}
.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;
  }
  body.light-mode .stat_container .link-tag-grid{
    background: #424242 !important;
  }
}



