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

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


    /* Make links non clickable in backend. */

    .is-root-container .nvm-social-links a {
        pointer-events: none;
    }

    .nvm-social-links p {
        font-style: italic;
        text-align: center;
        margin-bottom: 28px;
        font-weight: normal !important;
    }

    .nvm-social-links.blue-color p {
        color: var(--brand-color-blue);
    }


    .nvm-social-links.blue-color .social a {
        background: var(--brand-color-blue);
    }

    .nvm-social-links.blue-color .social a:hover {
        background: var(--nvm-color-text);
    }
    