/* Composition propre à l’article Chrome, éditable depuis le CSS de sa page. */
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 {
  --chrome-reading-width: var(--sdx-site-content-max, 90rem);
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 > .container {
  max-width: var(--sdx-site-content-max, 90rem);
  padding-inline: clamp(1rem, 3vw, 2rem);
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .page-block--rich_text,
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .news-share__inner {
  max-width: var(--chrome-reading-width);
  margin-inline: auto;
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .sdx-copy {
  font-size: 1.05rem;
  line-height: 1.8;
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .news-meta__image img {
  max-height: none;
  height: auto;
  object-fit: contain;
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .sdx-article-toc {
  display: block;
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .sdx-article-toc > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: .8rem;
  overflow: visible;
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .sdx-article-toc a {
  white-space: normal;
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .sdx-article-checklist h3 {
  color: #eefafa;
}
.site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .table {
  min-width: 0;
}
@media (max-width: 575.98px) {
  .site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .sdx-article-toc > div {
    grid-template-columns: 1fr;
  }
  .site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .table th,
  .site-page--page-actualites-web-cybersecurite-chrome-faille-zero-day-v8-cve-2026-85046 .table td {
    padding: .7rem .55rem;
    font-size: .78rem;
    letter-spacing: normal;
  }
}

.sdx-chrome-news .sdx-article-figure img { width:100%; height:auto; aspect-ratio:auto; object-fit:contain; }
.sdx-chrome-news .sdx-chrome-versions { max-width:100%; overflow-x:auto; }
.sdx-chrome-news .table { width:100%; table-layout:fixed; }
.sdx-chrome-news .table th:first-child { width:25%; }
.sdx-chrome-news .table td { overflow-wrap:anywhere; }
.sdx-chrome-news .sdx-chrome-sources a { overflow-wrap:anywhere; }
.sdx-chrome-news h2[id] { scroll-margin-top:7rem; }
