/* OverTheLast, tools-extra.css
 *
 * Small additions for the full-cover multiples calculators (Lucky 15, Yankee,
 * Patent). Linked only from those three pages via the `extraCss` front-matter
 * hook in base.njk. Everything else on those pages reuses existing classes from
 * style.css (.tool, .row, .checkrow, .tool-result, .stat, .prose-table).
 *
 * TEMPORARY HOME: fold this block into style.css at the next design pass and
 * delete this file plus the three `extraCss` references.
 */

/* One selection = an odds input beside its result dropdown. A hairline rule
   separates each selection so four of them do not read as one long form. */
.fc-sel { margin-top: 14px; padding-top: 10px; border-top: 1px solid var(--line); }
.fc-sel:first-child { margin-top: 4px; padding-top: 0; border-top: 0; }
.fc-sel label { margin-top: 8px; }

/* The per-bet-type breakdown table is wider than a narrow phone. Let it scroll
   inside its own box rather than pushing the whole page sideways. */
.fc-breakdown { margin-top: 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.fc-breakdown table { margin-bottom: 0; }
.fc-breakdown caption { text-align: left; color: var(--muted); font-size: .85rem; padding-bottom: 6px; }

/* The optional-extras block is deliberately set apart: these terms are offered
   by some bookmakers only, and the styling should not imply they are standard. */
.fc-extras { margin-top: 20px; padding-top: 14px; border-top: 1px solid var(--line); }
.fc-extras > p { margin: 0 0 4px; color: var(--muted); font-size: .85rem; }
