@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.title-tag-widget {
  display: flex;
}
.title-tag-widget .title-tag-box {
  padding: 2px 10px;
  border-radius: 3px;
  background: #A389EE;
  width: fit-content;
  text-align: center;
}
.title-tag-widget span {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}