/* (edit style.css for your own book styles) */

.sidebar-chapter {
  display: none !important;
  width: 0;
}

.book-toc {
  column-count: 1;
}

.book-toc li {
  width: 2em;
  float: left;
}

.book-toc li:nth-child(0), 
.book-toc li:nth-child(1),
.book-toc li:nth-child(2) {
  width: 100%;
  float: none;
}

.book-toc a.active {
  color: var(--pink);
}

li.sidebar-item {
  width: 2em;
  float: left;
 /* border: 1px solid blue; */
}

li.sidebar-item:nth-child(1),
li.sidebar-item:nth-child(2),
/* update numbers below once full 
(27, 28) alphabet is added */
li.sidebar-item:nth-child(24),
li.sidebar-item:nth-child(25){
  width: 100%;
  /* border-color: red; */
}

