.articleWindowContent {
  background-color: var(--background);
  max-width: 60rem;
}
.booklogYearList {
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 60rem;
  justify-content: center;
}
.booklogYearlyShelf {
  background: url(/theme/images/shelf.svg);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 40rem 12rem;
  max-width: calc(100dvw - 4rem);
  padding: 0 0;
  margin: 0 auto;
  width: 40rem;
}
.bookShowCase {
  box-sizing: border-box;
  padding: 0 1rem;
  height: 100%;
  width: 100%;
  column-gap: 0.25rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.booklogCoverOnShelf {
  padding: 1.5rem 0.25rem 1.125rem;
  filter: drop-shadow(0.125rem 0.125rem 0.25rem #00000077);
}
.booklogTitleList {
  padding-top: 0.5rem;
}
.bookTitleListRecord {
  line-height: 1.5rem;
  text-align: justify;
  text-indent: -1rem;
  padding-left: 1rem;
}
.bookTitleListRecord::first-line {
  text-indent: 0;
}
.booklogBookMockUp {
  color: white;
  margin: 1.5rem 0.25rem 1.125rem;
  filter: drop-shadow(0.125rem 0.125rem 0.25rem #00000077);
  background-color: grey;
  width: 6.25rem;
  height: 9.375rem;
  font-size: 0.625rem;
  display: flex;
}
.booklogBookMockUpTitle {
  padding: 0 0.5rem;
  margin: 50% auto;
  text-align: center;
}
.booklogYearPager {
  display: flex;
  justify-content: space-between;
}