/* Shared Saudi currency presentation.
   The glyph is U+20C1 (SAUDI RIYAL SIGN); the pinned webfont keeps it
   available on devices whose system fonts predate Unicode 17. */
.sar-price {
    display: inline-flex;
    align-items: baseline;
    gap: .28em;
    direction: ltr;
    unicode-bidi: isolate;
    white-space: nowrap;
}

.sar-price__amount {
    direction: ltr;
    unicode-bidi: isolate;
}

.sar-symbol {
    display: inline-block;
    flex: 0 0 auto;
    font-family: "saudi_riyal", system-ui, sans-serif;
    font-size: .92em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.sar-symbol--bold {
    font-family: "saudi_riyal_bold", "saudi_riyal", system-ui, sans-serif;
    font-weight: 700;
}
