.__pt-mpe {
  margin: 0 0 5px 0;
  padding: 0 5px;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  a:not([href]):not([tabindex]).__pt-info-link {
    cursor: pointer;
    color: #19A0FB;
    &:hover {
      text-decoration: underline;
      color: #1A2C4E;
    }
  }
}

.__pt-logo {
  display: inline-block;
  width: 90px;
  position: relative;
  bottom: -4px;
}

.__pt-zero {
  background-color: rgb(0,151,265, 0.15);
}

.__pt-zero_badge::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 640 640\"><path d=\"M433.2 103.1L581.4 253.4C609.1 281.5 609.1 326.5 581.4 354.6L425 512.9C415.7 522.3 400.5 522.4 391.1 513.1C381.7 503.8 381.6 488.6 390.9 479.2L547.3 320.8C556.5 311.5 556.5 296.4 547.3 287.1L399 136.9C389.7 127.5 389.8 112.3 399.2 103C408.6 93.7 423.8 93.8 433.1 103.2zM64.1 293.5L64.1 160C64.1 124.7 92.8 96 128.1 96L261.6 96C278.6 96 294.9 102.7 306.9 114.7L450.9 258.7C475.9 283.7 475.9 324.2 450.9 349.2L317.4 482.7C292.4 507.7 251.9 507.7 226.9 482.7L82.9 338.7C70.9 326.7 64.2 310.4 64.2 293.4zM208.1 208C208.1 190.3 193.8 176 176.1 176C158.4 176 144.1 190.3 144.1 208C144.1 225.7 158.4 240 176.1 240C193.8 240 208.1 225.7 208.1 208z\"/></svg>");
  content: "";
  width: 1em;
  height: 1em;
  left: .25em;
  background-size: contain;
  background-repeat: no-repeat;
}

.__pt-zero_badge {
  display: inline-flex;
  height: 1.5em;
  padding: .125em .5em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .25em;
  border-radius: .5em;
  font-family: inherit;
  font-style: normal;
  font-size: 1em;
  margin-right: .25em;
  vertical-align: -0.12em;
}
