/*
Theme Name: Siirto kasinot
Description: Vaalea teema Siirto-maksutavan ja sen vaihtoehtojen vertailuun.
Author: Nordkap-verkosto
Version: 1.0.0
*/

/* ==========================================================================
   siirto-kasinot-io.io

   Deliberately unlike the sibling sites in the network: those are dark-header,
   single-column article pages with a table-of-contents rail on the right. This
   one is light end to end, splits the hero so the top-ranked casino sits beside
   the H1 above the fold, and runs a sticky ranking rail down the LEFT so the
   list travels with the reader. Nothing here inherits a dark slab.
   ========================================================================== */

:root {
	/* paper + warm neutrals */
	--paper: #f7f8fb;
	--card: #ffffff;
	--cream: #eceffa;
	--cream-2: #f3f5fc;
	--line: #dde2f0;
	--line-2: #c2cade;

	/* ink */
	--ink: #161b33;
	--ink-2: #434a6e;
	--ink-3: #6f769a;

	/* one hot accent, used only for action */
	--act: #f2b705;
	--act-d: #c99400;
	--act-l: #ffd23f;
	--act-tint: #fdf4d8;

	/* trust blue, used only for verification cues */
	--trust: #2b3a8f;
	--trust-tint: #e9ecfa;

	--star: #f0a500;
	--ok: #1c7f4c;
	--ok-tint: #e8f5ed;
	--bad: #b83227;
	--bad-tint: #fbebe9;
	--warn: #8a6209;
	--warn-tint: #fdf4e3;

	--w: 1180px;
	--rail: 268px;
	--r: 4px;
	--r-lg: 6px;

	--sh-1: 0 1px 2px rgba(20, 33, 43, .06);
	--sh-2: 0 4px 14px rgba(20, 33, 43, .08);
	--sh-3: 0 14px 40px rgba(20, 33, 43, .12);

	--ff-display: "Fraunces", Georgia, "Times New Roman", serif;
	--ff: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* --------------------------------------------------------------- base --- */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: var(--ff);
	font-size: 17px;
	line-height: 1.62;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }

a { color: var(--trust); text-decoration: none; }
a:hover, a:focus-visible { text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.015em; }
h1 { font-size: clamp(2rem, 4.4vw, 3rem); }
h2 { font-size: clamp(1.45rem, 2.4vw, 1.9rem); }
h3 { font-size: 1.16rem; font-weight: 700; }
p { margin: 0 0 1.05em; }

strong { font-weight: 700; }

.wrap { width: min(100% - 40px, var(--w)); margin-inline: auto; }

:focus-visible { outline: 3px solid var(--act); outline-offset: 2px; border-radius: 4px; }

.skip {
	position: absolute; left: -9999px;
}
.skip:focus {
	left: 12px; top: 12px; z-index: 200; background: #fff; padding: 10px 16px;
	border-radius: var(--r); box-shadow: var(--sh-2);
}

/* -------------------------------------------------------------- topbar --- */
/* White and thin. Every sibling puts a dark slab here. */

.topbar {
	position: sticky; top: 0; z-index: 80;
	background: rgba(253, 251, 247, .92);
	backdrop-filter: saturate(160%) blur(10px);
	border-bottom: 1px solid var(--line);
}
.admin-bar .topbar { top: 32px; }
@media (max-width: 782px) { .admin-bar .topbar { top: 46px; } }

.topbar .bar {
	display: flex; align-items: center; gap: 16px;
	min-height: 62px;
}

.topbar .brand { display: flex; align-items: center; margin-right: auto; }
.topbar .brand img { height: 28px; width: auto; display: block; }

.topbar .cta {
	background: var(--act); color: #fff;
	padding: 10px 18px; border-radius: 999px;
	font-weight: 800; font-size: .86rem;
	box-shadow: var(--sh-1);
	white-space: nowrap;
}
.topbar .cta:hover, .topbar .cta:focus-visible { background: var(--act-d); text-decoration: none; }

