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

@media (min-width: 768px)
       and (max-width: 1199px) {


    .b612-search-advanced-results {

        position: relative;

        top: auto;

        right: auto;

        width:
            calc(100% - 60px);

        height: auto;

        max-height: 75vh;

        margin:
            30px;

        padding:
            30px 34px;
    }


    .b612-search-advanced-result {

        grid-template-columns:
            120px minmax(0, 1fr);

        column-gap: 28px;

        min-height: 140px;

        padding-bottom: 22px;

        margin-bottom: 22px;
    }


    .b612-search-advanced-result__cover {

        width: 120px;

        height: 120px;
    }


    .b612-search-advanced-result__content {

        padding-right: 30px;
    }


    .b612-search-advanced-result__title {

        font-size: 27px;
    }


    .b612-search-advanced-result__summary {

        font-size: 1.05rem;

        line-height: 1.45;
    }


    .b612-search-advanced-result__link {

        font-size: 1rem;
    }
}
