/* v584: Orphan Relative Visa 837 page-specific contrast fixes.
   Scoped to .th-orphan837 so shared visa-page styling remains unchanged. */

/* Sponsor requirements appear in a white card, so override the shared dark-panel
   mini-grid colours that otherwise make the text disappear. */
.th-orphan837 .th-p835-feature-panel:not(.th-p835-feature-panel--dark) .th-p835-mini-grid > div {
  border-color:#e3e8ef;
  background:#f8fafc;
}
.th-orphan837 .th-p835-feature-panel:not(.th-p835-feature-panel--dark) .th-p835-mini-grid strong {
  color:#10213d !important;
}
.th-orphan837 .th-p835-feature-panel:not(.th-p835-feature-panel--dark) .th-p835-mini-grid span {
  color:#4f5e73 !important;
}

/* Dark information cards must keep all copy readable. */
.th-orphan837 .th-p835-feature-panel--dark h2,
.th-orphan837 .th-p835-feature-panel--dark h3,
.th-orphan837 .th-p835-feature-panel--dark p,
.th-orphan837 .th-p835-feature-panel--dark .th-pv-checklist li {
  color:#fff !important;
}
.th-orphan837 .th-p835-feature-panel--dark .th-pv-checklist li::before {
  color:#ef2f33 !important;
}
.th-orphan837 .th-p835-feature-panel--dark .th-pv-eyebrow {
  color:#ffd5d7 !important;
}
.th-orphan837 .th-p835-feature-panel--dark .th-p835-example strong {
  color:#fff !important;
}
.th-orphan837 .th-p835-feature-panel--dark .th-p835-example span {
  color:#dbe5f3 !important;
}

/* Other established navy sections used on this page. */
.th-orphan837 .th-p835-condition-card p,
.th-orphan837 .th-p835-queue-card p {
  color:#e7eef7 !important;
}
.th-orphan837 .th-p835-form-section .th-pv-form-copy h2,
.th-orphan837 .th-p835-form-section .th-pv-form-copy .th-pv-eyebrow {
  color:#fff !important;
}
.th-orphan837 .th-p835-form-section .th-pv-form-copy > p {
  color:#e7eef7 !important;
}

/* v585: correct light-surface text inside the dark parent-circumstances card.
   The card itself stays dark with white copy, but the eyebrow pill and example
   callout have light backgrounds and therefore need dark/red text. */
.th-orphan837 .th-p835-feature-panel--dark .th-pv-eyebrow {
  color:#c91f2a !important;
}
.th-orphan837 .th-p835-feature-panel--dark .th-p835-example {
  color:#5d3540 !important;
}
.th-orphan837 .th-p835-feature-panel--dark .th-p835-example strong {
  color:#c91f2a !important;
}
.th-orphan837 .th-p835-feature-panel--dark .th-p835-example span {
  color:#5d3540 !important;
}

/* v586: the Processing Reality card is a white card, so its paragraph must use
   the standard dark body colour rather than the light copy used on navy cards. */
.th-orphan837 .th-p835-queue-card p {
  color:#4f5e73 !important;
}
