
.tag-name-top{
    margin-bottom: 48px;
}
.listrecent .card-group{
    margin-bottom: 48px;
}
.listrecent .card{
    border: 0 ;
}
.listrecent .card-body{
    padding: 0;
    margin-bottom: 16px;
}
.listrecent .card-footer{
    padding: 0;
}
.listrecent .card .maxthumb img{
    border-radius: 8px;
}
.listrecent .maxthumb{
    margin-bottom: 16px;
}
.listrecent .text-dark{
    color: var(--Grey-900, #101828);
    /* Semibold (Heading)/20 */
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.listrecent .card-title{
    margin-bottom: 0;
}


.listrecent .post-name{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: var(--Grey-400, #98A2B3);
    font-feature-settings: 'salt' on, 'liga' off;
    /* Semibold (Heading)/14 semibold */
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 171.429% */
}

.listrecent .card-text{
    color: var(--Grey-500, #667085);
/* Regular/16 regular */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */

}

.listrecent .card-footer{
    border: 0;
}

.listrecent .wrapfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listrecent .post-date{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--Grey-400, #98A2B3);
font-feature-settings: 'salt' on, 'liga' off;
/* Semibold (Heading)/14 semibold */
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 171.429% */
}

.listrecent .post-read-more a{
    color: var(--Pink-Dark, #D57BC8);
/* Semibold (Heading)/16 semibold */
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}


.other-tags{
    padding: 48px 0px;
}

.other-tags h2{
    margin-bottom: 24px;
}

.btn-grey-wright{
    padding: 10px 24px;
    margin-right: 18px;
    font-size: var(--font-size-18);
}

.btn-grey-wright:hover{
    background-color: white;
    color: var(--Grey-500, #667085);
    border: 1px solid var(--Grey-500, #667085);
}

.truncate {
    width:100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background:#fff;
}
