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

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

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



    /* Search form. */

    .search-form {
    }

        .search-form .search-button {
            font-family: var(--nvm-font-icons), var(--nvm-font-sans-serif);
        }

        .search-form .search-field {
            width: 20em;
            max-width: 75vw;
        }

        .search-form label {
            margin-left: 0.5em;
        }


        .responsiville-popup-contents-wrapper > .responsiville-popup-close::after, 
        .responsiville-popup-contents > .responsiville-popup-close::after {
            top: 10px;
            right: 10px;
            background: transparent;
            content: url('data:image/svg+xml; utf8, <svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 32 32"><path fill="rgb(250,250,250)" d="M20.288 10.272l-4.288 4.288-4.288-4.288-1.408 1.408 4.288 4.288-4.288 4.288 1.408 1.408 4.288-4.288 4.288 4.288 1.408-1.408-4.288-4.288 4.288-4.288zM16 1.952c-7.744 0-13.984 6.272-13.984 14.016s6.24 14.016 13.984 14.016 14.016-6.272 14.016-14.016-6.272-14.016-14.016-14.016zM16 28.96c-7.168 0-12.992-5.824-12.992-12.992s5.824-12.992 12.992-12.992 12.992 5.824 12.992 12.992-5.824 12.992-12.992 12.992z"></path></svg>');
        }

        .responsiville-popup-contents-wrapper > .responsiville-popup-close:hover, 
        .responsiville-popup-contents > .responsiville-popup-close:hover {
            background: transparent;
            color: var(--color-gray-dark);
        }

        .search-form button {
            margin-top: 7px;
        }

        .responsiville-popup-contents-wrapper {
            background: linear-gradient(0, rgb(7 56 172 / 80%) 0%, rgb(7 56 172) 100%);
        }

        .responsiville-popup-contents {
            top: 50% !important;
            left: 50% !important;
            transform: translateX(-50%) translateY(-50%) !important;
        }
                

        html:not(.tablet) .responsiville-popup-contents {
            width: 90% !important;
        }

        html:not(.tablet) .responsiville-popup-contents-inner {
            padding: 15px;
            font-size: 14px;
            text-wrap: balance;
        }


        /** SEARCH RESULTS **/

        .search-results .content-main {
            background-color: var(--brand-color-grey);
        }

        .search-results .hero-section:not( .no-hero-image ) .hero-section-text .page-title {
            font-size: clamp(20px, 16px + 1.2vw, 30px);
        }