.grid-posts14-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.grid-posts14-wrapper .grid-posts14-box {
    display: flex;
}

.grid-posts14-wrapper .grid-posts14-box-wrapper {
    width: 25%;
}

.grid-posts14-wrapper.cascade-post .grid-posts14-box-wrapper:nth-child(odd) {
    padding-top: 30px;
}

.grid-posts14-box .img-container {
    position: relative;
}

.grid-posts14-wrapper .grid-posts14-box .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-posts14-box .post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grid-posts14-box .post-cats {
    display: flex;
}

.grid-posts14-box .post-cats a {
    display: block;
}

.grid-posts14-box .post-title a {
    display: block
}

.grid-posts14-box .post-author {
    display: flex;
    align-items: center;
}

.grid-posts14-box .post-author .author-avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-posts14-box .author-data {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.grid-posts14-title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid-posts14-box .post-stats .dot {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.grid-posts14-box .img-container .post-video-time {
    position: absolute;
}