[data-enlivy-kit-points-profile-picture-decal] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
[data-enlivy-kit-points-profile-picture-decal] > img {
  opacity: 0.7;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}
[data-enlivy-kit-points-profile-picture-decal] > div {
  min-width: 60px;
  min-height: 60px;
}
[data-enlivy-kit-points-profile-picture-decal] > div > img {
  position: absolute;
  z-index: 1;
  border: 0.1vw solid #ffffff;
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  top: -3%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
[data-enlivy-kit-points-profile-picture-decal] > div > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  transform: translate(-50%, -50%);
}
[data-enlivy-kit-points-profile-picture-decal] > div > div[data-enlivy-kit-scope=progress] {
  --angle: calc(var(--percent) * 1deg * 3.6);
  position: absolute;
  width: 66%;
  height: auto;
  aspect-ratio: 1/1;
  top: -3%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: conic-gradient(var(--enlivy-kit-primary-color) 0deg, var(--enlivy-kit-tertiary-background-color) var(--angle), transparent var(--angle));
}
