/* v116: align upper navigation and headings with the comparison table edge. */
.categories.book-category-content .category-grid {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

body.valuper-household-page main > .hero .household-heading-line,
body.valuper-household-page main > .hero > p {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

@media (max-width: 680px) {
  .categories.book-category-content .category-grid,
  body.valuper-household-page main > .hero .household-heading-line,
  body.valuper-household-page main > .hero > p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
