body.searching {
    max-height: 100vh;
    overflow: hidden;
}

.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255, .95);
    z-index: 999;
    overflow-y: auto;
    display: none;
}

.search-close,
.search-close:hover,
.search-close:active,
.search-close:focus {
    font-size: 3.5em;
    font-weigth: 100;
    font-family: "courier new";
    text-decoration: none;
    position: fixed;
    right: 20px;
    top: 20px;
    color: #bbb;
}

.search-container {
    width: 60%;
    min-width: 400px;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 80px;
}

.search-form input {
    width: 100%;
    border: solid 2px #bbb;
    padding: 6px;
    font-size: 1.8em;
    line-height: 1em;
}

.search-form label {
    font-weight: 400;
    color: #aaa;
}

.search-results {
    margin-top: 40px;
    font-size: 1em;
}

.search-result-description{

}

.search-result a:hover{
    color: var(--sea-main-color-dark);;
}

.search-result-title{
    font-size: 1em;
    font-weight: 600;
}

.search-result-section {
    font-size: 0.9em;
    color:#5b6465;

}

.search-empty {
    text-align: center;
    color: #aaa;
}
