/* The home discovery panels replace Cocoon's generic post pagination. */
body.home .pagination-next,
body.home .pagination {
  display: none;
}

/* Align the section heading with the centered Bento presentation. */
body.home .list-new-entries-title {
  text-align: center;
}
