/* components/cp-body-rtl.css — RTL overrides for .rp-cp-body (AR-only). */

/* Callout accent bar moves to the right (start side in RTL). */
.rp-cp-body .rp-callout--highlight {
  border-left: 1px solid #E4EBFE !important;
  border-right: 3px solid #114EF7 !important;
}
