/* PR152.5 — Approval routing surfaces.
   Most styling is inline (matches the rest of the portal). This file
   covers the few cross-cutting tokens and accessibility helpers. */

[data-pr152-5-queue],
[data-pr152-5-settings],
[data-pr152-5-detail] {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #0f172a;
}

[data-pr152-5-row]:hover { background: #f8fafc; }
[data-pr152-5-row]:focus-within { outline: 2px solid #0ea5e9; outline-offset: -2px; }

[data-pr152-5-settings] table input,
[data-pr152-5-settings] table select { background: #fff; }

[data-pr152-5-settings] button:focus-visible,
[data-pr152-5-detail] button:focus-visible {
  outline: 3px solid #0ea5e9;
  outline-offset: 2px;
}

[data-pr152-5-detail] pre {
  max-height: 280px;
  overflow: auto;
}
