/* ==========================================================
   B612 RESULTS — SMARTPHONE
   Zone droite — résultats de recherche
   ========================================================== */

@media (max-width: 767px) {


    /* ======================================================
       CONTENEUR
    ====================================================== */

    .b612-search-advanced-results {

        position: relative;

        top: auto;

        right: auto;

        width:
            calc(100% - 24px);

        height: auto;

        max-height: 75vh;

        margin:
            20px 12px;

        padding:
            24px 20px;
    }


    /* ======================================================
       RÉSULTAT
    ====================================================== */

    .b612-search-advanced-result {

        display: flex;

        flex-direction: column;

        gap: 22px;

        min-height: 0;

        padding-bottom: 24px;

        margin-bottom: 24px;
    }


    /* ======================================================
       COUVERTURE
    ====================================================== */

    .b612-search-advanced-result__cover {

        align-self: center;

        width: 170px;

        height: 170px;
    }


    /* ======================================================
       CONTENU
    ====================================================== */

    .b612-search-advanced-result__content {

        padding-right: 0;
    }


    .b612-search-advanced-result__header {

        gap: 12px;
    }


    .b612-search-advanced-result__title {

        font-size: 27px;

        line-height: 1.05;
    }


    .b612-search-advanced-result__author {

        font-size: 1rem;
    }


    .b612-search-advanced-result__publisher {

        font-size: 11px;
    }


    .b612-search-advanced-result__summary {

        font-size: 1rem;

        line-height: 1.5;
    }


    /* ======================================================
       MÉTADONNÉES
    ====================================================== */

    .b612-search-advanced-result__meta {

        gap:
            7px 14px;

        font-size: 10px;
    }


    /* ======================================================
       ACTIONS
    ====================================================== */

    .b612-search-advanced-result__actions {

        flex-direction: row;
    }


    /* ======================================================
       LIEN
    ====================================================== */

    .b612-search-advanced-result__link {

        width: 100%;

        font-size: 0.95rem;
    }


    /* ======================================================
       FOOTER
    ====================================================== */

    .b612-search-advanced-result__footer {

        flex-wrap: wrap;

        gap: 12px;
    }


    .b612-search-advanced-result__isbn,
    .b612-search-advanced-result__publisher-footer {

        font-size: 0.9rem;
    }
}
