/* The banner spoonternet injects at the top of every proxied page. Linked
   with an absolute https://spoonternet.bisks.net/proxy-bar.css URL (the
   proxied document's <base> points at the target origin, so a relative href
   here would 404 against someone else's site) — see src/index.ts HeadHandler. */
#spoonternet-bar {
  all: initial;
  display: flex !important;
  align-items: center;
  gap: 0.9rem;
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #f5f5f0 !important;
  background: #202122 !important;
  padding: 0.5rem 0.9rem !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 2147483647 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
}
#spoonternet-bar a {
  color: #f5f5f0 !important;
  text-decoration: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
}
#spoonternet-bar a:hover { text-decoration: underline !important; }
#spoonternet-bar-brand { font-weight: 700 !important; white-space: nowrap !important; }
#spoonternet-bar-target { flex: 1 !important; opacity: 0.85 !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; }
#spoonternet-bar-target a { opacity: 1 !important; text-decoration: underline !important; }
#spoonternet-bar-actions { white-space: nowrap !important; }
