/* No detached chevrons. Numbered timeline is exclusive to First Steps. */
.article>header:not(.first-steps-intro){margin-top:clamp(4.75rem,7vw,6rem);margin-bottom:3.75rem}
.article>header:not(.first-steps-intro) h1{font-size:clamp(38px,4.1vw,52px);line-height:1.1;letter-spacing:-.046em}
.article>header:not(.first-steps-intro) .lead{max-width:840px;font-size:18px;line-height:1.65}
.category-accordion-row .category-toggle{grid-template-columns:minmax(0,1fr) 31px;padding-right:12px}
.category-accordion-row .category-toggle>i{display:none}
.category-accordion-item:not(.is-first-steps) .category-article-list{padding:10px 9px 12px}
.category-accordion-item:not(.is-first-steps) .category-article-list:before{display:none}
.category-accordion-item:not(.is-first-steps) .category-article-link{display:block;min-height:42px;padding:10px 11px;border-bottom:1px solid #e1eaf4;border-radius:8px}
.category-accordion-item:not(.is-first-steps) .category-article-link:last-of-type{border-bottom:0}
.category-accordion-item:not(.is-first-steps) .category-article-link:before{display:none}
.category-accordion-item:not(.is-first-steps) .category-article-link span{display:block;font-size:13px}
.category-accordion-item:not(.is-first-steps) .category-article-link.current{border-bottom-color:transparent;background:#dfeeff}
.category-accordion-item:not(.is-first-steps) .category-article-list>small{margin-left:10px}
.category-accordion-item:not(.is-first-steps) .category-see-all{margin-inline:8px}

/* Keep every editorial heading genuinely centered in the page. The category
   navigation still rises into the available space below it. */
@media(min-width:851px){
  .article>header{width:min(100%,980px);max-width:980px;margin-right:auto;margin-left:auto;text-align:center}
  .article>header h1{max-width:100%;margin-right:auto;margin-left:auto;text-align:center;text-wrap:balance;overflow-wrap:break-word}
  .article>header .lead,.article>header .meta{margin-right:auto;margin-left:auto;text-align:center}
  .article.article--primeiros-passos>header.first-steps-intro{width:min(100%,900px);max-width:900px;margin-right:auto;margin-left:auto}
  .article-category-sidebar{top:96px;max-height:calc(100vh - 112px);margin-top:0}
  .article--primeiros-passos .article-category-sidebar{margin-top:0}
}
@media(min-width:851px) and (max-width:1100px){
  .article>header{width:min(100%,900px)}
  .article.article--primeiros-passos>header.first-steps-intro{width:min(100%,780px)}
  .article-category-sidebar{margin-top:0}
  .article--primeiros-passos .article-category-sidebar{margin-top:0}
}
@media(max-width:850px){
  .article>header:not(.first-steps-intro){margin-top:3.75rem;margin-bottom:3rem}
  .article>header:not(.first-steps-intro) h1{font-size:clamp(34px,9vw,46px)}
  .article>header:not(.first-steps-intro) .lead{font-size:16px}
}
