@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Unbounded:wght@600;700&display=swap');
@import url("theme-tokens.a2d97f93ad10.css?v=1");
:root{--bg:#080b0f;--surface:#10151b;--surface2:#151c24;--line:#26303a;--text:#f5f3ed;--muted:#9ba5b0;--accent:#e7a23b;--accent2:#ffca72;--blue:#7aa9ff;--max:1240px;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,Arial,sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input{font:inherit}.shell{width:min(var(--max),calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:30;background:rgba(8,11,15,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.07)}.topbar__in{height:76px;display:flex;align-items:center;gap:32px}.logo{font-family:Unbounded,sans-serif;font-size:21px;letter-spacing:-1px}.logo b{color:var(--accent)}.nav{display:flex;gap:25px;font-size:14px;font-weight:700}.nav a:hover,.nav a.active{color:var(--accent2)}.actions{margin-left:auto;display:flex;gap:10px}.icon-btn,.profile-btn,.menu-btn{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;height:42px;padding:0 14px;cursor:pointer}.icon-btn{width:42px;padding:0}.menu-btn{display:none}.ad{min-height:92px;margin:24px auto;display:flex;align-items:center;justify-content:center;border:1px dashed #44505d;background:linear-gradient(110deg,#10151b,#141a20);color:#7f8994;font-size:12px;letter-spacing:1.5px;text-transform:uppercase}.ad.hidden{display:none}.section{padding:42px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.eyebrow{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:1.6px;text-transform:uppercase}.section h2,.hero h1,.game-hero h1,.article h1{margin:5px 0 0;font-family:Unbounded,sans-serif;line-height:1.12;letter-spacing:-1.2px}.section h2{font-size:clamp(25px,3vw,38px)}.link{color:var(--accent2);font-weight:700;font-size:14px}.hero-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:18px}.feature{position:relative;min-height:480px;border-radius:var(--radius);overflow:hidden;background:#111}.feature img{width:100%;height:100%;object-fit:cover;position:absolute}.feature:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,7,9,.96),rgba(5,7,9,.06) 72%)}.feature__content{position:absolute;z-index:2;left:30px;right:30px;bottom:30px}.feature h1{font-size:clamp(29px,4vw,54px);max-width:850px}.meta{display:flex;flex-wrap:wrap;gap:11px;color:var(--muted);font-size:13px;margin-top:12px}.tag{display:inline-flex;background:rgba(231,162,59,.14);color:var(--accent2);border:1px solid rgba(231,162,59,.3);padding:5px 9px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase}.side-stack{display:grid;gap:18px}.mini-feature{position:relative;min-height:231px;border-radius:var(--radius);overflow:hidden}.mini-feature img{position:absolute;width:100%;height:100%;object-fit:cover}.mini-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,7,9,.95),rgba(5,7,9,.05))}.mini-feature__content{position:absolute;z-index:2;bottom:20px;left:20px;right:20px}.mini-feature h3{font-size:20px;line-height:1.25;margin:8px 0 0}.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.game-card{height:240px;border-radius:16px;overflow:hidden;position:relative;background:#151a20}.game-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.82)}.game-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,5,8,.95),transparent 70%)}.game-card span{position:absolute;z-index:2;bottom:17px;left:17px;font-weight:800}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s transform,.2s border}.card:hover{transform:translateY(-3px);border-color:#465462}.card img{width:100%;height:205px;object-fit:cover}.card__body{padding:18px}.card h3{font-size:19px;line-height:1.32;margin:8px 0}.card p{color:var(--muted);font-size:14px}.guide-row{display:grid;grid-template-columns:1.35fr 1fr;gap:18px}.guide-list{display:grid;gap:12px}.guide-item{display:grid;grid-template-columns:150px 1fr;gap:17px;padding:12px;background:var(--surface);border:1px solid var(--line);border-radius:15px}.guide-item img{height:110px;width:150px;object-fit:cover;border-radius:10px}.guide-item h3{margin:5px 0;font-size:17px}.stats{display:flex;gap:13px;color:var(--muted);font-size:12px}.footer{border-top:1px solid var(--line);padding:36px 0;color:var(--muted);margin-top:45px}.footer__in{display:flex;justify-content:space-between;gap:20px}.game-hero{position:relative;min-height:430px;display:flex;align-items:end;background-size:cover;background-position:center;border-bottom:1px solid var(--line)}.game-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,7,10,.97),rgba(5,7,10,.35)),linear-gradient(0deg,var(--bg),transparent 35%)}.game-hero__in{position:relative;z-index:2;padding-bottom:48px}.game-hero h1{font-size:clamp(40px,7vw,78px)}.game-hero p{max-width:630px;color:#c3c9d0}.subnav{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}.subnav a{padding:9px 13px;border-radius:10px;border:1px solid rgba(255,255,255,.16);font-size:13px;font-weight:700}.subnav a.active{background:var(--accent);color:#16100a;border-color:var(--accent)}.topic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.topic{padding:17px;background:var(--surface);border:1px solid var(--line);border-radius:13px;font-weight:700}.topic small{display:block;color:var(--muted);font-weight:400;margin-top:3px}.tools{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tool{padding:25px;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(135deg,#141b23,#0e1319)}.tool strong{font-family:Unbounded;font-size:21px}.article-wrap{display:grid;grid-template-columns:minmax(0,800px) 270px;gap:54px;align-items:start}.article{padding-top:45px}.breadcrumbs{color:var(--muted);font-size:13px;margin-bottom:23px}.article h1{font-size:clamp(33px,5vw,58px)}.article-cover{border-radius:20px;width:100%;max-height:480px;object-fit:cover;margin:30px 0}.article-body{font-size:18px;color:#d8dce0}.article-body h2{font-family:Unbounded;font-size:28px;color:var(--text);margin:48px 0 16px}.article-body p{margin:0 0 22px}.article-body .lead{font-size:21px;color:#f4f1e9}.toc{padding:22px;border-left:3px solid var(--accent);background:var(--surface);margin:32px 0}.toc a{display:block;color:#cdd4da;padding:5px 0}.inline-ad{margin:36px 0;padding:26px;border:1px solid #4a5560;background:#121820;text-align:center;color:#8c97a3;border-radius:10px}.article-img{border-radius:15px;margin:28px 0}.aside{position:sticky;top:100px;padding-top:45px}.aside h3{font-family:Unbounded;font-size:16px}.aside .guide-item{grid-template-columns:1fr;padding:0;overflow:hidden}.aside .guide-item img{width:100%;height:130px;border-radius:0}.aside .guide-item>div{padding:0 14px 14px}.search-pop{position:fixed;inset:0;z-index:50;background:rgba(3,5,8,.88);display:none;align-items:flex-start;justify-content:center;padding-top:120px}.search-pop.open{display:flex}.search-box{width:min(650px,calc(100% - 36px));background:var(--surface2);border:1px solid #3a4651;border-radius:18px;padding:20px}.search-box input{width:100%;height:52px;background:#090d12;border:1px solid var(--line);color:white;border-radius:12px;padding:0 16px}.search-results{color:var(--muted);padding:16px 2px 0}.notice{position:fixed;right:22px;bottom:22px;z-index:60;background:#1c252e;border:1px solid #43515f;border-radius:12px;padding:13px 17px;display:none}.notice.show{display:block}.mobile-nav{display:none}.filterbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.filter{border:1px solid var(--line);background:transparent;color:var(--muted);padding:8px 12px;border-radius:999px;cursor:pointer}.filter.active{background:var(--text);color:var(--bg)}
@media(max-width:900px){.nav{display:none}.menu-btn{display:block}.hero-grid,.guide-row,.article-wrap{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr}.mini-feature{min-height:210px}.game-grid{grid-template-columns:repeat(3,1fr)}.cards{grid-template-columns:repeat(2,1fr)}.topic-grid{grid-template-columns:repeat(2,1fr)}.aside{position:static;padding-top:0}.aside .guide-list{grid-template-columns:1fr 1fr}.article-wrap{gap:10px}}
@media(max-width:620px){.shell{width:min(100% - 24px,var(--max))}.topbar__in{height:64px;gap:9px}.profile-btn{font-size:0;width:42px;padding:0}.profile-btn:after{content:"В";font-size:14px}.feature{min-height:410px}.feature__content{left:20px;right:20px;bottom:22px}.side-stack,.cards,.tools,.aside .guide-list{grid-template-columns:1fr}.game-grid{display:flex;overflow:auto;scroll-snap-type:x}.game-card{min-width:190px;scroll-snap-align:start}.topic-grid{grid-template-columns:1fr 1fr}.guide-item{grid-template-columns:110px 1fr}.guide-item img{width:110px;height:100px}.section{padding:30px 0}.article-body{font-size:17px}.article h1{font-size:34px}.game-hero{min-height:370px}.footer__in{flex-direction:column}.mobile-nav.open{display:flex;position:fixed;z-index:40;top:64px;left:0;right:0;background:#0d1217;border-bottom:1px solid var(--line);padding:18px 24px;flex-direction:column;gap:17px;font-weight:700}}

/* Second design pass: denser editorial portal */
:root{--accent:#c63b38;--accent2:#ec7773;--max:1180px;--radius:14px}.topbar__in{height:66px;gap:26px}.brand{display:flex;align-items:center;gap:10px;font-family:Unbounded,sans-serif;font-size:15px}.brand img{width:48px;height:48px;border-radius:50%}.brand__word{display:none}.section{padding:27px 0}.section-head{margin-bottom:15px}.section h2{font-size:clamp(22px,2.4vw,30px)}.eyebrow{font-size:10px}.ad{min-height:72px;margin:18px auto}.feature{min-height:365px}.feature h1{font-size:clamp(25px,3vw,39px);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.feature__content{left:24px;right:24px;bottom:24px}.side-stack{gap:12px}.mini-feature{min-height:176px}.mini-feature h3,.card h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.game-card{height:195px}.game-status{position:absolute;z-index:3;top:11px;right:11px;background:rgba(9,12,16,.78);padding:3px 7px;border-radius:999px;font-size:9px;text-transform:uppercase;letter-spacing:.7px;color:#d6dce1}.cards--four{grid-template-columns:repeat(4,1fr)}.cards--four .card img{height:150px}.card img{height:170px}.card__body{padding:14px}.card h3{font-size:16px}.card p{margin:7px 0;font-size:13px}.fresh-guides{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.compact-guide{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:9px;border-bottom:1px solid var(--line)}.compact-guide img{width:90px;height:67px;object-fit:cover;border-radius:8px}.compact-guide h3{font-size:14px;line-height:1.3;margin:2px 0}.game-hero{min-height:350px}.game-hero__in{padding-bottom:34px}.game-hero h1{font-size:clamp(34px,5vw,57px)}.article-wrap{grid-template-columns:minmax(0,850px) 250px;gap:36px}.article{padding-top:32px}.article h1{font-size:clamp(29px,4vw,43px);max-width:850px}.article-cover{margin:22px 0;max-height:430px}.article-body h2{font-size:23px;margin:38px 0 13px}.article-meta-main{display:flex;flex-wrap:wrap;gap:8px 13px;color:var(--muted);font-size:13px;margin-top:13px}.freshness{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0 4px}.freshness__item{border:1px solid var(--line);background:var(--surface);padding:10px 12px;border-radius:10px;font-size:12px}.freshness__item strong{display:block;color:var(--text);font-size:13px}.current-status{display:flex;align-items:center;gap:8px;margin-top:9px;color:#9ed5ac;font-size:13px}.current-status:before{content:"✓";display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#173c25}.article-version{color:var(--muted);font-size:12px;margin-top:7px}.toc-toggle{display:none}.legacy-note{display:block;color:var(--muted);font-size:12px;text-align:center;margin-top:8px}.article-img{width:auto;max-width:100%;height:auto;margin:24px auto}.aside .guide-list{gap:6px}.aside .guide-item{grid-template-columns:68px 1fr;padding:6px}.aside .guide-item img{width:68px;height:52px;border-radius:7px}.aside .guide-item>div{padding:0}.aside .guide-item h3{font-family:Manrope;font-size:12px;margin:4px 0;line-height:1.3}.tags .tag{background:transparent;border-color:var(--line);color:var(--muted);text-transform:none}.inline-ad strong{display:block;color:var(--text);font-size:18px;margin:5px}.inline-ad p{display:none}
@media(max-width:900px){.cards--four{grid-template-columns:repeat(2,1fr)}.fresh-guides{grid-template-columns:1fr 1fr}.game-hero{min-height:310px}.article-wrap{grid-template-columns:1fr}.aside{display:grid;grid-template-columns:230px 1fr;gap:20px}.aside h3{grid-column:2}.aside .guide-list{grid-column:2}.aside .ad{grid-row:1/3}.article h1{font-size:34px}}
@media(max-width:620px){.topbar__in{height:60px}.brand img{width:42px;height:42px}.section{padding:21px 0}.section h2{font-size:22px}.feature{min-height:330px}.feature h1{font-size:25px}.cards--four,.fresh-guides{grid-template-columns:1fr}.game-card{height:175px}.article{padding-top:22px}.article h1{font-size:29px}.freshness{grid-template-columns:1fr}.toc-toggle{display:flex;width:100%;justify-content:space-between;background:var(--surface);border:1px solid var(--line);color:var(--text);padding:12px;border-radius:10px}.toc{display:none;margin-top:8px}.toc.open{display:block}.aside{display:block}.aside .ad{min-height:130px}.aside h3{margin-top:24px}.article-body .lead{font-size:19px}.article-body h2{font-size:21px}.mobile-nav.open{top:60px}}

/* Neutral presentation for publications that intentionally have no cover. */
.feature--no-cover{background:radial-gradient(circle at 75% 30%,rgba(198,59,56,.2),transparent 34%),linear-gradient(135deg,#171d24,#0b0f14 72%)}
.feature--no-cover>img,.feature img[hidden]{display:none!important}
.feature--no-cover:before{content:"RPGdon";position:absolute;right:6%;top:50%;transform:translateY(-50%);font-family:Unbounded,sans-serif;font-size:clamp(38px,7vw,86px);font-weight:800;color:rgba(255,255,255,.055);letter-spacing:-5px}
.news-thumb-placeholder{display:grid;place-items:center;background:radial-gradient(circle at 70% 25%,rgba(198,59,56,.2),transparent 38%),linear-gradient(135deg,#1a2129,#0d1116);color:#89939e;font-family:Unbounded,sans-serif;font-weight:700;letter-spacing:-1px}
.news-thumb-placeholder b{color:rgba(198,59,56,.8)}
.card>.news-thumb-placeholder{width:100%;height:170px}
.compact-guide>.news-thumb-placeholder{width:90px;height:67px;border-radius:8px;font-size:12px}

/* Responsive YouTube embeds inside published news and guides. */
.news-video{position:relative;width:100%;aspect-ratio:16/9;margin:29px 0;overflow:hidden;border-radius:12px;background:#111820}
.news-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.news-video:has(iframe):after{display:none}

/* Public rendering for tables created in either publication editor. */
.rpg-content-table-wrap{max-width:100%;overflow-x:auto;margin:25px 0}
.rpg-content-table{width:max-content;max-width:none;border-collapse:collapse;border-spacing:0;color:#d7dce0;font-size:14px;line-height:1.45}
.rpg-content-table th,.rpg-content-table td{min-width:72px;padding:10px 12px;border:1px solid #303b46;text-align:left;vertical-align:middle;white-space:normal}
.rpg-content-table th{background:#161d24;color:var(--text);font-weight:700}
.rpg-content-table td{background:#0d1217}
.rpg-content-table tr:nth-child(even) td{background:#10161c}
.rpg-content-table[data-table-size="50"]{width:50%}
.rpg-content-table[data-table-size="75"]{width:75%}
.rpg-content-table[data-table-size="100"]{width:100%}
.rpg-content-table[data-table-align="center"]{margin-inline:auto}
.rpg-content-table[data-table-align="right"]{margin-left:auto}
.rpg-content-table [data-table-cell-image]{display:inline-block;width:auto;max-width:var(--cell-image-size,48px);height:auto;max-height:var(--cell-image-size,48px);margin-right:8px;vertical-align:middle}
.tag{background:rgba(198,59,56,.12);border-color:rgba(198,59,56,.28)}
.game-hero__in{position:static;display:block}.game-hero__copy{position:relative;z-index:2;width:calc(100% - 320px);min-width:0}.hero-boss{position:absolute;z-index:2;top:50%;right:max(20px,calc((100% - var(--max))/2));width:252px;transform:translateY(-50%);padding:16px 18px;background:rgba(8,12,16,.58);border:1px solid rgba(255,255,255,.13);border-radius:12px;backdrop-filter:blur(8px);box-shadow:0 12px 35px rgba(0,0,0,.18);text-shadow:0 2px 14px #000}.hero-boss__label{color:#d8dde2;font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.hero-boss__next{margin-top:10px;color:var(--muted);font-size:11px}.hero-boss__next strong{display:block;color:var(--text);font-family:Unbounded,sans-serif;font-size:23px;line-height:1.22}.hero-boss__time{margin-top:4px;color:var(--muted);font-size:11px}.hero-boss__time strong{color:var(--text);font-family:Unbounded,sans-serif;font-size:19px;font-variant-numeric:tabular-nums}.hero-boss a{display:inline-block;margin-top:11px;color:var(--accent2);font-size:12px;font-weight:800;cursor:pointer}.tool-promo{padding-top:20px}.tool--compact{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 22px}.tool--compact p{margin:5px 0 0;color:var(--muted);font-size:13px}.tool-promo__action{flex:none;padding:10px 14px;background:var(--accent);color:#fff;border-radius:9px;font-size:13px;font-weight:800}
@media(max-width:900px){.game-hero__copy{width:calc(100% - 250px)}.hero-boss{right:20px;width:205px}.tool--compact{align-items:flex-start}}
@media(max-width:720px){.game-hero__in{position:relative}.game-hero__copy{width:100%}.hero-boss{position:static;width:auto;margin:18px 0 0;padding:12px 14px;transform:none;background:rgba(8,12,16,.55)}.hero-boss__next strong{display:inline;font-family:Manrope,sans-serif;font-size:17px}.hero-boss__next,.hero-boss__time{display:inline-block;margin-right:6px}.hero-boss a{display:block;margin-top:6px}.tool--compact{display:block}.tool-promo__action{display:inline-block;margin-top:13px}}
.ad--leaderboard{height:140px;min-height:140px;padding:24px;border-style:solid;background:#0d1217}.ad__creative{display:flex;align-items:center;justify-content:center;gap:16px;width:min(970px,100%);height:90px;max-width:100%;padding:12px 22px;border:1px dashed #4b5865;background:linear-gradient(105deg,#131a21,#171f27);color:#8e99a5;text-align:center}.ad__creative span{font-size:10px;letter-spacing:1.5px}.ad__creative strong{color:#c6cdd4;font-family:Unbounded,sans-serif;font-size:16px}.ad__creative small{font-size:10px;letter-spacing:.5px;text-transform:none}.ad--leaderboard img,.ad--leaderboard iframe,.ad--leaderboard ins{display:block;max-width:100%;max-height:100%;margin:auto;object-fit:contain}
@media(max-width:620px){.ad--leaderboard{height:112px;min-height:112px;padding:12px}.ad__creative{height:82px;gap:7px;flex-direction:column}.ad__creative small{display:none}}
@media(min-width:901px){.topbar__in{height:78px}.topbar .nav{gap:34px;font-size:18px;font-weight:600}.topbar .profile-btn{font-size:17px}}

/* Homepage: compact latest-guides cards */
.fresh-guides{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 20px}
.fresh-guides .compact-guide{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:stretch;gap:16px;min-width:0;padding:10px;border:1px solid var(--border,var(--line));border-radius:12px;background:var(--surface,#10161c);overflow:hidden;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}
.fresh-guides .compact-guide:hover{background:var(--surface-secondary,#141b22);border-color:#47515c;transform:translateY(-1px)}
.fresh-guides .compact-guide>img,.fresh-guides .compact-guide>.news-thumb-placeholder{display:block;width:150px;height:96px;align-self:center;border-radius:9px;object-fit:cover}
.fresh-guides .compact-guide>.news-thumb-placeholder{place-content:center;background:linear-gradient(135deg,#171e25,#0d1217);color:var(--text-muted,var(--muted));font-family:Unbounded,sans-serif;font-size:13px;text-align:center}
.fresh-guides .compact-guide>div{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:3px 4px 3px 0}
.fresh-guides .compact-guide .tag{align-self:flex-start;margin:0 0 7px;padding:3px 7px;font-size:9px;letter-spacing:.45px}
.fresh-guides .compact-guide h3{margin:0;font-size:16px;line-height:1.35}
.fresh-guides .compact-guide .stats{margin-top:9px;color:var(--text-muted,var(--muted));font-size:12px}
.fresh-guides:has(>.compact-guide:nth-child(5)){grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1080px){.fresh-guides,.fresh-guides:has(>.compact-guide:nth-child(5)){grid-template-columns:repeat(2,minmax(0,1fr))}.fresh-guides .compact-guide{grid-template-columns:140px minmax(0,1fr)}.fresh-guides .compact-guide>img,.fresh-guides .compact-guide>.news-thumb-placeholder{width:140px;height:92px}}
@media(max-width:700px){.fresh-guides,.fresh-guides:has(>.compact-guide:nth-child(5)){grid-template-columns:1fr}.fresh-guides .compact-guide{grid-template-columns:140px minmax(0,1fr)}}
@media(max-width:430px){.fresh-guides .compact-guide{grid-template-columns:112px minmax(0,1fr);gap:12px}.fresh-guides .compact-guide>img,.fresh-guides .compact-guide>.news-thumb-placeholder{width:112px;height:82px}.fresh-guides .compact-guide h3{font-size:14px}}
.managed-ad{display:flex;overflow:hidden;align-items:center;justify-content:center;text-decoration:none}.managed-ad img{display:block;width:100%;height:100%;object-fit:contain}.managed-ad--horizontal img{width:min(970px,100%);height:auto;max-height:90px}.news-ad-sticky.managed-ad,.guides-ad-sticky.managed-ad,.side-ad.managed-ad{padding:0;border-style:solid}.news-ad-sticky.managed-ad img,.guides-ad-sticky.managed-ad img,.side-ad.managed-ad img{max-height:600px;object-fit:contain}
