/* book-a-style.css */
  .book-list dt {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }

.book-list dd {
  margin-left: 2em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-style: italic;
  background-color: #f5f5f5;
  padding: 1em;
  border-radius: 4px;
}