.hfe-search-button-wrapper {
    cursor: auto !important;
}

.hfe-search-button-wrapper input[type="search"] {
    border: 1px solid #ccc !important;
    border-right: none !important;
    margin-top: 10px;
    width: 100% !important;
    cursor: auto !important;
}

.hfe-search-form__container .hfe-search-submit {
    border: 1px solid #ccc !important;
    border-left: none !important;
    background-color: unset !important;
    height:40px;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px;
}

.hfe-search-form__input {
    background-color: unset !important;
    font-size: 16px;
    padding: 0 10px 0 10px !important;
}

.search_results_container {
    position: absolute;
    display: block;
    border: 1px solid gray;
    background-color: #ffffff;
    z-index: 10000;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 5px;
    text-align: left;
    width: 100%;
}

.search_results_container_inner {
    border-bottom: 1px solid gray;
    padding: 4px;
    cursor: pointer;
}

.search_results_container_inner a:focus, .search_results_container_inner a:visited {
    color: #007986 ;
}

.search_results_container_inner:hover {
    background-color: #cccccc;
}

.search_results_container_inner a {
    text-decoration: none;
    color: #000000;
    vertical-align: super !important;
}