
.second-query .is-vertical{
    gap: var(--wp--preset--spacing--10);
	flex-direction: column;
	align-items: flex-start;
}
.second-query h2{
    margin: 0;
}
.result-indication *{
    margin: 0!important;
}
#ajax-search-results.search-template  .type-post:first-child {
    grid-area: 1;
    flex-direction: column !important;
  }
#ajax-search-results.search-template  .type-post:first-child figure{
    aspect-ratio: 1/1 !important;
	height: auto !important;
}
.wp-block-query.top .type-post:first-child .wp-block-read-more,
#ajax-search-results:not(.search-template) .wp-block-query:not(.top) .type-post:first-child .wp-block-read-more{
    top: inherit;
    bottom: 24px;
}
@media only screen and (min-width: 1082px){
.columns-4{
  grid-template-columns: repeat(4, 1fr);
}
}