.vk_posts-post{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
    margin-bottom: 2em;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: inherit;
}
@media screen and (max-width: 768px){
    .vk_posts-post{
        grid-template-columns: 1fr;
    }
}
.vk_post-post{
    display: block;
    width: 100%;
    padding: 1em;
    background: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-left: 0;
    margin-right: 0;
}
.vk_post_result:visited{
    color: inherit;
}
.vk_post .vk_post_title-post{
    color: #00479d;
    font-size: 1.1em;
    padding: 0 0 .25em;
    border-bottom: solid 1px #e0e0e0;
    font-weight: normal;
}
.vk_post_thumb-post{
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-bottom: 1em;
}
.vk_post_thumb-post img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vk_post_tags-post{
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    gap: .5em;
    margin-top: .5em;
}
.vk_post_tags-post .vk_post_tags-post-li{
    display: inline-block;
    line-height: 1.1;
}