/*--------------------------------------------------------------
This is your print stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/


@media print {

    html {
        font-size: 8px;
    }

    .site-header,
    .users-header,
    .rank-math-breadcrumb,
    .sidebar-nav,
    .primary-sidebar,
    .inner-sidebar,
    .like-button,
    .add-buttons,
    .footer-social,
    .post-meta-wrapper,
    .post-related-posts,
    .comments-area,
    .footer-widget-area,
    .item-header .aside .add,
    .item-header .aside .buy,
    .single-list .image.preview .google-preview,
    .item-header .image.preview .google-preview {
        display: none;
    }

    .print-credit {
        font-size: 1.4rem;
        margin-bottom: 20px;
        display: block;
    }

    .print-credit svg {
        max-width: 12px;
        vertical-align: text-bottom;
        margin-bottom: 2px;
    }

    .sticky-header .site .site-content {
        margin: 0 0 20px !important;
        padding: 0;
    }

    body .container .site-main,
    .container {
        max-width: unset;
        margin: 0 0 20px;
    }

    body .entry-header {
        margin-top: 0;
    }

    .body.single .site-main .entry-content-wrap {
        padding-top: 0;
    }

    .single .post.full-fi figure.entry-img {
        padding-top: 50%;
    }

    .avatar,
    .avatar-wrap img {
        width: 40px;
    }

    .hentry blockquote,
    .hentry blockquote.wp-block-quote {
        padding: 10px 10% 10px 30px;
        font-size: 2.2rem;
        line-height: normal;
        border: none;
        break-inside: avoid;
    }

    .wp-block-pullquote blockquote {
        padding: 20px 0 0;
        margin: 40px 20%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .hentry .wp-block-pullquote blockquote:before {
        display: none;
    }

    .wp-block-pullquote blockquote p {
        font-size: 2.2rem;
        margin: 0;
        line-height: 1.4;
    }

    .wp-block-pullquote cite {
        margin-bottom: 10px;
    }

    body p {
        break-inside: avoid;
    }

    body a {
        border: none;
        outline: none;
        text-decoration: none;
    }

    /* Blog
    --------------------------------------------- */

    .post-author-details {
        border: none;
        padding: 10px 0;
        break-inside: avoid;
    }

    .post-author-info {
        border: none;
    }

    .post-author-details a.post-author {
        font-size: 1.5rem;
    }

    .post-author-details .author-desc {
        font-size: 1.5rem;
        line-height: normal;
    }

    /* Book
    --------------------------------------------- */

    .single-book .item-header {
        margin-bottom: 30px;
    }

    .single-book .viewer-link img {
        height: 150px;
        width: 100px;
    }

    .single-book .item-header .image {
        flex:  0 0 120px;
    }

    .single-book .google-attribution img {
        max-width: 72px !important;
        margin-bottom: 2px;
    }

    .single-book .related-books,
    .single-book .book-info,
    .single-book .editorial-reviews .publisher,
    .single-book .editorial-reviews .review-icon {
        display: none;
    }

    .single-book .editorial-reviews {
        margin: 0 0 20px;
    }

    .single-book .review {
        padding: 0;
        margin-bottom: 10px;
        break-inside: avoid;
    }

    .single-book .review .text {
        margin-bottom: 10px
    }

    /* Lists
    --------------------------------------------- */

    .single-list .content-area .entry-content-wrap {
        padding: 0;
    }

    .single-list .content-area .entry-header {
        margin: 0 0 20px;
    }

    .single-list .entry-meta {
        margin-bottom: 0;
    }

    .single-list .entry-header .excerpt {
        margin-bottom: 20px;
    }

    .single-list h1.entry-title {
        margin-bottom: 0;
    }

    .single-list .entry-content .list {
        display: block;
    }

    .single-list .edit-sort .bookshelf-title {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .single-list .item {
        margin-bottom: 15px;
        break-inside: avoid;
    }

    .single-list .list-panel {
        margin: 0 0 40px;
    }

    .single-list .item .image {
        flex:  0 0 100px;
    }

    .single-list .item img {
        height: 120px;
        width: 80px;
    }

    .single-list .information-panel .title {
        display: block;
    }

    .single-list .information-panel .avatar {
        width: 80px;
        border-radius: 50%;
    }

    .single-list .list-footer,
    .single-list .list-taxonomy-group {
        display: none;
    }

    /* Collections
    --------------------------------------------- */

    .single-collection .item-body {
        margin: 0;
    }

    .library-thumbnails .thumbnail img, 
    .library-thumbnails .thumbnail .generic-image {
        height: 90px;
        width: 60px;
    }

    .library-thumbnails .collection {
        break-inside: avoid;
    }

    /* Search results
    --------------------------------------------- */

    .search-results .content-area {
        margin: 0;
    }

    .book-results .grid-view .item {
        break-inside: avoid;
    }

     .search-results .image-title img{
        height: 120px;
        width: 80px;
    }

}

