.tag {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 0.8rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  line-height: 1.6rem;
  font-weight: bold;
  width: max-content;
  white-space: nowrap;
  background: var(--vt-color-lightblue);
  color: var(--vt-color-darkblue);
  text-transform: uppercase;

  .media {
    display: flex;
    align-items: center;
  }

  svg {
    max-height: 1.6rem;
    max-width: 1.6rem;
    height: 100%;
    width: 100%;
  }
}
