@media only screen and (max-width: 799px){.ub-hide-on-mobile{display:none}}@media only screen and (min-width: 800px)and (max-width: 1023px){.ub-hide-on-tablet{display:none}}@media only screen and (min-width: 1024px){.ub-hide-on-desktop{display:none}}:root{
--ink:#16202B;
--panel:#0F1720;
--orange:#F2900D;
--gold:#FFB43D;
--cream:#FAF6EF;
--card:#FFFFFF;
--line:#E7E0D4;
--muted:#6B7280;
--tag-red:#D64541;
--shadow:0 1px 3px rgba(22,32,43,.08),0 6px 16px rgba(22,32,43,.10),0 16px 40px rgba(22,32,43,.06);
--radius:14px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
font-family:"Inter",system-ui,-apple-system,sans-serif;
background:var(--cream);
color:var(--ink);
line-height:1.5;
-webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{max-width:1180px;margin:0 auto;padding:0 20px} .strip{background:var(--panel);color:#B9C2CC;font-size:12.5px}
.strip .wrap{display:flex;align-items:center;justify-content:space-between;height:34px}
.strip .meta{display:flex;gap:14px;align-items:center}
.strip .meta b{color:#fff;font-weight:600}
.strip .socials{display:flex;gap:16px}
.strip a:hover{color:var(--gold)} .topnav{position:sticky;top:0;z-index:50}
header.site{background:var(--ink)}
.bar{display:flex;align-items:center;gap:18px;min-height:104px}
.logo{display:flex;align-items:center;gap:16px;flex-shrink:0;min-width:0}
.logo-img{height:86px;width:auto;display:block;flex-shrink:0}
.logo-tag{color:var(--orange);font-family:"Archivo";font-weight:900;font-size:23px;
line-height:1.25;letter-spacing:-.3px;text-transform:uppercase;text-align:center;
flex:1;min-width:0} .catbar{background:var(--panel);border-bottom:3px solid var(--orange)}
.catbar .wrap{display:flex;align-items:stretch;flex-wrap:wrap}
.catbar .item{position:relative}
.catbar .item > a{display:flex;align-items:center;gap:6px;height:46px;padding:0 15px;
color:#E7ECF1;font-weight:700;font-size:12.5px;letter-spacing:.4px;
text-transform:uppercase;white-space:nowrap}
.catbar .item > a:hover,.catbar .item:focus-within > a{background:rgba(255,255,255,.06);color:#fff}
.catbar .item.has > a::after{content:"▾";font-size:9px;color:var(--orange);margin-left:1px} .dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:0 0 12px 12px;
box-shadow:0 22px 44px rgba(0,0,0,.20);border-top:3px solid var(--orange);
padding:14px;min-width:210px;opacity:0;visibility:hidden;transform:translateY(6px);
transition:opacity .16s ease,transform .16s ease,visibility .16s;z-index:60}
.catbar .item:hover .dropdown,.catbar .item:focus-within .dropdown{
opacity:1;visibility:visible;transform:none}
.dropdown a{display:block;padding:7px 11px;border-radius:7px;color:#37506B;
font-weight:600;font-size:12.5px;white-space:nowrap}
.dropdown a:hover{background:var(--cream);color:var(--orange)}
.dropdown.mega{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:1px 6px}
.h-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}
.icon-btn{width:40px;height:40px;border-radius:9px;border:none;cursor:pointer;
background:rgba(255,255,255,.08);color:#fff;font-size:17px;display:grid;place-items:center}
.icon-btn:hover{background:rgba(255,255,255,.16)}
.tg{background:var(--orange);color:#111;font-weight:700;font-size:13px;
padding:0 16px;height:40px;border-radius:9px;display:inline-flex;
align-items:center;gap:7px;cursor:pointer}
.tg:hover{background:var(--gold)}
.burger{display:none} .tag{
display:inline-flex;align-items:center;gap:6px;
font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;
color:#fff;background:var(--ink);
padding:4px 10px 4px 8px;border-radius:4px;position:relative;
}
.tag::before{content:"";width:6px;height:6px;border-radius:50%;
background:var(--cream);box-shadow:inset 0 0 0 2px var(--ink)}
.tag.offerte{background:var(--orange);color:#161616}
.tag.offerte::before{box-shadow:inset 0 0 0 2px var(--orange)}
.tag.concorsi{background:var(--tag-red)}
.tag.concorsi::before{box-shadow:inset 0 0 0 2px var(--tag-red)}
.tag.guide{background:#2E7D6B}
.tag.guide::before{box-shadow:inset 0 0 0 2px #2E7D6B}
.tag.cashback{background:#5B4B8A}
.tag.cashback::before{box-shadow:inset 0 0 0 2px #5B4B8A}
.tag.news{background:#37506B}
.tag.news::before{box-shadow:inset 0 0 0 2px #37506B} main{padding:28px 0 60px}
.card{background:var(--card);border-radius:var(--radius);overflow:hidden;
box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease;
border:1px solid var(--line)}
.card:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(22,32,43,.12)}
.thumb{position:relative;aspect-ratio:16/9;overflow:hidden;
background:linear-gradient(135deg,#233145,#16202B)}
.thumb .ph{position:absolute;inset:0;display:grid;place-items:center;text-align:center;
padding:10px;color:rgba(255,255,255,.16);font-family:"Archivo";font-weight:900;
font-size:15px;letter-spacing:3px}
.thumb .tag{position:absolute;left:12px;top:12px;z-index:2}
.card .body{padding:16px 18px 18px}
.card h3{font-family:"Archivo";font-weight:800;letter-spacing:-.3px;line-height:1.15}
.meta-line{display:flex;align-items:center;gap:8px;color:var(--muted);
font-size:12.5px;margin-top:10px}
.meta-line .who{color:var(--ink);font-weight:600}
.excerpt{color:#4A5560;font-size:14.5px;margin-top:8px}
.hero{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;margin-bottom:44px;align-items:start} .feature{position:relative;display:flex;flex-direction:column;background:var(--card);
border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.feature .thumb{aspect-ratio:16/10;background-image:linear-gradient(135deg,#3a2f10,#1c1405)}
.feature .body{padding:20px 24px 22px}
.feature h3{font-size:26px;margin:2px 0 8px}
.car-nav{position:absolute;top:12px;right:12px;z-index:3;display:flex;gap:6px}
.car-nav button{width:34px;height:34px;border-radius:8px;border:none;cursor:pointer;
background:rgba(15,23,32,.55);color:#fff;font-size:17px;line-height:1;
display:grid;place-items:center;backdrop-filter:blur(4px)}
.car-nav button:hover{background:var(--orange);color:#161616}
.dots{position:absolute;left:0;right:0;bottom:12px;z-index:3;display:flex;gap:7px;justify-content:center}
.dots button{height:9px;width:9px;border-radius:50%;border:none;cursor:pointer;
background:rgba(255,255,255,.45);padding:0;transition:width .2s,background .2s}
.dots button[aria-current="true"]{background:var(--orange);width:24px;border-radius:5px} .stack{display:flex;flex-direction:column;gap:14px}
.mini{display:grid;grid-template-columns:130px 1fr;background:var(--card);
border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);
transition:transform .18s ease,box-shadow .18s ease;cursor:pointer;
text-align:left;font:inherit;color:inherit;padding:0}
.mini:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(22,32,43,.12)}
.mini .thumb{aspect-ratio:1/1}
.mini .body{padding:11px 14px;display:flex;flex-direction:column;justify-content:center}
.mini h3{font-size:14.5px;line-height:1.2;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.mini .excerpt{font-size:12.5px;margin-top:5px;
display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden} .tg-banner{display:flex;align-items:center;gap:24px;margin:0 0 28px;
background:linear-gradient(115deg,#29B6F6 0%,#1E96D2 55%,#1580BD 100%);
border-radius:16px;padding:24px 32px;color:#fff;
box-shadow:0 14px 34px rgba(29,140,200,.30);position:relative;overflow:hidden}
.tg-banner::after{content:"";position:absolute;right:-40px;top:-60px;width:220px;height:220px;
background:radial-gradient(circle,rgba(255,255,255,.16),transparent 70%);pointer-events:none}
.tg-banner .tg-illus{width:84px;height:84px;flex-shrink:0;filter:drop-shadow(0 6px 14px rgba(0,0,0,.22))}
.tg-banner .tg-illus svg{width:100%;height:100%;display:block}
.tg-banner .tg-txt{flex:1;min-width:0}
.tg-banner h3{font-family:"Archivo";font-weight:900;font-size:23px;letter-spacing:-.3px}
.tg-banner p{font-size:15px;color:rgba(255,255,255,.92);margin-top:3px}
.tg-banner .tg-btn{flex-shrink:0;background:var(--orange);color:#161616;font-weight:800;
font-size:15.5px;padding:14px 32px;border-radius:11px;white-space:nowrap;
box-shadow:0 6px 18px rgba(0,0,0,.18);transition:background .16s ease}
.tg-banner .tg-btn:hover{background:var(--gold)}
@media(max-width:760px){
.tg-banner{flex-wrap:wrap;align-items:center;text-align:left;gap:10px 12px;
padding:14px 16px;width:100%;box-sizing:border-box}
.tg-banner .tg-illus{width:42px;height:42px}
.tg-banner .tg-txt{flex:1;min-width:0}
.tg-banner h3{font-size:13.5px;line-height:1.25}
.tg-banner p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
overflow:hidden;font-size:10.5px;line-height:1.35;margin-top:3px}
.tg-banner .tg-btn{flex-basis:100%;width:100%;box-sizing:border-box;
text-align:center;padding:10px;font-size:12.5px}
} .section{margin-bottom:40px}
.sec-head{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.sec-head h2{font-family:"Archivo";font-weight:900;font-size:15px;
letter-spacing:1.5px;text-transform:uppercase;color:var(--ink);white-space:nowrap}
.sec-head .rule{height:3px;background:var(--line);flex:1;border-radius:2px;position:relative}
.sec-head .rule::before{content:"";position:absolute;left:0;top:0;height:100%;
width:64px;background:var(--orange);border-radius:2px}
.sec-head .more{font-size:12.5px;font-weight:700;color:var(--orange);white-space:nowrap}
.sec-head .more:hover{color:var(--ink)}
.layout{display:grid;grid-template-columns:1fr 320px;gap:34px;align-items:start}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.grid3 h3{font-size:16px;margin-top:2px} .news-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px;align-items:stretch}
.news-feat{display:flex;flex-direction:column}
.news-feat .thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#233145,#16202B)}
.news-feat .body{padding:16px 22px 18px}
.news-feat h3{font-size:21px;margin:4px 0 8px}
.news-list{display:flex;flex-direction:column;gap:13px}
.news-item{display:grid;grid-template-columns:104px 1fr;gap:13px;align-items:center;flex:1}
.news-item .thumb{aspect-ratio:4/3;border-radius:10px;
background:linear-gradient(135deg,#233145,#16202B)}
.news-item h3{font-family:"Archivo";font-weight:800;font-size:14.5px;line-height:1.25;
letter-spacing:-.2px}
.news-item .meta-line{margin-top:6px} .guide-item{display:grid;grid-template-columns:66px 1fr;gap:12px;align-items:center;
padding:11px 0;border-top:1px solid var(--line)}
.guide-item:first-of-type{border-top:none;padding-top:2px}
.guide-item .g-thumb{aspect-ratio:1/1;border-radius:10px;overflow:hidden;position:relative;
background:linear-gradient(135deg,#233145,#16202B);display:grid;place-items:center;
color:rgba(255,255,255,.2);font-family:"Archivo";font-weight:900;font-size:9px;letter-spacing:1px}
.guide-item h5{font-family:"Archivo";font-weight:700;font-size:13px;line-height:1.3;letter-spacing:-.1px}
.guide-item .k{font-size:11px;color:var(--muted);margin-top:3px} aside{position:sticky;top:92px;display:flex;flex-direction:column;gap:24px}
.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
padding:18px;box-shadow:var(--shadow)}
.panel > h4{font-family:"Archivo";font-weight:900;font-size:13px;letter-spacing:1.4px;
text-transform:uppercase;margin-bottom:14px;display:flex;align-items:center;gap:9px}
.panel > h4::before{content:"";width:20px;height:3px;background:var(--orange);border-radius:2px}
.pop{display:flex;gap:12px;padding:11px 0;border-top:1px solid var(--line);align-items:center}
.pop:first-of-type{border-top:none;padding-top:2px}
.pop .num{font-family:"Archivo";font-weight:900;font-size:22px;color:var(--orange);
width:26px;flex-shrink:0;line-height:1}
.pop h5{font-size:13.5px;font-weight:600;line-height:1.3}
.pop .k{font-size:11px;color:var(--muted);margin-top:3px} .soc-grid{display:flex;flex-direction:column;gap:10px}
.soc{display:flex;align-items:center;gap:13px;padding:11px 15px;min-height:64px;
border-radius:13px;color:#fff;text-align:left;
transition:transform .16s ease,box-shadow .16s ease}
.soc:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(22,32,43,.18)}
.soc .soc-ico{width:42px;height:42px;border-radius:11px;flex-shrink:0;overflow:hidden;
background:rgba(255,255,255,.16);display:grid;place-items:center}
.soc .soc-ico svg{width:24px;height:24px;display:block}
.soc .soc-ico.logo{background:none}
.soc .soc-ico img{width:100%;height:100%;object-fit:cover;display:block}
.soc .soc-txt{display:flex;flex-direction:column;gap:1px;min-width:0}
.soc b{font-size:15px;font-weight:700;letter-spacing:.2px}
.soc .soc-n{font-size:12px;font-weight:600;opacity:.95}
.soc.tg{background:linear-gradient(120deg,#2AABEE,#1E93CF)}
.soc.wa{background:linear-gradient(120deg,#3ED372,#1EB552)}
.soc.ig{background:linear-gradient(120deg,#F58529,#DD2A7B 55%,#8134AF 88%,#515BD4)}
.soc.tk{background:#111214}
.soc.fb{background:linear-gradient(120deg,#1877F2,#0C5DC7)}
.adslot{border:1px dashed #C9BFAD;border-radius:12px;height:250px;display:grid;
place-items:center;color:#B0A58F;font-size:12px;font-weight:600;letter-spacing:1px;
background:repeating-linear-gradient(45deg,#F4EFE5,#F4EFE5 10px,#F0EADD 10px,#F0EADD 20px)} footer{background:var(--ink);color:#9AA6B2;margin-top:20px;padding:40px 0 30px;font-size:13px}
footer .cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:36px;margin-bottom:28px}
footer h4{color:#fff;font-family:"Archivo";font-weight:800;font-size:14px;
letter-spacing:.5px;margin-bottom:12px}
footer a{display:block;padding:4px 0}
footer a:hover{color:var(--gold)}
footer .disc{font-size:12px;line-height:1.6;color:#78838F}
footer .foot-disc{font-style:italic;font-size:12px;line-height:1.7;color:#7A8591;
margin:8px 0 22px}
footer .bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;
display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12px} @media(max-width:980px){
.catbar{display:none}
.burger{display:grid}
.bar{gap:10px;min-height:100px}
.logo{margin:0 auto}
.logo-tag{display:none}
.logo-img{height:76px}
.h-actions{margin-left:0}
.h-actions .tg{display:none}
}
@media(max-width:920px){
.layout{grid-template-columns:1fr}
aside{position:static;flex-direction:column}
.grid3{grid-template-columns:repeat(2,1fr)}
.soc.tg{display:none}
} .hero-mobile{display:none}
@media(max-width:760px){
.strip .socials{display:none}
.tg span{display:none}.tg{padding:0;width:40px;justify-content:center}
.hero{display:none}
.hero-mobile{display:block;margin-bottom:28px}
.grid3,.grid2{grid-template-columns:1fr}
.news-grid{grid-template-columns:1fr}
footer .cols{grid-template-columns:1fr;gap:22px}
.strip .meta{gap:10px;font-size:11.5px}
} .drawer{position:fixed;inset:0 0 0 auto;width:min(82vw,340px);background:var(--ink);
z-index:100;transform:translateX(100%);transition:transform .25s ease;
padding:74px 22px 22px;overflow-y:auto;box-shadow:-10px 0 40px rgba(0,0,0,.4)}
.drawer.open{transform:translateX(0)}
.drawer a{color:#E7ECF1;font-weight:600;font-size:16px;display:block;
padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.drawer a:hover{color:var(--gold)}
.scrim{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:90;opacity:0;
pointer-events:none;transition:opacity .25s}
.scrim.open{opacity:1;pointer-events:auto}
.drawer .x{position:absolute;top:18px;right:18px;background:none;border:none;
color:#fff;font-size:26px;cursor:pointer}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
:focus-visible{outline:3px solid var(--gold);outline-offset:2px;border-radius:4px} .thumb,.g-thumb{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.thumb .ph{opacity:.16} .thumb-link{position:absolute;inset:0;z-index:1}
.feature .body h3 a,.mini h3,.news-item h3 a,.card h3 a{color:inherit}
.mini,.news-item,.card,.guide-item,.pop{color:inherit} .screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}
.alignleft{float:left;margin:0 20px 12px 0}.alignright{float:right;margin:0 0 12px 20px}
.aligncenter{display:block;margin:0 auto 16px}
.wp-caption{max-width:100%}.wp-caption-text{font-size:12.5px;color:var(--muted);text-align:center;margin-top:6px} .content-wrap{padding-top:24px;padding-bottom:54px}
.crumbs{font-size:12.5px;color:var(--muted);display:flex;gap:8px;align-items:center;margin:0 0 14px;flex-wrap:nowrap;overflow:hidden}
.crumbs a,.crumbs > span:not(.crumb-current){flex-shrink:0;white-space:nowrap}
.crumb-current{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.crumbs a:hover{color:var(--orange)}
.article-main{max-width:760px}
.article-main h1{font-family:"Archivo";font-weight:900;letter-spacing:-.6px;line-height:1.12;font-size:34px;margin:12px 0 16px}
.byline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13.5px;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:22px}
.byline .who{color:var(--ink);font-weight:600}
.post-hero{border-radius:var(--radius);overflow:hidden;margin:0 0 24px}
.post-hero img{width:100%;height:auto;display:block}
.article-body{font-size:17px;line-height:1.75;color:#2C3742;overflow-wrap:break-word;word-break:break-word}
.article-body p{margin:0 0 20px}
.article-body h2{font-family:"Archivo";font-weight:800;font-size:24px;letter-spacing:-.3px;margin:32px 0 14px}
.article-body h3{font-family:"Archivo";font-weight:800;font-size:19px;margin:26px 0 10px}
.article-body a{color:#1580BD;text-decoration:underline}
.article-body img{max-width:100%;height:auto;border-radius:10px}
.article-body ul,.article-body ol{margin:0 0 20px 22px}
.article-body li{margin:6px 0}
.article-body blockquote{border-left:4px solid var(--orange);margin:0 0 20px;padding:6px 0 6px 18px;color:#4A5560;font-style:italic}
.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0;padding-top:20px;border-top:1px solid var(--line)}
.post-tags a{font-size:12.5px;background:#fff;border:1px solid var(--line);padding:6px 12px;border-radius:20px;color:#4A5560;font-weight:500}
.post-tags a:hover{border-color:var(--orange);color:var(--orange)}
.author-card{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;margin:24px 0}
.author-card .av{width:54px;height:54px;border-radius:50%;flex-shrink:0;overflow:hidden;
background:radial-gradient(circle at 40% 35%,var(--gold),var(--orange));display:block}
.author-card .av .av-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%}
.author-card h4{font-family:"Archivo";font-weight:800;font-size:16px;margin-bottom:4px}
.author-card p{font-size:14px;color:var(--muted);line-height:1.6}
.related{margin-top:40px}
.page-title{font-family:"Archivo";font-weight:900;font-size:28px;margin:6px 0 24px;letter-spacing:-.4px}
.page-title span{color:var(--orange)}
#comments{margin-top:34px;padding-top:26px;border-top:1px solid var(--line)}
#comments .comment-list{list-style:none;margin:0;padding:0}
#comments li{margin:14px 0;font-size:14.5px}
#comments h3{font-family:"Archivo";font-weight:800;font-size:18px;margin-bottom:14px}
.pagination{display:flex;gap:8px;flex-wrap:wrap;margin:34px 0 0}
.pagination .page-numbers{padding:8px 14px;border:1px solid var(--line);border-radius:9px;background:#fff;font-weight:600;font-size:14px;color:var(--ink)}
.pagination .current{background:var(--orange);border-color:var(--orange);color:#161616}
.adzone-wp{margin:24px 0;text-align:center}
@media(max-width:760px){.article-main h1{font-size:26px}.article-body{font-size:16px}}  body.home main.wrap{padding-top:30px} .last-item{display:grid;grid-template-columns:66px 1fr;gap:12px;align-items:center;padding:11px 0;border-top:1px solid var(--line)}
.last-item:first-of-type{border-top:none;padding-top:2px}
.last-item .lt-thumb{aspect-ratio:1/1;border-radius:50%;overflow:hidden;flex-shrink:0;
background:linear-gradient(135deg,#233145,#16202B);background-size:cover;background-position:center}
.last-item h5{font-family:"Archivo";font-weight:700;font-size:13.5px;line-height:1.3;letter-spacing:-.1px}
.last-item .d{display:block;font-size:12px;color:var(--muted);margin-top:4px} .related{margin-bottom:44px} #respond,.comment-respond{margin-top:8px;max-width:100%}
#respond h3,.comment-reply-title{font-family:"Archivo";font-weight:800;font-size:20px;margin-bottom:16px}
.comment-form{max-width:640px}
.comment-form p{margin:0 0 18px}
.comment-form label{display:block;font-weight:600;font-size:13.5px;margin-bottom:7px}
.logged-in-as,.comment-notes{color:var(--muted);font-size:13.5px;line-height:1.6;margin-bottom:18px}
#comment,.comment-form textarea,
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url]{
width:100%;max-width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;
padding:12px 14px;font:inherit;background:#fff;color:var(--ink);display:block}
#comment{min-height:140px;resize:vertical}
.comment-form-cookies-consent{display:flex;gap:8px;align-items:flex-start}
.comment-form-cookies-consent input{width:auto;margin-top:3px}
.form-submit{margin-top:6px}
.comment-form .submit,#submit{background:var(--ink);color:#fff;border:none;border-radius:10px;
padding:13px 30px;font-weight:700;font-size:15px;cursor:pointer;width:auto}
.comment-form .submit:hover,#submit:hover{background:var(--orange);color:#161616}  html,body{overflow-x:hidden;max-width:100%} @media(max-width:760px){
.grid3{display:flex;flex-direction:column;gap:16px}
.grid3 .card:first-child .thumb{aspect-ratio:16/9}
.grid3 .card:not(:first-child){display:grid;grid-template-columns:112px 1fr;align-items:center;gap:0}
.grid3 .card:not(:first-child) .thumb{aspect-ratio:1/1}
.grid3 .card:not(:first-child) .thumb .tag{display:none}
.grid3 .card:not(:first-child) .body{padding:6px 14px}
.grid3 .card:not(:first-child) h3{font-size:14.5px;line-height:1.28;
display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
} img,svg{max-width:100%;height:auto}
.layout,.article-main,.content-wrap,.hero-mobile,.tg-banner{max-width:100%;box-sizing:border-box}
h1,h2,h3{overflow-wrap:break-word;word-break:break-word} .news-feat,.news-item,.news-grid,.hero-mobile .news-grid,
.last-item,.guide-item,.author-card,
.tg-banner,.socials,.adslot,.adzone-wp{
box-shadow:var(--shadow)}
.feature,.mini,.card,.panel,.pop:hover{box-shadow:var(--shadow)}
.card:hover,.mini:hover,.feature:hover{
box-shadow:0 2px 6px rgba(22,32,43,.10),0 12px 32px rgba(22,32,43,.14),0 24px 56px rgba(22,32,43,.08)}