/* ============================================================
   FinToolbox — Position Size Calculator
   Layout/cards come from /css/styles.css (.card .fld .bk .aff …).
   Only the coin-link grid + embed tweaks live here.
   ============================================================ */

/* Coin-link grid styling lives in /css/styles.css (.coin-links). */

/* When embedded on a coin page, the tool sits inside #calculator-wrapper —
   keep the two cards side by side but allow them to stack on narrow screens. */
#calculator-wrapper .row { flex-wrap: wrap; }
