/* Light-theme accessibility repair. Dark-theme rules remain untouched. */
[data-theme="light"] .sales-history-card,
[data-theme="light"] .order-history-row,
[data-theme="light"] .order-unit-list article,
[data-theme="light"] .order-shipping-total,
[data-theme="light"] .order-parcel > summary {
  background:#fff;
  border-color:#c8d3e0;
  color:#172235;
}
[data-theme="light"] .order-history-row p,
[data-theme="light"] .order-history-row small,
[data-theme="light"] .order-unit-list span,
[data-theme="light"] .order-shipping-total p,
[data-theme="light"] .order-shipping-total small,
[data-theme="light"] .order-card [data-tracking-message] {
  color:#4b5f78;
}
[data-theme="light"] .order-history-photos .order-history-more { color:#173b6f; }

/* These workflow panels intentionally remain dark: give every descriptive line a readable foreground. */
[data-theme="light"] .collective-route,
[data-theme="light"] .collective-route > .fulfillment-queue-head,
[data-theme="light"] .collective-route > .fulfillment-queue-head h3,
[data-theme="light"] .collective-route > .fulfillment-queue-head h4,
[data-theme="light"] .collective-route > .fulfillment-queue-head p,
[data-theme="light"] .collective-route .fulfillment-empty {
  color:#edf4ff;
}
[data-theme="light"] .collective-route > .fulfillment-queue-head p { color:#c7d7ea; }

[data-theme="light"] .shipping-page-head p,
[data-theme="light"] .shipping-empty { color:#465972; }
[data-theme="light"] .shipping-empty {
  background:#fff;
  border-color:#98a9bf;
}
