/*
 * Shared Saudi riyal mark.
 *
 * Keep the artwork in one authoritative asset and inherit the surrounding
 * text colour so the mark works in totals, cards, tables, and dark surfaces.
 */
:where(.alfares-saudi-riyal-symbol, .opr2-saudi-riyal-symbol) {
  display: inline-block;
  inline-size: .82em;
  block-size: 1em;
  flex: 0 0 auto;
  vertical-align: -.12em;
  background-color: currentColor;
  -webkit-mask: url("../../Dashboards/SectionDashboards/Shared/assets/saudi-riyal-symbol.svg") center / contain no-repeat;
  mask: url("../../Dashboards/SectionDashboards/Shared/assets/saudi-riyal-symbol.svg") center / contain no-repeat;
}

/*
 * The surrounding amount component owns layout and visibility. Keeping this
 * layer glyph-only prevents the global currency asset from overriding compact
 * invoice, voucher, payment, or POS layouts.
 */
