.tag-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;

  .tag-text {
    color: inherit;
    font-weight: 700;
    font-size: 0.6rem;
    margin: 0;
  }

  .tag-icon {
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
      fill: currentColor;
    }
  }
}
