    .owner-outlets { margin:12px 0 0; padding:0; list-style:none; }
    .owner-outlets li { display:grid; grid-template-columns:minmax(0,1fr) auto;
      align-items:center; gap:12px; padding:10px 0; border-top:2px solid var(--border-soft); }
    .owner-outlet-name { min-width:0; overflow-wrap:anywhere; }
    .owner-outlets .bucket { min-width:96px; min-height:44px; }
    .owner-source { display:inline-flex; min-height:44px; align-items:center; margin-top:22px;
      color:var(--ink); font-family:var(--font-mono); font-size:11px; font-weight:700;
      text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:3px; }
    .owner-source:focus-visible, .owner-related:focus-visible {
      outline:3px solid var(--pumpkin); outline-offset:3px; }
    .owner-related { text-decoration:underline; text-decoration-thickness:2px;
      text-underline-offset:3px; }
    @media (hover:hover) {
      .owner-source:hover, .owner-related:hover { background:var(--mustard); }
    }
