.search-post-list { 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    max-width: 928px;
}

.search-post-list .search-post-list-item {
    width: 100%;
    border-bottom: 1px solid var(--border);
}

.search-post-list .search-post-list-item .search-post-list-item-inner {
    display: block;
    position: relative;
    text-decoration: none;
    padding-bottom: 20px;
}

.search-post-list .search-post-list-item .search-post-list-item-inner .search-post-list-item-content {
    display: block;
}

.search-post-list .search-post-list-item .search-post-list-item-inner .search-post-list-item-content .search-post-list-item-content-title {
    display: block;
}

.search-post-list .search-post-list-item .search-post-list-item-inner .search-post-list-item-content .search-post-list-item-content-title h3 {
    padding: 0;
}  

@media(max-width:980px) {


}  