/* beindie tool — revenue-calculator */
/* Shareable-state bar under the tool head (CONTRACT-v4 §4.F.3).
   The button is a plain .copy from site.css; the JS keeps its data-copy
   attribute pointed at the current URL, hash and all. */
.tool-share{border-bottom:1px solid var(--line);background:var(--paper-2)}
.tool-share .wrap{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding-block:14px}
.tool-share .hint{margin:0;max-width:74ch}
@media (max-width:560px){.tool-share .hint{display:none}}
