.book-image-wrapper {
    width: 100%;
    max-height: 1500px; /* Hauteur maximum contrôlée */
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0.5rem;
    position: relative;
    background: #f8f9fa;
}

.book-image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-buttons {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
}
