#sol-comp,#sol-comp *{box-sizing:border-box!important;margin:0;padding:0;direction:ltr;float:none;font-family:'Sora',system-ui,-apple-system,sans-serif}
#sol-comp *::before,#sol-comp *::after{content:none!important}
#sol-comp{--navy:#2E2B4A;--teal:#2EA7AE;--teall:#5DCDD3;--orange:#F0A958;--ink:#2E2B4A;--muted:#6B6880;--bg:#ECECEC;--card:#FFFFFF;--line:#E6E9F0;
  color:var(--ink);line-height:1.5;background:var(--bg);border-radius:18px;overflow:hidden;-webkit-font-smoothing:antialiased;max-width:100%}
#sol-comp button{font-family:inherit;cursor:pointer;border:0;background:none}
#sol-comp a{text-decoration:none}
#sol-comp .sol-wrap{max-width:1100px;margin:0 auto;padding:0 20px}

#sol-comp .sol-hero{background:linear-gradient(160deg,#2E2B4A 0%,#3a3660 55%,#2EA7AE 165%);color:#fff;padding:46px 0 36px}
#sol-comp .sol-eyebrow{font-size:13px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teall);margin-bottom:12px}
#sol-comp .sol-hero h1{font-size:clamp(27px,5vw,46px);font-weight:800;line-height:1.06;letter-spacing:-.02em;color:#fff;max-width:18ch}
#sol-comp .sol-hero p{margin-top:14px;font-size:clamp(15px,2vw,17px);color:#D7D5E6;max-width:58ch;font-weight:400}

#sol-comp .sol-body{padding:32px 0 0}
#sol-comp h2.sol-st{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 6px}
#sol-comp .sol-stsub{font-size:14px;color:var(--muted);margin:0 0 16px}

/* comparison table */
#sol-comp .sol-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:16px;background:var(--card)}
#sol-comp table.sol-t{border-collapse:collapse;width:100%;min-width:640px}
#sol-comp table.sol-t th,#sol-comp table.sol-t td{text-align:left;padding:14px 16px;border-bottom:1px solid var(--line);vertical-align:middle}
#sol-comp table.sol-t thead th{background:var(--navy);color:#fff;font-size:12.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;border-bottom:0}
#sol-comp table.sol-t tbody tr:last-child td{border-bottom:0}
#sol-comp table.sol-t tbody tr:hover{background:#F3F8F9}
#sol-comp .sol-lname{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:var(--navy)}
#sol-comp .sol-dot{width:12px;height:12px;border-radius:50%;flex:0 0 12px}
#sol-comp .sol-sub{font-size:12px;font-weight:500;color:var(--muted);margin-top:2px}
#sol-comp .sol-prob{font-size:14px;font-weight:700;color:var(--ink);white-space:nowrap}
#sol-comp .sol-price{font-size:15px;font-weight:800;color:var(--teal);white-space:nowrap}
#sol-comp .sol-go{display:inline-block;background:var(--orange);color:var(--navy);font-weight:700;font-size:13px;padding:9px 16px;border-radius:9px;white-space:nowrap;transition:.16s}
#sol-comp .sol-go:hover{filter:brightness(1.06);transform:translateY(-1px)}

/* bolão section */
#sol-comp .sol-bcards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}
@media(max-width:720px){#sol-comp .sol-bcards{grid-template-columns:1fr}}
#sol-comp .sol-bc{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:20px;border-top:4px solid var(--teal)}
#sol-comp .sol-bc-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}
#sol-comp .sol-bc-head .sol-bn{font-size:16px;font-weight:700;color:var(--navy)}
#sol-comp .sol-chance{display:flex;align-items:baseline;gap:8px;background:linear-gradient(135deg,#EAF6F7,#F7FBFC);border-radius:12px;padding:14px 16px;margin-bottom:14px}
#sol-comp .sol-chance .sol-x{font-size:30px;font-weight:800;color:var(--teal);line-height:1}
#sol-comp .sol-chance .sol-xl{font-size:13px;font-weight:600;color:var(--navy)}
#sol-comp .sol-binfo{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:16px}
#sol-comp .sol-bi{font-size:13px;color:var(--muted)}
#sol-comp .sol-bi b{display:block;font-size:17px;font-weight:800;color:var(--navy);margin-top:1px}
#sol-comp .sol-bcta{display:block;text-align:center;background:var(--navy);color:#fff;font-weight:700;font-size:14.5px;padding:12px;border-radius:11px;transition:.16s}
#sol-comp .sol-bcta:hover{background:#3a3660}

#sol-comp .sol-divnote{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.5}
#sol-comp .sol-divnote b{color:var(--ink)}

#sol-comp .sol-note{font-size:12px;color:var(--muted);margin-top:26px;padding-bottom:34px;line-height:1.6}
#sol-comp .sol-note b{color:var(--ink)}
#sol-comp .sol-foot{background:var(--navy);color:#cfcde0;font-size:12.5px;padding:20px;text-align:center}

/* discrete label (substitui o hero, pra uso dentro de artigo) */
#sol-comp .sol-label{background:var(--navy);padding:12px 0}
#sol-comp .sol-label .sol-wrap{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
#sol-comp .sol-tag{background:var(--teall);color:var(--navy);font-size:12px;font-weight:800;letter-spacing:.02em;padding:5px 12px;border-radius:20px;white-space:nowrap}
#sol-comp .sol-labeltxt{color:#EAFBFB;font-size:13.5px;font-weight:600;letter-spacing:.01em}
/* reforço Sora: vence fonte do tema/Elementor */
#sol-comp,#sol-comp *{font-family:"Sora",system-ui,-apple-system,sans-serif!important}
/* --- adições: link secundário de bolão e preço "apenas bolões" --- */
#sol-comp .sol-blink{display:block;text-align:center;margin-top:9px;font-size:13px;font-weight:700;color:#2EA7AE;text-decoration:none;}
#sol-comp .sol-blink:hover{text-decoration:underline;}
#sol-comp .sol-price--only{font-size:12.5px;font-weight:600;color:#6B6880;line-height:1.4;display:inline-block;}

/* nota logo após a tabela de aposta individual */
#sol-comp .sol-note--table{margin-top:14px;padding-top:14px;border-top:1px solid #E7E6EF;}
