/* ============================================================
   Platform page (/platform/) — overrides for the po* sections.
   Loaded after the design-system CSS so it can fine-tune it.
   ============================================================ */

/* "How TrojAI Works" diagram (po3):
   The right-hand panel mirrors the left tab column — tabs hug the left
   frame line (padding-right toward centre), panel hugs the right frame
   line (padding-left toward centre, padding-right:0). That left the white
   card flush against the diagram's right frame line on desktop. Give it a
   matching right inset so the card has equal breathing room on both sides.
   Scoped to the 3-column desktop layout; the <=991px stacked layout already
   resets panel padding to symmetric, so leave it untouched. */
@media (min-width: 992px) {
  .po3_panel { padding-right: var(--_spacing---space--6); }
}
