.book-card {
    width: 240px;
}

.book-cover {
    display: block;
    width: auto;
    height: 320px;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    background: #f8f9fa;
}

.typeahead-results {
    top: 100%;
    z-index: 1000;
    display: none;
}
