:root {
  --ink: #101319;
  --ink-soft: #171c24;
  --paper: #f4f7fb;
  --white: #fff;
  --muted: #647183;
  --line: #d8dee8;
  --orange: #f23d3d;
  --orange-dark: #c91f2f;
  --green: #16a46b;
  --red: #b83b3b;
  --amber: #a66408;
  --shadow: 0 24px 70px rgba(11, 16, 32, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 50; padding: 10px 14px; color: white; background: var(--orange); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 30; color: white; background: rgba(16,19,25,.97); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 30px; }
.brand { display:flex; align-items:center; gap:12px; flex:0 0 auto; text-decoration:none; }
.brand img { display:block; width:46px; height:46px; object-fit:contain; }
.brand span { color:#f4f7fb; font-size:1.35rem; font-weight:950; letter-spacing:0; text-transform:uppercase; white-space:nowrap; }
.brand-promise { margin: 0 auto 0 0; color: #9da8b8; font-size: .78rem; font-weight:800; text-transform:uppercase; }
.site-header nav { display: flex; gap: 24px; }
.site-header nav a { color: #d9deea; font-size: .85rem; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--orange); }

.hero { position: relative; overflow: hidden; color: white; background-color: var(--ink); background-image: linear-gradient(90deg, rgba(16,19,25,.98) 0%, rgba(16,19,25,.88) 42%, rgba(16,19,25,.4) 76%, rgba(16,19,25,.2) 100%), url("../images/hero/voxinarena-hero.png"); background-position: center; background-size: cover; padding: 96px 0 104px; }
.language-selector select { padding:8px 28px 8px 9px; color:white; background:#17213a; border:1px solid #3b455c; font:inherit; font-size:.75rem; cursor:pointer; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,16,32,.08), rgba(11,16,32,.34)); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.5fr .8fr; gap: 100px; align-items: end; }
.eyebrow { margin: 0 0 16px; color: var(--orange-dark); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: #ff9a6d; }
.hero .eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(242,106,46,.14); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 7vw, 6.5rem); font-weight: 950; letter-spacing: 0; line-height: .95; text-transform: uppercase; }
.hero h1 em { color: #28d17c; font-style: normal; font-weight: 950; }
.hero-copy { max-width: 660px; margin: 30px 0 34px; color: #b7c0d1; font-size: 1.12rem; }
.primary-action { display: inline-flex; gap: 18px; align-items: center; padding: 13px 20px; color: white; background: var(--orange-dark); border-radius: 3px; font-size: .85rem; font-weight: 800; text-decoration: none; }
.primary-action:hover { background: var(--orange); }
.method-card { padding: 28px; background: rgba(16,19,25,.72); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(6px); }
.method-card .method-number { margin: 0; color: var(--orange); font-family: Georgia, serif; font-size: 3.5rem; line-height: 1; }
.method-card h2 { margin: 8px 0 22px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.method-card ol { padding: 0; margin: 0; list-style: none; }
.method-card li { display: flex; gap: 14px; padding: 13px 0; color: #d9deea; border-top: 1px solid rgba(255,255,255,.1); font-size: .86rem; }
.method-card li span { color: var(--orange); font-size: .7rem; font-weight: 900; }
.rss-card .rss-symbol { display: inline-flex; align-items: center; min-height: 34px; padding: 0 10px; margin: 0; color: white; background: var(--orange-dark); border-radius: 3px; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.rss-card h2 { margin-top: 16px; }
.rss-latest { padding: 0; margin: 0 0 20px; list-style: none; }
.rss-card .rss-latest li { align-items: start; gap: 12px; }
.rss-latest time { flex: 0 0 auto; color: #ff9a6d; font-size: .68rem; font-weight: 900; }
.rss-latest a { display: -webkit-box; overflow: hidden; color: #e7eaf0; line-height: 1.35; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.rss-latest a:hover { color: white; }
.rss-subscribe { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; color: white; background: var(--orange-dark); border-radius: 3px; font-size: .78rem; font-weight: 900; text-decoration: none; }
.rss-subscribe:hover { background: var(--orange); }
.rss-help { margin: 10px 0 0; color: #9da7b9; font-size: .68rem; line-height: 1.4; }
.newsletter-lead { margin: 0 0 14px; color: #c5ccd8; font-size: .84rem; line-height: 1.45; }
.newsletter-form { margin: 0 0 18px; }
.newsletter-row { display: flex; gap: 8px; }
.newsletter-row input[type=email] { flex: 1; min-width: 0; min-height: 42px; padding: 0 12px; color: #0b1020; background: #fff; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; font: inherit; font-size: .82rem; }
.newsletter-row button { flex: 0 0 auto; min-height: 42px; padding: 0 14px; color: white; background: var(--orange-dark); border: 0; border-radius: 3px; font: inherit; font-size: .72rem; font-weight: 900; cursor: pointer; white-space: nowrap; }
.newsletter-row button:hover { background: var(--orange); }
.newsletter-legal { margin: 8px 0 0; color: #9da7b9; font-size: .62rem; line-height: 1.4; }
.newsletter-legal a { color: #ffb08a; }
.newsletter-flash { margin: 0 0 12px; padding: 10px 12px; border-radius: 3px; font-size: .78rem; font-weight: 700; }
.newsletter-flash-ok { color: #d9f5e5; background: rgba(46, 160, 110, .22); border: 1px solid rgba(46, 160, 110, .35); }
.newsletter-flash-error { color: #ffe0d6; background: rgba(180, 60, 40, .22); border: 1px solid rgba(220, 90, 60, .35); }
.newsletter-flash-info { color: #e7eaf0; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.rss-tools { margin-top: 4px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.rss-tools-label { margin: 0 0 8px; color: #9da7b9; font-size: .62rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.rss-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.rss-action { display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 0 10px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 3px; font: inherit; font-size: .68rem; font-weight: 800; text-decoration: none; cursor: pointer; }
.rss-action:hover { background: rgba(255,255,255,.14); color: white; }
.rss-action-quiet { color: #c5ccd8; font-weight: 700; }
.rss-copy.is-copied { background: rgba(46, 160, 110, .28); border-color: rgba(46, 160, 110, .45); }
.rss-latest { margin-top: 16px; }

.dossiers-section { padding: 80px 0 100px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 28px; }
.section-heading h2, .panel-heading h2, .timeline-panel h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; letter-spacing: -.035em; }
.section-heading > p { color: var(--muted); font-size: .85rem; }
.filters { display: grid; grid-template-columns: 1.5fr repeat(2, 1fr) auto auto; gap: 10px; align-items: end; padding: 18px; margin-bottom: 34px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.filters label span { display: block; margin-bottom: 6px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filters input, .filters select { width: 100%; min-height: 43px; padding: 0 12px; color: var(--ink); background: #fbfaf7; border: 1px solid var(--line); border-radius: 2px; font: inherit; font-size: .82rem; }
.filters button { min-height: 43px; padding: 0 20px; color: white; background: var(--ink); border: 0; font-weight: 800; cursor: pointer; }
.filters button:hover { background: var(--orange-dark); }
.reset-link { min-height: 43px; display: grid; place-items: center; padding: 0 8px; color: var(--muted); font-size: .78rem; }
.dossier-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.dossier-card { display: flex; flex-direction: column; min-height: 330px; padding: 25px; background: white; border: 1px solid var(--line); box-shadow: 0 8px 30px rgba(16,19,25,.04); transition: transform .2s, box-shadow .2s; }
.card-image { aspect-ratio:600/340; background:#e8e4dc; }
.card-image { display:block; width:calc(100% + 50px); height:190px; margin:-25px -25px 22px; object-fit:cover; }
.dossier-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.domain, .status { padding: 4px 8px; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border-radius: 2px; }
.domain { color: var(--orange-dark); background: #ffe8ec; }
.status { color: #465269; background: #edf0f5; }
.status-tenue { color: var(--green); background: #e7f5ef; }
.status-non_tenue, .status-invalidee { color: var(--red); background: #fae9e9; }
.status-partiellement_tenue { color: var(--amber); background: #fff2d8; }
.dossier-card h3 { margin: 22px 0 8px; font-size: 1.42rem; font-weight:900; line-height: 1.18; }
.dossier-card h3 a { text-decoration: none; }
.dossier-card h3 a:hover { color: var(--orange-dark); }
.declarant { margin: 0 0 24px; color: var(--muted); font-size: .82rem; }
.card-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding-top: 18px; margin: auto 0 20px; border-top: 1px solid #ebe9e3; }
.card-stats div { min-width: 0; }
.card-stats dt { color: var(--muted); font-size: .6rem; font-weight: 800; text-transform: uppercase; }
.card-stats dd { margin: 3px 0 0; font-size: .75rem; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.card-link { display: flex; justify-content: space-between; color: var(--orange-dark); font-size: .78rem; font-weight: 900; text-decoration: none; }
.empty-state { padding: 70px 24px; text-align: center; background: white; border: 1px solid var(--line); }
.empty-state h3 { font-family: Georgia, serif; font-size: 2rem; }
.pagination { display: flex; justify-content: center; gap: 24px; margin-top: 32px; color: var(--muted); font-size: .85rem; }

.dossier-hero { color: white; background: var(--ink); padding: 70px 0 78px; }
.article-hero-image { display:block; width:100%; max-height:650px; margin-top:32px; object-fit:cover; background:#e8e4dc; aspect-ratio:16/10; }
.article-hero-media { margin-top:8px; }
.image-credit { margin:10px 0 0; color:var(--muted); font-size:.78rem; line-height:1.45; }
.image-credit a { color:var(--orange-dark); text-decoration:underline; }
.image-credit-badge { display:inline-block; margin-right:6px; padding:2px 8px; color:var(--ink); background:#efe8dc; border-radius:999px; font-size:.68rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.dossier-hero-grid { display: grid; grid-template-columns: 1fr 250px; gap: 80px; align-items: end; }
.back-link { display: inline-block; margin-bottom: 30px; color: #9ca7bb; font-size: .8rem; text-decoration: none; }
.dossier-hero .card-meta { margin-bottom: 18px; }
.dossier-hero h1 { max-width: 850px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.7rem, 6vw, 5.3rem); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.origin { max-width: 800px; padding-left: 18px; margin: 28px 0 18px; color: #bdc5d4; border-left: 3px solid var(--orange); font-family: Georgia, serif; font-size: 1.15rem; font-style: italic; }
.source-line { color: #8f9bb0; font-size: .82rem; }
.source-line strong { color: white; }
.confidence-card { padding: 24px; background: white; color: var(--ink); }
.confidence-card > span { color: var(--muted); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.confidence-card > strong { display: block; margin: 5px 0; font-family: Georgia, serif; font-size: 4rem; line-height: 1; }
.confidence-card small { font-size: 1.3rem; }
.confidence-track { height: 6px; margin: 15px 0; background: #e7e8eb; }
.confidence-track i { display: block; height: 100%; background: var(--orange); }
.confidence-card p { margin: 0; color: var(--muted); font-size: .72rem; }

.dossier-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; padding-top: 42px; padding-bottom: 90px; }
.main-column { display: grid; gap: 22px; }
.content-panel, .timeline-panel { padding: 28px; background: white; border: 1px solid var(--line); }
.panel-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 25px; }
.panel-heading h2, .timeline-panel h2 { font-size: 2rem; }
.export-links { display: flex; gap: 7px; }
.export-links a { padding: 7px 10px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); font-size: .67rem; font-weight: 900; text-decoration: none; }
.tracker-chart { min-height: 300px; color: var(--muted); }
.tracker-chart svg { display: block; width: 100%; height: 300px; overflow: visible; }
.chart-grid { stroke: #e3e1dc; stroke-width: 1; }
.chart-label { fill: #7a8292; font-size: 11px; }
.chart-measure { fill: none; stroke: var(--orange); stroke-width: 4; stroke-linejoin: round; stroke-linecap: round; }
.chart-target { fill: none; stroke: var(--ink); stroke-width: 2; stroke-dasharray: 7 7; opacity: .65; }
.chart-dot { fill: white; stroke: var(--orange); stroke-width: 3; }
.chart-legend { display: flex; gap: 22px; color: var(--muted); font-size: .72rem; }
.chart-legend span::before { content: ""; display: inline-block; width: 20px; margin-right: 7px; vertical-align: middle; border-top: 3px solid var(--orange); }
.chart-legend .target-key::before { border-top: 2px dashed var(--ink); }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: .82rem; }
th { padding: 10px; color: var(--muted); text-align: left; border-bottom: 1px solid var(--line); font-size: .65rem; text-transform: uppercase; }
td { padding: 16px 10px; border-bottom: 1px solid #ebe9e3; vertical-align: top; }
td small { display: block; color: var(--muted); }
td a { color: var(--orange-dark); font-weight: 700; }
.comments-list { display: grid; gap: 12px; }
.comments-list article { padding: 18px; background: #faf9f6; border-left: 3px solid #d9d6cf; }
.comments-list article > div { display: flex; justify-content: space-between; gap: 12px; }
.comments-list time { color: var(--muted); font-size: .72rem; }
.comments-list p { margin: 8px 0; }
.comments-list a { color: var(--orange-dark); font-size: .75rem; font-weight: 800; }
.timeline-panel { position: sticky; top: 20px; }
.timeline-panel ol { padding: 0; margin: 30px 0; list-style: none; }
.timeline-panel li { position: relative; display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding-bottom: 28px; }
.timeline-panel li::after { content: ""; position: absolute; left: 23px; top: 34px; bottom: 2px; width: 1px; background: var(--line); }
.timeline-panel li:last-child::after { display: none; }
.timeline-panel li > span { display: grid; place-items: center; width: 48px; height: 30px; color: var(--orange-dark); background: #fff0e8; font-size: .62rem; font-weight: 900; }
.timeline-panel li strong, .timeline-panel li small { display: block; }
.timeline-panel li strong { font-size: .85rem; }
.timeline-panel li small { color: var(--muted); font-size: .7rem; }
.timeline-panel li.done > span { color: var(--green); background: #e7f5ef; }
.method-note, .no-data { color: var(--muted); font-size: .8rem; }
.article-body { white-space: pre-wrap; font-family: Georgia, serif; font-size: 1.08rem; line-height: 1.85; }
.article-layout { grid-template-columns: minmax(0, 1fr) 320px; }
.sources-panel a { text-decoration: none; }
.journalist-signature { display:grid; grid-template-columns:72px 1fr; gap:20px; align-items:start; border-left:4px solid var(--orange); }
.journalist-avatar { display:grid; place-items:center; width:64px; height:64px; color:white; background:var(--orange); border-radius:50%; font-family:Georgia,serif; font-size:1.8rem; }
.journalist-photo { display:block; object-fit:cover; }
.journalist-signature .eyebrow { margin-bottom:3px; }.journalist-signature h2 { margin:0; font-family:Georgia,serif; font-size:1.7rem; font-weight:500; }.journalist-signature strong { color:var(--orange-dark); font-size:.75rem; }.journalist-signature p:last-child { margin-bottom:0; color:var(--muted); font-size:.85rem; }

.site-footer { padding: 32px 0; color: #8f99ac; background: var(--ink); border-top: 1px solid #252d40; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; }

@media (max-width: 960px) {
  .hero-grid, .dossier-hero-grid, .dossier-layout { grid-template-columns: 1fr; gap: 38px; }
  .method-card { max-width: 520px; }
  .filters { grid-template-columns: repeat(2, 1fr); }
  .dossier-grid { grid-template-columns: repeat(2, 1fr); }
  .confidence-card { max-width: 320px; }
  .timeline-panel { position: static; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 24px, 1180px); }
  .header-inner { min-height: 66px; }
  .brand img { width:145px; height:49px; }
  .brand-promise, .site-header nav a:last-child { display: none; }
  .site-header nav { margin-left: auto; }
  .brand span { font-size:1rem; }
  .hero { background-image: linear-gradient(90deg, rgba(16,19,25,.95), rgba(16,19,25,.76)), url("../images/hero/voxinarena-hero.png"); background-position: 68% center; padding: 64px 0 72px; }
  .hero h1 { font-size: 3.35rem; }
  .filters, .dossier-grid { grid-template-columns: 1fr; }
  .section-heading, .panel-heading, .footer-inner { align-items: start; flex-direction: column; }
  .dossier-card { min-height: 300px; }
  .dossier-hero { padding: 45px 0 55px; }
  .content-panel, .timeline-panel { padding: 20px; }
  .card-stats { grid-template-columns: 1fr 1fr; }
}

/* --- Publicités AdSense & backlinks apps --- */
.page-shell { position: relative; }
.page-main { min-width: 0; }
.ad-rail {
  display: none;
  position: fixed;
  top: 100px;
  width: 160px;
  z-index: 5;
}
.ad-rail-left { left: max(12px, calc((100vw - 1180px) / 2 - 176px)); }
.ad-rail-right { right: max(12px, calc((100vw - 1180px) / 2 - 176px)); }
.ad-unit {
  margin: 18px 0;
  min-height: 90px;
  overflow: hidden;
  background: transparent;
}
.ad-unit-sidebar_left,
.ad-unit-sidebar_right {
  min-height: 600px;
  max-height: calc(100vh - 140px);
}
.ad-unit-bottom { min-height: 100px; margin: 28px 0 8px; }
.ad-unit-article { min-height: 120px; margin: 8px 0 24px; }
.ad-bottom { margin: 8px auto 0; }
.ad-unit ins.adsbygoogle { margin: 0 auto; }

.app-backlinks {
  margin: 12px 0 0;
  padding: 14px;
  background: #efeae1;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.app-backlinks-title {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: none;
}
.app-backlinks-list { display: grid; gap: 10px; }
.app-backlink {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
  align-items: center;
  padding: 8px;
  color: inherit;
  text-decoration: none;
  background: var(--white);
  border: 1px solid #e2ddd3;
  border-radius: 6px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.app-backlink:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 24px rgba(11,16,32,.08);
}
.app-ad-media {
  position: relative;
  display: block;
  width: 72px;
  flex: 0 0 auto;
  border-radius: 6px;
  overflow: hidden;
  background: #ddd6c8;
}
.app-ad-image {
  display: block;
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
  background: #ddd6c8;
}
.app-ad-message {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 6px 4px;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(11,16,32,.88));
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-wrap: balance;
}
.app-ad-copy { display: grid; gap: 2px; min-width: 0; }
.app-backlink span { display: grid; gap: 2px; min-width: 0; }
.app-backlink em {
  font-style: normal;
  font-weight: 800;
  font-size: .82rem;
  line-height: 1.2;
}
.app-backlink small {
  color: var(--muted);
  font-size: .72rem;
  line-height: 1.3;
}
.app-backlinks-compact {
  margin-top: 14px;
  max-width: 160px;
  padding: 10px;
}
.app-backlinks-compact .app-backlink {
  grid-template-columns: 1fr;
  text-align: center;
  padding: 8px 6px;
}
.app-backlinks-compact .app-ad-media {
  width: 100%;
}
.app-backlinks-compact .app-ad-image {
  width: 100%;
  height: 110px;
  margin: 0 auto;
}
.app-backlinks-compact .app-ad-message {
  font-size: .68rem;
  padding: 8px 6px 6px;
}
.app-backlinks-footer-wrap {
  margin: 8px auto 36px;
}
.app-backlinks-footer-wrap .app-backlinks {
  padding: 18px;
}
.app-backlinks-footer-wrap .app-backlinks-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.app-backlinks-footer-wrap .app-backlink {
  grid-template-columns: 96px 1fr;
}
.app-backlinks-footer-wrap .app-ad-media {
  width: 96px;
}
.app-backlinks-footer-wrap .app-ad-image {
  width: 96px;
  height: 120px;
}
.app-backlinks-footer-wrap .app-ad-message {
  font-size: .7rem;
}

@media (min-width: 1400px) {
  .ad-rail { display: block; }
}

@media (max-width: 1100px) {
  .app-backlinks-footer-wrap .app-backlinks-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .app-backlinks-footer-wrap .app-backlinks-list {
    grid-template-columns: 1fr;
  }
  .ad-unit-sidebar_left,
  .ad-unit-sidebar_right { display: none; }
}
