:root{
    --post-img-width:10px;
    --product-blogs-title:20px;
    --blog-blogs-title:17px;
}
.engenius-related-blogs ul{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.engenius-related-blogs ul li{
    background-color: white;
    margin-bottom: 30px;
    width: 49%;
}

#relatedBlog-productPage .engenius-related-blogs ul li{
    padding: 17px 20px;
}
#relatedBlog-blogPage .engenius-related-blogs ul li{
    padding: 10px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
}

.engenius-related-blogs ul li a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.engenius-related-blogs ul li a .img-container{
    display: block;
    background-position: center;
    background-size: cover;
}
#relatedBlog-productPage .engenius-related-blogs ul li a .img-container{
    width: 184px;
    height: 126px;
    margin-right: 20px;}

#relatedBlog-blogPage .engenius-related-blogs ul li a .img-container{
    width: 88px;
    height: 88px;
    margin-right: 10px;
}
#relatedBlog-productPage .engenius-related-blogs ul li a .related-right{
    width: calc(100% - 204px);
}
#relatedBlog-blogPage .engenius-related-blogs ul li a .related-right{
    width: calc(100% - 98px);
}
.engenius-related-blogs ul li a .related-right h4.blogs-title{    
    font-weight: 700!important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#relatedBlog-productPage  .engenius-related-blogs ul li a .related-right h4.blogs-title{    
    color: #03A9F4;
    height: calc(var(--product-blogs-title)*2.4);
    font-size: var(--product-blogs-title)!important;
    line-height: calc(var(--product-blogs-title)*1.2)!important;
    margin-bottom: 14px;    
}
#relatedBlog-blogPage .engenius-related-blogs ul li a .related-right h4.blogs-title{
    color: #666666;    
    height: calc(var(--blog-blogs-title)*2.7);
    font-size: var(--blog-blogs-title)!important;
    line-height: calc(var(--blog-blogs-title)*1.35)!important;
    margin-bottom: 5px;    
}
#relatedBlog-blogPage .engenius-related-blogs ul li a:hover .related-right h4.blogs-title{
    color: #03A9F4!important;
    text-decoration: underline;
}
.engenius-related-blogs ul li a .related-right p.blogs-excerpt{
    color: #A1A1A1;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#relatedBlog-productPage .engenius-related-blogs ul li a .related-right p.blogs-excerpt{
    font-size: calc(var(--product-blogs-title)*0.8); 
    line-height: calc(var(--product-blogs-title)*1.1);
    -webkit-line-clamp: 3;
}
#relatedBlog-blogPage .engenius-related-blogs ul li a .related-right p.blogs-excerpt{
    font-size: 14px; 
    line-height: 19px;
    -webkit-line-clamp: 2;
}

/*engenius-related-blogs-list*/

.engenius-related-blogs-list ul li{
    width: 100%;    
}
.engenius-related-blogs-list ul li a{
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;    
}
.engenius-related-blogs-list ul li a:hover{
    color: #03a9f4;
    text-decoration: underline;
}
@media screen and (max-width:1390px){
    .engenius-related-blogs ul li{
        width: 49%;
    }
}

@media (max-width:992px) {
    .engenius-related-blogs ul li{
        width: 100%;
        margin-bottom: 16px;    
    }
}


