.smartsearch-suggestions {
    position: absolute;
    z-index: 100;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    max-height: calc(100vh - 440px);
    overflow-y: auto;
    box-shadow: 0 10px 25px -15px #000;

    width: 640px;
    max-width: calc(100vw - 50px);
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    margin-top: 2px;
    border-radius: 4px;
}

.smartsearch-suggestion {
    display: block;
    padding: 14px 15px;
    text-decoration: none;
    color: #1f6fa8;
    border-bottom: 1px solid #eee;
    line-height: 1.3em;
}

.smartsearch-suggestion:last-child {
    border-bottom: none;
}

.smartsearch-suggestion.is-active,
.smartsearch-suggestion:hover {
    background: #eaf5fc;
}

.smartsearch-suggestion-title {
    font-weight: bold;
    font-size: 1em;
    color: #1f6fa8;
}

.smartsearch-suggestion-snippet {
    font-size: 0.8em;
    color: #555;
    font-weight: 400;
}

.smartsearch-suggestion mark {
    background: #ffe48a;
    padding: 0 1px;
}

.smartsearch-suggestions-header {
    padding: 10px 15px 6px;
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888;
}

.smartsearch-suggestions-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    text-decoration: none;
    color: #1f6fa8 !important;
    font-size: 0.85em;
    font-weight: bold;
    background: #f7f9fb;
    border-top: 1px solid #eee;
}

.smartsearch-suggestions-footer:hover {
    background: #eaf5fc;
}

.smartsearch-suggestions-footer-arrow {
    font-size: 1.1em;
}

#mobsearch .smartsearch-suggestions {
    max-width: 100%;
    max-height: calc(100vh - 40px);
}
#mobsearch .smartsearch-suggestion-title {
    color: #1f6fa8;
}
#mobsearch .smartsearch-suggestion-title:hover {
	color: rgba(0,0,0,0.8);
}
#mobsearch .smartsearch-suggestion-title:visited {
	color: rgba(0,0,0,0.8);
}
