        select option:disabled {
            color: #999; /* Light gray text color */
            background-color: #f2f2f2; /* Light gray background */
            font-style: italic; /* Italic text */
        }        
        .config-results {
            margin-top: 2rem;
            margin-bottom: 2rem;
            padding-top: 2rem;
            padding-bottom: 2rem;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
        }
        .config-results a {
            text-decoration: underline;
        }
        .config-results a:hover {
            font-weight:600;
            text-decoration: none;
        }
        #inqForm .btn, #configResults .btn, #requestForm .btn {
            background-color: #18468d;
            border-color:#18468d;
            height:52px;
            text-transform: uppercase;
            font-size:13px;
            font-weight: 800;
            font-family: inherit;
            letter-spacing: 1px;
            border-radius: 3px;
        }
        #inqForm .btn:hover, #configResults .btn:hover, #requestForm .btn:hover {
            background-color: #212121;
            border-color: #212121;
        }
        .error {color:red;}

        .alert-success-blue {
            color:black;
            background-color: #e3f7ff;
        }

        p {
            margin-bottom: 0;
        }

        header * {
            box-sizing:initial;
        }

        input[type="search" i], .wp-block-search__inside-wrapper  {
            box-sizing: border-box;
        }