/* Slim reveal bar: appears on scroll with the top offer. Replaces the
   bottom sticky bar the other sites use. */
.offerbar {
	position: fixed; left: 0; right: 0; top: 0; z-index: 90;
	background: var(--ink); color: #fff;
	transform: translateY(-100%);
	transition: transform .22s ease;
	box-shadow: var(--sh-2);
}
.offerbar.on { transform: translateY(0); }
.admin-bar .offerbar { top: 32px; }

.offerbar .in {
	display: flex; align-items: center; gap: 14px;
	min-height: 56px;
}
.offerbar img { height: 22px; width: auto; filter: brightness(0) invert(1); opacity: .95; }
.offerbar .t { font-size: .9rem; font-weight: 600; margin-right: auto; }
.offerbar .t b { font-weight: 800; }
.offerbar .b {
	background: var(--act); color: #fff; font-weight: 800; font-size: .85rem;
	padding: 9px 18px; border-radius: 999px; white-space: nowrap;
}
.offerbar .b:hover { background: var(--act-l); text-decoration: none; }
@media (max-width: 640px) { .offerbar .t span { display: none; } }

/* ---------------------------------------------------------------- hero --- */
/* Split: heading and credibility on the left, the number-one pick on the
   right, both above the fold. */

.hero {
	background: var(--cream);
	border-bottom: 1px solid var(--line);
	padding: 40px 0 44px;
}

.hero .grid {
	display: grid;
	grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
	gap: 44px;
	align-items: start;
}

.eyebrow {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
	color: var(--act-d);
	background: var(--act-tint);
	border-radius: 999px; padding: 6px 13px;
	margin-bottom: 16px;
}

.hero h1 { margin-bottom: 14px; }

.hero .lead {
	font-size: 1.12rem; color: var(--ink-2); margin-bottom: 20px; max-width: 54ch;
}

/* fact strip: four verified numbers, not a bullet list */
.facts {
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px; margin: 0 0 22px;
}
.facts div {
	background: var(--card); border: 1px solid var(--line);
	border-radius: var(--r); padding: 11px 12px;
	/* Grid already makes every card as tall as the tallest. Laying the card out
	   as a column lets the value sit on a shared bottom edge, so a value that
	   needs two lines reads as deliberate instead of leaving the other three
	   with dead space under them. */
	display: flex; flex-direction: column;
}
.facts dt, .facts .k {
	font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
	color: var(--ink-3); margin-bottom: 3px;
}
.facts dd, .facts .v {
	margin: 0; font-size: .95rem; font-weight: 800; color: var(--ink);
	margin-top: auto;            /* share a bottom edge with the other cards */
	line-height: 1.32;
	text-wrap: balance;          /* split at the space, not into an orphan */
	/* No overflow-wrap here on purpose: it lets a long Finnish compound break
	   mid-word ("Pankkisovellukse / ssa"), which looks worse than the wrap it
	   was meant to prevent. These values are short enough not to need it. */
}

.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }

