.editorial-policy{
  max-width:900px;
  margin:0 auto
}
.editorial-policy__header{
  padding-bottom:2rem;
  border-bottom:1px solid #eee
}
.content-block .editorial-policy__lead{
  max-width:820px;
  color:var(--txt);
  font-size:clamp(1.7rem,2vw,2rem);
  line-height:1.65
}
.content-block .editorial-policy__updated{
  margin-bottom:0;
  font-size:1.4rem
}
.editorial-policy__toc{
  margin-top:2.4rem;
  padding:1.8rem 2rem;
  border:1px solid #f0d9ea;
  border-radius:var(--rad);
  background:var(--rose)
}
.content-block .editorial-policy__toc h2{
  margin:0 0 .8rem;
  font-size:2rem
}
.editorial-policy__toc ul{
  columns:2;
  column-gap:3rem
}
.editorial-policy__toc li{
  break-inside:avoid;
  margin-bottom:.45rem
}
.editorial-policy section{
  scroll-margin-top:82px;
  margin-top:3.2rem
}
.content-block .editorial-policy section h2{
  margin:0 0 1.2rem;
  line-height:1.3
}
.editorial-policy section ul{
  margin:0 0 1.4rem 2rem
}
.editorial-policy section li+li{
  margin-top:.65rem
}
@media(max-width:680px){
  .content-block{
    padding:1.8rem
  }
  .editorial-policy__toc ul{
    columns:1
  }
}
