.book-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-bottom: 0.75rem;
}

.book-cover {
  width: 100%;
  aspect-ratio: 3/4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.5rem;
}

.book-title {
  color: #1c130d;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}

.book-desc {
  color: #9c6c49;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
