.search.search-results h1{
    margin: 3rem 0;
}

.search.search-results #main{
    display: flex;
    grid-gap: 3rem;
    flex-wrap: wrap;
}

.search.search-results #main > article{
    width: 30%;
    border-radius: 10px;
    box-shadow: 2px 6px 11px 5px rgb(0 0 0 / 20%);
    padding: 2rem;
}

.search.search-results #main > .navigation.pagination{
    width: 100%;
    text-align: center;
}

.search.search-results #main > .navigation.pagination a{
    color: #0b2740;
}

.search.search-results #main > article header{
    box-shadow: none;
}

.search.search-results #main > article header h2 a{
    color: #0b2740;
    font-family: "Helvetica Neue";
}


.search.search-results .site-main.container{
    margin-bottom: 2rem;
}

.search.search-no-results .wrap{
    margin: 3rem auto;
}

.search.search-no-results .wrap .page-title{
    color: #0b2740;
    margin-bottom: 1rem;
}
.search.search-no-results .wrap .search-form{
    margin-top: 1rem;
}

.search.search-no-results .wrap .search-form button{
    font-family: "Helvetica Neue";
    background: none;
}
