/* Shared structural primitives for the accepted editorial guides. */
body.homepage-redesign.how-to-sell-redesign main,
body.homepage-redesign.investment-redesign main {
  overflow: visible;
}

.redesign-guide__grid,
.how-to-buy-redesign .how-to-buy .stage-content__layout,
.how-to-rent-redesign .how-to-rent .editorial-block,
.how-to-sell-redesign .how-to-sell .chapter-layout,
.airbnb-rules-redesign .guide-chapter__inner {
  display: grid;
  align-items: start;
}

.redesign-guide__body,
.how-to-buy-redesign .how-to-buy .stage-content,
.how-to-rent-redesign .how-to-rent .editorial-block__body,
.how-to-sell-redesign .how-to-sell .chapter-body,
.airbnb-rules-redesign .chapter-body {
  min-width: 0;
}

.redesign-guide__measure,
.how-to-buy-redesign .how-to-buy .stage-prose,
.how-to-rent-redesign .how-to-rent .editorial-block__body,
.how-to-sell-redesign .how-to-sell .chapter-body {
  max-width: 72ch;
}

.redesign-guide__chapter,
.how-to-rent-redesign .how-to-rent .rental-chapter,
.how-to-sell-redesign .how-to-sell .selling-chapter,
.airbnb-rules-redesign .guide-chapter {
  scroll-margin-top: 1.5rem;
}
