.arz-irt-price {
    display: inline-flex;
    direction: rtl;
    align-items: center;
    gap: .2em;
    white-space: nowrap;
    vertical-align: baseline;
}
.arz-irt-price > .arz-irt-symbol {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex: 0 0 1em;
    background-color: currentColor;
    -webkit-mask: url('../icons/irt-symbol-compact.svg?v=c1204bf8eb63') center / contain no-repeat;
    mask: url('../icons/irt-symbol-compact.svg?v=c1204bf8eb63') center / contain no-repeat;
}
