.book .book-summary .chapter > .articles {
  display: none;
}

.book .book-summary .chapter.expanded > .articles {
  display: block;
}
