/* ACBP v2.8.39 — central RTL-safe numeric presentation system. */
.acbp-change-seq{
    display:inline-flex!important;
    direction:ltr!important;
    flex-direction:row-reverse!important;
    align-items:baseline!important;
    justify-content:center!important;
    gap:3px!important;
    white-space:nowrap!important;
    unicode-bidi:isolate!important;
    font-variant-numeric:tabular-nums!important;
}
.acbp-change-seq>span{
    display:inline-block!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
}
.acbp-change-seq.is-up{color:#168043!important}
.acbp-change-seq.is-down{color:#d62828!important}
.acbp-change-seq.is-flat{color:#071a45!important}
.acbp-change-number{direction:ltr!important}
.acbp-change-pair{
    display:inline-flex!important;
    direction:rtl!important;
    align-items:baseline!important;
    justify-content:center!important;
    gap:6px!important;
    white-space:nowrap!important;
}
.acbp-change-pair-percent{display:inline-flex!important;direction:ltr!important;align-items:baseline!important;gap:2px!important;unicode-bidi:isolate!important}
.acbp-visible-numeric-date{
    display:inline-block!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
    font-variant-numeric:tabular-nums!important;
    white-space:nowrap!important;
}
/* Existing wrappers inherit their own font size; the sequence itself never shrinks or grows independently. */
.acbp-home-change-amount .acbp-change-seq,
.acbp-home-change-percent .acbp-change-seq,
.acbp-currency-featured-change .acbp-change-seq,
.acbp-currency-opportunity-metric .acbp-change-seq,
.acbp-compact-change .acbp-change-seq,
.acbp-history-change .acbp-change-seq,
.is-change>strong .acbp-change-seq,
.is-change>small .acbp-change-seq{
    font-size:inherit!important;
    line-height:inherit!important;
}
