/* Teknopolis — apuestas silo. Editorial look matched to the site (blue #3f8fd0,
   teal #06495A, orange #ff6b35). Scoped to .tk-silo. No card-grid / no callout box. */
.tk-silo{--blue:#3f8fd0;--teal:#06495A;--orange:#ff6b35;--ink:#222;--line:#e3e8ee;--muted:#5d6b76}
.tk-silo h1{color:var(--teal);font-size:2.05em;line-height:1.22;margin:0 0 14px}
.tk-silo h2{color:var(--teal);font-size:1.5em;margin:38px 0 14px}
.tk-silo h3{color:var(--ink);font-size:1.18em;margin:22px 0 10px}
.tk-silo p{margin:0 0 14px;line-height:1.7}
.tk-silo .lead{font-size:1.07em}
.tk-silo .stamp{font-size:.82em;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:24px}
.tk-silo .stamp b{color:var(--teal)}
.tk-silo .age{display:inline-block;background:var(--teal);color:#fff;border-radius:3px;padding:1px 7px;font-weight:700;font-size:.9em}

/* comparison table — native, teal header row, real logos, no badges/checkmarks */
.tk-silo .cmp-wrap{overflow-x:auto;margin:22px 0}
.tk-silo .cmp{width:100%;border-collapse:collapse;min-width:600px;font-size:.95em}
.tk-silo .cmp thead th{background:var(--teal);color:#fff;text-align:left;padding:11px 12px;font-weight:600}
.tk-silo .cmp td{padding:13px 12px;border-bottom:1px solid var(--line);vertical-align:middle}
.tk-silo .cmp img{height:28px;width:auto;display:block}
.tk-silo .cmp .op{font-weight:600;color:var(--teal)}

/* operator entries — editorial rows separated by a hairline, NOT rounded shadow cards */
.tk-silo .op-entry{display:flex;gap:18px;align-items:flex-start;padding:24px 0;border-bottom:1px solid var(--line)}
.tk-silo .op-entry .logo{flex:0 0 96px;padding-top:5px}
.tk-silo .op-entry .logo img{max-width:92px;max-height:38px;width:auto;height:auto}
.tk-silo .op-entry .body{flex:1;min-width:0}
.tk-silo .op-entry h3{margin:0 0 2px}
.tk-silo .op-entry .lic{font-size:.82em;color:var(--muted);margin:0 0 10px}
@media(max-width:600px){.tk-silo .op-entry{flex-direction:column;gap:10px}}

/* pros/cons — two plain inline lists, no colored boxes */
.tk-silo .pc{display:flex;flex-wrap:wrap;gap:6px 40px;margin:6px 0 14px;font-size:.93em}
.tk-silo .pc ul{margin:0;padding:0;list-style:none}
.tk-silo .pc .pro li::before{content:"+ ";color:#1a9e54;font-weight:700}
.tk-silo .pc .con li::before{content:"\2013 ";color:#c0463b;font-weight:700}

/* CTA — matches the site's native orange button */
.tk-silo .cta{display:inline-block;background:var(--orange);color:#fff!important;text-decoration:none;font-weight:600;padding:9px 24px;border-radius:4px;transition:background .15s}
.tk-silo .cta:hover{background:#e85c2a;color:#fff!important}
.tk-silo a.cta.mini{padding:6px 15px;font-size:.85em}

/* payment line — plain text, no chips/badges */
.tk-silo .pays{color:var(--ink);font-size:.95em}

/* criteria — plain editorial subsections (no bordered grid) */
.tk-silo .crit h3{display:flex;align-items:baseline;gap:8px}
.tk-silo .crit h3 .num{color:var(--orange);font-weight:700}

/* FAQ — accordion only (allowed); not paired with a card grid */
.tk-silo details{border-bottom:1px solid var(--line);padding:13px 0}
.tk-silo summary{cursor:pointer;font-weight:600;color:var(--teal);list-style:none}
.tk-silo summary::-webkit-details-marker{display:none}
.tk-silo summary::after{content:"+";float:right;color:var(--muted)}
.tk-silo details[open] summary::after{content:"\2013"}
.tk-silo details .ans{padding-top:10px}

/* responsible-gambling — YMYL fine-print disclaimer, not a tinted callout box */
.tk-silo .rg{margin:34px 0 0;padding-top:16px;border-top:2px solid var(--teal);font-size:.86em;color:var(--muted);line-height:1.65}
.tk-silo .rg a{color:var(--blue)}

/* related links — simple list */
.tk-silo .more{margin:26px 0}
.tk-silo .more ul{margin:6px 0 0;padding-left:20px}
.tk-silo .more li{margin:5px 0}
