.booksleeve-preview {
  margin: 1.5rem 0;
  display: flex;
  justify-content: center;
}
.booksleeve-preview__img {
  width: 100%;
  max-width: 32rem;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background-color: rgb(var(--color-background));
  border-radius: var(--media-radius, 0);
}
