/* this css is for podcast page only */
#related_articles_widgets ul.article_editor-picks{
    margin-top: 0px!important;
}
#related_articles_widgets .article_editor-picks.editor-picks li {
    display: flex;
    margin-bottom: 24px;
    position: relative;
}
#related_articles_widgets .article_editor-picks.editor-picks{
    width: 100%;
    list-style: none;
    padding-left: 0;
}
#related_articles_widgets .article_editor-picks li img {
    width: 145px;
    height: auto;
}
#related_articles_widgets .article_editor-picks.editor-picks li img {
    height: auto;
    width: 144px;
    padding-right: 0px;
    object-fit: cover;
    border-radius: 4px;
    aspect-ratio: 16 / 9;
}
#related_articles_widgets .latest-right-content{
    padding-left: 16px;
    margin-top: -3px;
    float: left;
}
#related_articles_widgets .article_editor-picks.editor-picks li .latest-right-content p {
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: bold;
    margin-bottom: 4px !important;
    margin-top: 4px !important;
}
#related_articles_widgets .Trends {
    margin: 0 !important;
}
#related_articles_widgets .article_editor-picks.editor-picks li .latest-right-content h3 {
    margin: 0 !important;
}
#related_articles_widgets .latest-right-content h3 {
    margin-top: 7px !important;
}
#related_articles_widgets .article_editor-picks.editor-picks .Trends a{
    background: #d92226 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 14px;
    margin-bottom: 4px;
    padding: 5px 10px;
    font-family: Roboto;
    font-size: 12px !important;
    font-weight: bold;
}
#related_articles_widgets .article_editor-picks.editor-picks .cat_name{
    margin-bottom: 5px;
}
#related_articles_widgets .article_editor-picks li .latest-right-content h3 a{
    font-family: Roboto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    line-height: 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color:#333;
}
#related_articles_widgets .article_editor-picks li .latest-right-content h3 a:hover {
    color: #D92228;
}
.related_articles_mobile #sticky_related_articles h3{
    margin-bottom: 10px;
}
#related_articles_widgets .article_editor-picks .sponsored{
    color: #757575;
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    font-weight: 500;
}
#related_articles_widgets .article_editor-picks .sponsored span{
    font-weight: 200;
    font-size: 12px;
}
@media only screen and (max-device-width : 820px) {
    .related_articles_mobile{display: block!important; width: 100%;}
    .sponsored_post .related_articles_mobile{ display: none !important; }
    .main-title{
        line-height: 0!important;
    }
    .guide-widget-wrapper.mobile-sticky #close_sticky {
        padding: 8px 0px 16px 0px;
    }
    .related_articles_mobile .fixedbar{
        width: 100%;
    }
}
