.top-search-results {
    position: absolute;
    background: #FFF;
    width: 100%;
    z-index: 3500;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.35);
    top: 34px;
    background: #F9F9F9;
    display: none;
}

.top-search-results h4 {
    font-size: 22px;
    padding: 8px 16px 8px;

    /*background: #EF9F00;
    color: #FFF;*/
}

/* General Suggestion Styles */
.top-search-results em {
    color: #ef9f00;
    background: rgba(239, 159, 0, .1);
    border-radius: 2px;
    padding: 0 1px;
    font-style: normal;
}

/* Layout */
.top-search-results-posts,
.top-search-results-terms {
    float: left;
}
.top-search-results-posts {
    width: 75%;
}
.top-search-results-terms {
    width: 25%;
}

.top-search-results-terms:after {
    content: "";
    display: table;
    clear: both;
}
.top-search-results-posts {
    background: #FFF;
    /*padding-bottom: 8px;*/
    border-bottom-left-radius: 5px;
}

.powered-by-algolia {
    padding: 8px 16px;
    width: 100%;
    color: #8b97a8;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 300;
}
.powered-by-algolia a {
    color: #8b97a8;
}
.powered-by-algolia a:hover {
    text-decoration: none;
}
.powered-by-algolia img {
    width: 55px;
    vertical-align: middle;
}

/* Post Suggestion */
.suggestion-link {
    padding: 8px 16px;
    display: block;
}

.suggestion-link:hover, .suggestion-link.suggestion-cursor {
    text-decoration: none;
    background: rgba(239, 159, 0, .1);
}

.suggestion-link:hover .suggestion-post-title {
    font-weight: bold;
}

.suggestion-link.suggestion-cursor .suggestion-post-title {
    font-weight: bold;
    text-decoration: underline;
}

.suggestion-link:after {
    content: "";
    display: table;
    clear: both;
}

.suggestion-post-thumbnail {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
    border-radius: 3px;
}

.suggestion-post-attributes {
    overflow: hidden;
}

.suggestion-post-title {
    color: #212121;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.suggestion-post-content {
    color: #555;
    display: block;
}

/* Term Suggestion */
.top-search-results-terms .suggestion-post-title {
    padding-left: 25px;
    font-size: 14px;
    margin-bottom: 0;
}

.suggestion-link svg {
    top: 6px;
    position: absolute;
}
