.premiumSite .premiumMark {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  background:
    linear-gradient(155deg, #ffffff45 0 17%, transparent 35%),
    linear-gradient(145deg, #70c5eb 0%, #3193c1 42%, #17648f 72%, #0d456b 100%);
  box-shadow: none;
  filter: drop-shadow(0 5px 7px rgb(4 30 48 / 38%));
  color: #fff;
  text-shadow: 0 1px 2px #08345180;
}

.premiumSite .premiumMark::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 3px;
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  border: 1px solid #b9e7fa85;
  background: linear-gradient(145deg, transparent 48%, #073d6040);
}

.premiumSite .premiumMark::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5px;
  right: 20%;
  left: 20%;
  height: 1px;
  background: #e5f8ff99;
  box-shadow: 0 1px 3px #fff7;
}
