span.post-readtime {
    font-size: 16px;
}
.zpost-vtime{
    font-size:0px;
    gap: 0px;
}
.zb-post-details > ul > li:nth-child(2),.zb-post-details > ul > li:nth-child(3){
    display: none;
}

.zb-post-widget {
    padding: 25px 25px 30px;
    border: 1px solid #eceff3;
    background: #f9f9f9;
    margin: 35px 0 25px;
}
.zb-post-widget.widget_text p {
    font-size: 17
        px;
    font-family: var(--zf-primary-semibold);
    line-height: 1.3;
    margin-bottom: 0px;
}
.custom_widget_signup_btn {
    display: inline-block!important;
    text-align: left!important;
    font-size: 13px!important;
    padding: 10px!important;
    background: #f0483e;
    color: #fff;
    font-weight: 600;
    margin-top: 0!important;
}
.custom_widget_signup_btn:hover{
    color: #000 !important;
}
.zb-post-widget.widget_text a {
    font-size: 15px;
    padding: 12px 10px;
    background: #f0483e;
    color: #fff;
    display: block;
    text-align: center;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
    margin: 20px 0 0 0;
}
.zpost-img {
    max-height: 220px;
}
.zb-post-img{
    max-height:unset;
}