.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-weight: 800; border-radius: 999px; padding: 13px 24px;
	border: 1px solid transparent; cursor: pointer; font-size: .95rem;
	font-family: inherit;
}
.btn-act { background: var(--act); color: #fff; box-shadow: var(--sh-1); }
.btn-act:hover, .btn-act:focus-visible { background: var(--act-d); text-decoration: none; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn-ghost:hover, .btn-ghost:focus-visible { background: var(--card); text-decoration: none; }
.btn-sm { padding: 9px 16px; font-size: .84rem; }

/* byline */
.byline {
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px;
	margin: 0 0 20px; font-size: .84rem; color: var(--ink-2);
}
.byline .bl-item { display: flex; align-items: center; gap: 9px; }
.byline img { width: 30px; height: 30px; border-radius: 50%; display: block; flex: none; }
.byline .bl-txt { display: inline-flex; flex-wrap: wrap; align-items: baseline; gap: 5px; }
.byline b { color: var(--ink); font-weight: 700; }
.byline a { color: var(--trust); }
.byline .bl-date { color: var(--ink-3); }

/* ------------------------------------------------------ hero pick card --- */

.pick {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: var(--r-lg);
	box-shadow: var(--sh-3);
	overflow: hidden;
	position: relative;
}
.pick .tag {
	background: var(--ink); color: #fff;
	font-size: .72rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
	padding: 8px 16px; display: flex; align-items: center; gap: 8px;
}
.pick .tag .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--act-l); }
.pick .bd { padding: 20px; }
.pick .logo {
	height: 40px; width: auto; max-width: 150px; object-fit: contain; display: block;
	margin-bottom: 12px;
}
.pick .nm { font-size: 1.1rem; font-weight: 800; margin: 0 0 6px; }
.pick .offer {
	font-size: 1.5rem; font-weight: 800; line-height: 1.2; margin: 10px 0 4px;
	letter-spacing: -.02em;
}
.pick .sub { font-size: .86rem; color: var(--ink-2); margin-bottom: 14px; }
.pick .btn { width: 100%; }
.pick .micro {
	display: block; text-align: center; font-size: .76rem; color: var(--ink-3); margin-top: 9px;
}
.pick .why {
	display: block; text-align: center; font-size: .8rem; margin-top: 10px;
	padding-top: 12px; border-top: 1px solid var(--line);
}

.rate { display: flex; align-items: center; gap: 7px; font-size: .88rem; }
.rate .n { font-weight: 800; }
.rate .stars { color: var(--star); letter-spacing: 1px; }

/* --------------------------------------------------------------- shell --- */
/* Two columns, ranking rail on the LEFT. */

.shell {
	display: grid;
	grid-template-columns: var(--rail) minmax(0, 1fr);
	gap: 46px;
	align-items: start;
	padding: 40px 0 20px;
}

.rail { position: sticky; top: 86px; min-width: 0; }

.rail .blk {
	background: var(--card); border: 1px solid var(--line);
	border-radius: var(--r-lg); padding: 16px; margin-bottom: 18px;
	box-shadow: var(--sh-1);
}
.rail h2 {
	font-size: .78rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
	color: var(--ink-3); margin: 0 0 12px;
}

