.custom-article-block{
    border-radius: 25px;
    border: 1px solid rgba(50, 130, 139, 0.20);
    background: #FFF;
    padding: 30px;
    display: flex;
    max-width: 850px;
    margin-bottom: 50px;
    & + &{
        margin-top: 16px;
    }
    .more{
        color: #292E43;
        font-family: 'Roboto';
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        margin-top: 16px;
        display: flex;
        svg{
            margin-left: 18px;
        }
    }
    /* .content{
        & .content__title{
            
        }
    } */
}
.custom-article-block{
    .custom-article-block__img{
        width: 180px;
        flex:none;
        margin-right: 34px;
        img{
            width: 100%;
            border-radius: 25px;
            height: 140px;
            box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.19);
            margin: 0;
        }
    }
}
.custom-article-block__pink{
    background: linear-gradient(103deg, rgba(20, 91, 245, 0.12) 30.42%, rgba(30, 37, 230, 0.12) 88.94%), #FFF;
    border:none;
}

.custom-article-block__yellow{
    flex-direction: column;
    border:none;
    background: linear-gradient(180deg, rgba(198, 211, 46, 0.15) 0%, rgba(178, 211, 46, 0.15) 100%), #FFF;
    .custom-article-block__img{
        width: 100%;
        margin-left: 0;
        margin-bottom: 34px;
        img{
            height: auto;
            max-height: 300px;
            width: 100%;
            object-fit: cover;
        }
    }
}

.content-hero{
    & .content-hero__title{
        color: #292C39;
        font-family: "Roboto Condensed";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 24.6px; /* 102.5% */
        letter-spacing: -0.36px;
        margin-bottom: 6px;
    }
    .date{
        color: #494E65;
        font-family: 'Roboto';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 6px;
    }
    .post-terms{
        display: flex;
        flex-wrap:wrap;
        gap:6px;
        & > *{
            color:#fff;
            padding: 5px 8px;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            border-radius: 6px;
            text-transform: uppercase;
        }
    }
    p{
        margin-top: 6px;
        color: #494E65;
        font-family: 'Roboto';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 157.143% */
    }
}
.color-text{
    background-color:#C9FF71;
    padding: 0 4px;
}

.post-header__info{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    & > span{
        color: #494E65;
        font-family: 'Roboto';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        /* text-transform: uppercase; */
        display: inline-flex;
        align-items: center;
        svg{
            margin-right: 6px;
        }
    }
    & > span + span{
        margin-left: 16px;
    }
    .span-reading-time .rt-postfix{margin-right: 4px;}
}

@media screen and (max-width:767px) {
    .custom-article-block{
        flex-wrap:wrap;
        flex-direction: column;
        .custom-article-block__img{
            margin-right: 0 !important;
            margin-bottom: 16px;
            width: 100%;
           img{
            object-fit: cover;
           }
        }
    }

    .post-header__info{
        margin-top: 13px;
        & > span + span{
            margin-left:0;
        }
        & > span{
            margin-right: 15px;
            margin-bottom: 15px;
            &:last-child{
                margin-left: 0 !important;
                margin-bottom: 0px;
            }
        }
    }
    
}

.post-ratings-image {
    max-width: 16px;
}

.post-ratings {
    img {
        width: 16px;
        max-width: 16px;
    }
}