/* ============================================================
   components/askai-compare-rtl.css — RTL overrides for .rp-askai-compare.
   AR-only (enqueued after askai-compare.css when rp_is_arabic()).
   Cowork: flip the comparison-table label column + prompt-card send-icon
   alignment for RTL, and mirror the gradient angle if needed.

   2026-06-29 P1 pass (askai-pass-report.md) — RTL mirrors of the LTR
   chat-box + comparison-table fixes. The LTR rules already use logical
   `gap`/`column-gap` + `align-items:center` (direction-agnostic), so
   the only thing the RTL side needs is to (a) keep the gradient angle
   flipped (pre-existing) and (b) flip text alignment in the comparison
   table from flex-start (= right in RTL) by way of leaving the LTR
   `justify-content: flex-start` in place — RTL flex naturally pins to
   the right edge under [dir=rtl]. Send-icon image-flip already handled
   by Webflow's pre-existing `.card-text-label-footer-img-rtl` rule.
   ============================================================ */

.rp-askai-compare .hero_double_section_revert-with-bg {
  background: linear-gradient(225deg, #1a0b2e 0%, #2d1b4e 45%, #3a1f63 100%);
}
