@media (max-width: 768px) {
  .book-detail-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .book-detail-content {
    width: 100%;
    gap: 16px;
  }
}