/* Static-site overlay: search results + contact status. Brand: Jost / #4463d5 */

#searchform {
    position: relative;
}

#wepa-search-results {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 40;
    margin-top: 6px;
    background: #fff;
    color: #222;
    border: 1px solid #d8dce6;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.12);
    max-height: 22rem;
    overflow-y: auto;
    text-align: left;
}

#wepa-search-results.is-open {
    display: block;
}

#wepa-search-results .wepa-search-status,
#wepa-search-results .wepa-search-empty {
    margin: 0;
    padding: 12px 14px;
    font-size: 15px;
    color: #555;
}

#wepa-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wepa-search-results li {
    border-top: 1px solid #eee;
}

#wepa-search-results li:first-child {
    border-top: none;
}

#wepa-search-results a {
    display: block;
    padding: 10px 14px;
    color: #4463d5;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.35;
}

#wepa-search-results a:hover,
#wepa-search-results a:focus {
    background: #eef2ff;
    color: #2f4bb8;
}

#wepa-search-results .wepa-search-excerpt {
    display: block;
    margin-top: 4px;
    color: #555;
    font-size: 13px;
    font-weight: 400;
}

#wepa-contact-status {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 15px;
}

#wepa-contact-status.is-success {
    background: #e8f5ee;
    border: 1px solid #cde9da;
    color: #075e29;
}

#wepa-contact-status.is-error {
    background: #fff1f0;
    border: 1px solid #ffd7d4;
    color: #7a1717;
}
