.handbook:not(.search-open) .handbook-search {
  display: none;
}

/** Hide the handbook content and toc when the search is open. */
.handbook.search-open .handbook-toc,
.handbook.search-open .handbook-content {
  display: none;
}

/** Hide search when it is not enabled. */
.handbook[data-show-search="0"] .handbook-toolbar__search .form-group {
  display: none;
}

.handbook-search .vp-pagination {
  background-color: #ffffff;
}

.handbook-search .vp-pagination:disabled {
  pointer-events: none;
  opacity: 0.5;
}

.handbook-search .vp-pagination svg {
  pointer-events: none;
}
