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

    ██████╗ ███████╗██╗      █████╗ ████████╗███████╗██████╗     ██████╗  ██████╗ ███████╗████████╗███████╗
    ██╔══██╗██╔════╝██║     ██╔══██╗╚══██╔══╝██╔════╝██╔══██╗    ██╔══██╗██╔═══██╗██╔════╝╚══██╔══╝██╔════╝
    ██████╔╝█████╗  ██║     ███████║   ██║   █████╗  ██║  ██║    ██████╔╝██║   ██║███████╗   ██║   ███████╗
    ██╔══██╗██╔══╝  ██║     ██╔══██║   ██║   ██╔══╝  ██║  ██║    ██╔═══╝ ██║   ██║╚════██║   ██║   ╚════██║
    ██║  ██║███████╗███████╗██║  ██║   ██║   ███████╗██████╔╝    ██║     ╚██████╔╝███████║   ██║   ███████║
    ╚═╝  ╚═╝╚══════╝╚══════╝╚═╝  ╚═╝   ╚═╝   ╚══════╝╚═════╝     ╚═╝      ╚═════╝ ╚══════╝   ╚═╝   ╚══════╝

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



    /* Make links non clickable in backend. */

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



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



    /* Other styles */

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