/* compact ranked mini-list that travels with the reader */
.mini { list-style: none; margin: 0; padding: 0; }
.mini li { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-top: 1px solid var(--line); }
.mini li:first-child { border-top: 0; }
.mini .r {
	flex: none; width: 21px; height: 21px; border-radius: 6px;
	background: var(--cream); color: var(--ink); font-size: .74rem; font-weight: 800;
	display: grid; place-items: center;
}
.mini li:first-child .r { background: var(--act); color: #fff; }
.mini .nm { flex: 1; min-width: 0; font-size: .85rem; font-weight: 700; }
.mini .nm span { display: block; font-size: .74rem; font-weight: 600; color: var(--ink-3); }
.mini .go {
	flex: none; font-size: .74rem; font-weight: 800; color: var(--act-d);
	border: 1px solid var(--line-2); border-radius: 999px; padding: 5px 10px;
}
.mini .go:hover { background: var(--act); color: #fff; border-color: var(--act); text-decoration: none; }

.railnav { list-style: none; margin: 0; padding: 0; }
.railnav li { margin: 0 0 2px; }
.railnav a {
	display: block; padding: 6px 10px; border-radius: 7px;
	font-size: .85rem; color: var(--ink-2); border-left: 2px solid transparent;
}
.railnav a:hover { background: var(--cream-2); text-decoration: none; }
.railnav a.on { color: var(--ink); font-weight: 700; border-left-color: var(--act); background: var(--cream-2); }

/* --------------------------------------------------------------- prose --- */

.prose { min-width: 0; max-width: 74ch; }
.prose section { margin: 0 0 42px; scroll-margin-top: 92px; }
.prose h2 { margin-top: 0; }
.prose h3 { margin: 1.6em 0 .5em; }
.prose ul, .prose ol { margin: 0 0 1.1em; padding-left: 1.25em; }
.prose li { margin-bottom: .4em; }

.sec-art {
	display: block; width: 100%; height: auto;
	border-radius: var(--r); margin: 0 0 18px;
}

.note {
	background: var(--cream-2); border: 1px solid var(--line);
	border-left: 3px solid var(--act);
	border-radius: var(--r); padding: 13px 16px; font-size: .93rem;
}

.callout {
	background: var(--trust-tint); border: 1px solid #d6dbf5;
	border-radius: var(--r); padding: 15px 17px; margin: 0 0 1.1em;
}
.callout p:last-child { margin-bottom: 0; }

.steps { counter-reset: s; list-style: none; padding: 0; }
.steps li {
	counter-increment: s; position: relative; padding-left: 42px; margin-bottom: 14px;
}
.steps li::before {
	content: counter(s); position: absolute; left: 0; top: 1px;
	width: 28px; height: 28px; border-radius: 50%;
	background: var(--ink); color: #fff;
	font-size: .85rem; font-weight: 800; display: grid; place-items: center;
}

/* tables scroll inside their own box rather than widening the page */
.tw { overflow-x: auto; margin: 0 0 24px; min-width: 0; -webkit-overflow-scrolling: touch; }
.tbl { width: 100%; min-width: 460px; border-collapse: collapse; font-size: .94rem; background: var(--card); }
.tbl caption { caption-side: bottom; padding-top: 9px; font-size: .8rem; color: var(--ink-3); text-align: left; }
.tbl th, .tbl td { padding: 11px 13px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.tbl thead th { background: var(--ink); color: #fff; font-weight: 700; white-space: nowrap; }
.tbl thead th strong { color: inherit; }
.tbl tbody tr:nth-child(even) { background: var(--cream-2); }
.tbl td:nth-child(2) { font-variant-numeric: tabular-nums; }

.yes { color: var(--ok); font-weight: 700; }
.no { color: var(--bad); font-weight: 700; }

.srcs { padding-left: 1.2em; }
.srcs li { margin-bottom: 7px; }
.log { font-size: .9rem; color: var(--ink-2); background: var(--cream-2); border-radius: var(--r); padding: 12px 15px; }

/* ----------------------------------------------------------- toplists --- */
/* Top three render as a card grid; the rest as compact rows. Siblings use
   uniform horizontal rows throughout. */

.tl-grid {
	display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px; margin: 0 0 26px;
}

.gcard {
	background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
	display: flex; flex-direction: column; overflow: hidden; box-shadow: var(--sh-1);
	transition: box-shadow .16s ease, transform .16s ease;
}
.gcard:hover { box-shadow: var(--sh-2); transform: translateY(-2px); }
.gcard.lead { border-color: var(--act); box-shadow: var(--sh-2); }

.gcard .hd {
	display: flex; align-items: center; gap: 8px;
	padding: 9px 14px; font-size: .71rem; font-weight: 800;
	letter-spacing: .08em; text-transform: uppercase;
	background: var(--cream); color: var(--ink-2); border-bottom: 1px solid var(--line);
}
.gcard.lead .hd { background: var(--act); color: #fff; border-bottom-color: var(--act); }

.gcard .bd { padding: 16px; display: flex; flex-direction: column; flex: 1; }
.gcard .logo { height: 34px; width: auto; max-width: 130px; object-fit: contain; margin-bottom: 10px; }
.gcard .nm { font-weight: 800; font-size: 1rem; margin-bottom: 4px; }
.gcard .offer { font-size: 1.22rem; font-weight: 800; line-height: 1.22; margin: 9px 0 3px; letter-spacing: -.015em; }
.gcard .sub { font-size: .82rem; color: var(--ink-2); margin-bottom: 12px; }
.gcard .chips { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 13px; }
.gcard .ft { margin-top: auto; }
.gcard .btn { width: 100%; }
.gcard .micro { display: block; text-align: center; font-size: .74rem; color: var(--ink-3); margin-top: 8px; }

.chip {
	font-size: .73rem; font-weight: 700; padding: 4px 9px; border-radius: 999px;
	background: var(--cream); color: var(--ink-2); border: 1px solid var(--line);
}
.chip.ok { background: var(--ok-tint); color: var(--ok); border-color: #c8e6d5; }
.chip.warn { background: var(--warn-tint); color: var(--warn); border-color: #f0dfb8; }

/* compact rows for ranks 4+ */
.tl-rows { display: grid; gap: 10px; margin: 0 0 26px; }
.rrow {
	display: grid; grid-template-columns: 30px 118px minmax(0, 1fr) auto;
	align-items: center; gap: 14px;
	background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
	padding: 12px 14px;
}
.rrow .r { font-weight: 800; color: var(--ink-3); }
.rrow .logo { height: 28px; width: auto; max-width: 118px; object-fit: contain; }
.rrow .mid { min-width: 0; }
.rrow .offer { font-weight: 800; font-size: .98rem; }
.rrow .sub { font-size: .8rem; color: var(--ink-3); }

@media (max-width: 640px) {
	.rrow { grid-template-columns: 26px 1fr; row-gap: 9px; }
	.rrow .logo { grid-column: 2; }
	.rrow .mid { grid-column: 2; }
	.rrow .btn { grid-column: 2; justify-self: start; }
}

/* details expander */
.more { margin-top: 11px; border-top: 1px solid var(--line); padding-top: 10px; }
.more summary {
	cursor: pointer; font-size: .82rem; font-weight: 700; color: var(--ink-2); list-style: none;
}
.more summary::-webkit-details-marker { display: none; }
.more summary::after { content: " ▾"; }
.more[open] summary::after { content: " ▴"; }
.more dl { margin: 10px 0 0; font-size: .84rem; }
.more dt { font-weight: 700; color: var(--ink-3); }
.more dd { margin: 0 0 8px; }

/* ----------------------------------------------------------------- faq --- */

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
	cursor: pointer; padding: 15px 34px 15px 0; font-weight: 700; position: relative;
	list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
	font-size: 1.3rem; font-weight: 400; color: var(--act);
}
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 0 16px; color: var(--ink-2); }
.faq .a p:last-child { margin-bottom: 0; }

/* -------------------------------------------------------------- footer --- */
/* Light. Every sibling ends on a dark slab. */

.foot {
	background: var(--cream);
	border-top: 1px solid var(--line);
	margin-top: 40px;
	padding: 40px 0 26px;
	font-size: .9rem;
	color: var(--ink-2);
}
.foot .cols {
	display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 32px;
	padding-bottom: 26px; border-bottom: 1px solid var(--line-2);
}
.foot h2 {
	font-size: .76rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
	color: var(--ink); margin: 0 0 12px;
}
.foot ul { list-style: none; margin: 0; padding: 0; }
.foot li { margin-bottom: 7px; }
.foot a { color: var(--ink-2); }
.foot a:hover { color: var(--act-d); }
.foot .logo { height: 26px; margin-bottom: 12px; }

.tg {
	display: inline-flex; align-items: center; gap: 7px;
	border: 1px solid var(--line-2); border-radius: 999px;
	padding: 6px 13px; margin-top: 12px; font-weight: 700; font-size: .84rem;
	color: var(--ink);
}
.tg:hover { border-color: var(--act); color: var(--act-d); text-decoration: none; }

.foot .base {
	display: flex; flex-wrap: wrap; align-items: center; gap: 14px;
	padding-top: 20px; font-size: .82rem; color: var(--ink-3);
}
.foot .badges { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.foot .badges img { width: 40px; height: 40px; object-fit: contain; opacity: .85; }
.foot .resp { flex: 1; min-width: 260px; }

/* --------------------------------------------------------- responsive --- */

@media (max-width: 1080px) {
	:root { --rail: 236px; }
	.shell { gap: 32px; }
	.hero .grid { gap: 30px; }
}

@media (max-width: 940px) {
	.hero .grid { grid-template-columns: minmax(0, 1fr); }
	.pick { max-width: 460px; }
	.shell { grid-template-columns: minmax(0, 1fr); gap: 0; }
	.rail { position: static; margin-bottom: 30px; }
	.rail .railblk-nav { display: none; }
	.prose { max-width: none; }
	.tl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.foot .cols { grid-template-columns: 1fr 1fr; gap: 26px; }
}

@media (max-width: 640px) {
	body { font-size: 16px; }
	.wrap { width: min(100% - 32px, var(--w)); }
	.hero { padding: 26px 0 30px; }
	.facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tl-grid { grid-template-columns: minmax(0, 1fr); }
	.foot .cols { grid-template-columns: 1fr; }
	.hero-btns .btn { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; transition: none !important; }
}

/* --- 18+ age badge ------------------------------------------------------
   Drawn in CSS rather than shipped as artwork: `color: inherit` means it takes
   the surrounding footer's text colour, so it is legible on a dark slab and on
   a light footer without two versions of a PNG. Sized so "18+" clears the ring
   even in the Arial fallback. */
.age-badge {
	inline-size: 34px;
	block-size: 34px;
	border-radius: 50%;
	border: 2px solid currentColor;
	color: inherit;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.01em;
	display: inline-grid;
	place-items: center;
	flex: none;
	opacity: .92;
}

/* --- variant: outline -------------------------------------------------- */
h1, h2, h3 { font-family: var(--ff-display); letter-spacing: -.005em; }
h1 { font-weight: 600; }
h2 { font-weight: 600; }

.eyebrow { border-radius: 3px; background: transparent; border: 1px solid var(--act-d); color: var(--act-d); }

.gcard, .pick, .rrow, .facts div, .rail .blk, .tbl { border-width: 1px; box-shadow: none; }
.gcard:hover { box-shadow: none; transform: none; border-color: var(--ink); }
.gcard.lead { border-width: 2px; }
.gcard .hd { background: transparent; border-bottom: 1px dashed var(--line-2); color: var(--ink-3); }
.gcard.lead .hd { background: transparent; color: var(--act-d); border-bottom-color: var(--act); }
.pick { box-shadow: none; border: 2px solid var(--ink); }
.pick .tag { background: var(--ink); }
.btn { border-radius: 3px; }
.btn-act { color: var(--ink); box-shadow: none; }
.btn-act:hover { background: var(--act-l); }
.chip { border-radius: 3px; }
.mini .go { border-radius: 3px; }
.topbar .cta { border-radius: 3px; color: var(--ink); }
.age-badge { border-radius: 3px; }
.tbl thead th { background: var(--ink); }
.offerbar .b { border-radius: 3px; color: var(--ink); }

/* --- supplied screenshots ---------------------------------------------- */
.shot { margin: 0 0 24px; max-width: 320px; }
.shot.shot-wide { max-width: 100%; }
.shot img {
	display: block; width: 100%; height: auto;
	border: 1px solid var(--line); border-radius: var(--r); background: #fff;
}
.shot figcaption {
	margin-top: 9px; font-size: .82rem; line-height: 1.5; color: var(--ink-3);
	border-left: 2px solid var(--act); padding-left: 10px;
}
@media (max-width: 600px) { .shot { max-width: 100%; } }


/* --- two marks side by side ---------------------------------------------
   Siirto's current wordmark next to the older orange badge that still fronts
   most casino cashiers. A fixed height with object-fit keeps two very
   different aspect ratios visually comparable. */
.shot-2up { max-width: 470px; }
.shot-2up .pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: center; }
.shot-2up .pair img { height: 76px; object-fit: contain; padding: 12px; }
@media (max-width: 480px) { .shot-2up .pair { grid-template-columns: 1fr; } }

/* wpautop turns a newline between the two images into a <br>, which would
   otherwise take a grid cell of its own and push the second mark to row 2. */
.shot-2up .pair br { display: none; }

/* wpautop leaves an empty paragraph after a block-level image or shortcode.
   They render at zero height but keep their bottom margin, which shows up as
   uneven spacing between sections. */
.prose p:empty, .shell p:empty { display: none; }
