#wpo-filter {
    height: 47px;
}
#wpo-main-content .products {
    width: 100%;
}
.post-related-product {
    margin-top: 50px;
}
.post-related-product h3 {
}
.post-block {
    display: flex;
    width: 100%;
    margin-bottom: 36px;
}
.post-block .post-image {width: 350px;}
.post-block .post-image .image {
}
.post-block .post-image .image a {
    display: block;
    height: 230px;
}
.post-block .post-image .image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-block .post-content {
    width: calc(100% - 365px);
    margin-left: auto;
}
.post-block .post-content .post-title {margin-bottom: 9px;}
.post-block .post-content .post-title a {
    color: #55acee;
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
}
.post-block .post-content .post-excerpt {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-block .post-content .post-info {
    margin-top: 10px;
    display: flex;
}
.post-block .post-content .post-info .post-date {}
.post-block .post-content .post-info .post-author_name {
    margin-left: 10px;
}
.post-block .post-content .post-info i {
    margin-right: 6px;
}