/* Use a geometric icon instead of platform-dependent emoji metrics. */
.dzr-profile [title="DZR Premium"] {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0 !important;
  line-height: 1 !important;
}

.dzr-profile [title="DZR Premium"]::before {
  content: "";
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: url('./profile-premium-star.svg?v=2') center / 18px 18px no-repeat;
}
