.mark {
  border-radius: 12px;
  background: linear-gradient(145deg, #246cf5, #6546df);
  color: #fff;
  box-shadow: 0 8px 20px #315fd13d;
  font-weight: 400;
}

.mark svg {
  width: 31px;
  height: 31px;
  overflow: visible;
}

.mark circle,
.mark path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mark .spark {
  stroke-width: 2.5;
}
