.google-book-result-button {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.75rem;
    align-items: start;
    text-align: left;
}

.google-book-search-cover {
    width: 44px;
    height: 66px;
    object-fit: cover;
    border-radius: 4px;
    flex: 0 0 auto;
}

.google-book-result-text {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
}

.google-book-info-popover {
    max-height: min(70vh, 560px);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.google-book-info-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
    margin-bottom: 0.75rem;
}

.google-book-info-heading {
    min-width: 0;
}

.google-book-info-heading .tmdb-info-title,
.google-book-info-heading p:first-child {
    margin-top: 0;
}

.google-book-cover {
    width: 92px;
    max-height: 138px;
    object-fit: cover;
    border-radius: 6px;
    margin: 0;
}

.google-book-description {
    margin-top: 0.75rem;
}

.google-book-source-note {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .google-book-search-cover {
        width: 38px;
        height: 57px;
    }

    .google-book-info-popover {
        max-height: min(68vh, 500px);
    }

    .google-book-info-header {
        gap: 0.7rem;
    }

    .google-book-cover {
        width: 72px;
        max-height: 108px;
    }
}
