/*********************************************************************************

    ██████╗  ██████╗ ███████╗████████╗███████╗    ██╗     ██╗███████╗████████╗
    ██╔══██╗██╔═══██╗██╔════╝╚══██╔══╝██╔════╝    ██║     ██║██╔════╝╚══██╔══╝
    ██████╔╝██║   ██║███████╗   ██║   ███████╗    ██║     ██║███████╗   ██║   
    ██╔═══╝ ██║   ██║╚════██║   ██║   ╚════██║    ██║     ██║╚════██║   ██║   
    ██║     ╚██████╔╝███████║   ██║   ███████║    ███████╗██║███████║   ██║   
    ╚═╝      ╚═════╝ ╚══════╝   ╚═╝   ╚══════╝    ╚══════╝╚═╝╚══════╝   ╚═╝   
                                                                            
 *********************************************************************************/



    /* Make links non clickable in backend. */

    .is-root-container .nvm-posts-list a {
        pointer-events: none;
    }



    /* Undo last row extra bottom margin. */
    
    .nvm-posts-list {
        /* margin-bottom: calc(-1 * var(--nvm-grid-rhythm)); */
    }



    /* No featured image post box. */

    .nvm-posts-list-no-featured-image figure {
        display: none;
    }



    /* No excerpt post box. */

    .nvm-posts-list-no-excerpt .post-box-excerpt {
        display: none;
    }



    /* Other styles */

    .nvm-posts-list .post-box-title {
        font-size: clamp(18px, 14.1px + 1.087vw, 28px);
    }
