/* components/relo-pain-rtl.css — RTL overrides for .rp-relo-pain (AR-only). TODO Cowork. */

/* Relocation: center the pain intro sub-label ("One missed document...") to match the
   centered heading above it. Figma 17717:20863. */
.rp-relo-pain .double-slide-landing-page-left-sub-label {
  text-align: center !important;
  max-width: 760px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Pain title/subtitle sized to the standard RP Pain Points (3-up): 32px / 16px. */
.rp-relo-pain > h2 { font-size: 32px; line-height: 40px; }
.rp-relo-pain .double-slide-landing-page-left-sub-label { font-size: 16px; line-height: 24px; }

/* Pain card text to the standard spec (matches .rp-intro__text). */
.rp-relo-pain .intname { font-size: 16px; line-height: 24px; font-weight: 400; color: #2A2A2A; }
