/* ============================================================
   ClaimWell — LTR (English) Overrides
   Loaded only on the English version
   ============================================================ */

/* ---------- Font overrides ---------- */
:root {
  --f-display: 'Fraunces', serif;
  --f-body: 'DM Sans', sans-serif;
}

/* ---------- LTR-specific fixes ---------- */

/* FAQ chevron position */
.faq__chevron {
  margin-right: 0;
  margin-left: 0;
  margin-inline-start: 16px;
}

/* Step connector alignment */
.how__connector {
  padding-right: 0;
  padding-left: 26px;
}

/* Compare check icon */
.compare__check {
  margin-left: 0;
  margin-right: 4px;
}

/* Mobile comparison card labels */
@media (max-width: 768px) {
  .compare__table td:nth-child(2)::before {
    content: "On Your Own: ";
  }

  .compare__table td:nth-child(3)::before {
    content: "Agent: ";
  }

  td.compare__highlight::before {
    content: "ClaimWell: ";
  }
}
