/* NBRB outline optically adjusted to the height and weight of ENROAD price digits. */
span.byn-symbol[role="img"] {
  display: inline-block;
  position: relative;
  width: .605em;
  height: .74em;
  margin-left: .045em;
  vertical-align: -.005em;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  font: inherit;
  color: inherit;
  line-height: 1;
}
span.byn-symbol[role="img"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  -webkit-mask: url("byn-sign-price.svg?v=20260830-3") center / contain no-repeat;
  mask: url("byn-sign-price.svg?v=20260830-3") center / contain no-repeat;
}
