/* web/static/css/libraryPage.css */

#libToolbar {
  display: flex;
  gap: 0.75em;
  align-items: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
}

#libToolbar .search-label {
  flex: 1;
  min-width: 220px;
}

#libToolbar .search-label input {
  width: 100%;
}

#bookList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chapter-list {
  display: none;
  margin-left: 1em;
}

.progressContainer {
  height: 4px;
  background: #eee;
  margin: 0.5em 0;
}

.progressBar {
  width: 0%;
  height: 100%;
  background: #09f;
}