.lv-post{
    width: 100%;
}

.lv-card-post{
    display: flex;
    flex-direction: column;
    border-top: 22px solid var( --e-global-color-primary );
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2); 
    padding: 25px;
    background-color: #FFF;
    font-family: var(--e-global-typography-primary-font-family);
    width: 100%;
    height: 100%;
}

.lv-card-post__infos{
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 4px;
        display: flex;
        justify-content: space-between;
        align-items:center;
    }

    .lv-card-post__infos .more-infos{
        font-size: 12px;
        line-height: 14px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .lv-card-post__infos .more-infos i{
        color: var( --e-global-color-primary );
    }

.lv-card-post__cat{
        margin: 0 0 0 -8px;
        padding: 0;
        margin-bottom: 10px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .lv-card-post__cat li{
        list-style-type: none;
        border-right: 1px solid var( --e-global-color-primary );
        padding: 0 8px;
    }

    .lv-card-post__cat li:last-child{
        border-right: none;
    }

    .lv-card-post__cat a{
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: var( --e-global-color-primary );
        transition: color 200ms ease-in-out;
    }

    .lv-card-post__cat a:hover{
        color: var( --e-global-color-primary );
    }

.lv-card-post__title,
.lv-card-post__title a{
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        color: #161F29;
        margin-bottom: 10px;
        transition: color 200ms ease-in-out;
    }

    .lv-card-post__title a:hover{
        color: var( --e-global-color-primary );
    }

.lv-card-post__desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}

.lv-card-post__endline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: -5px;
}

.lv-card-post__link{
    font-weight: 600;
    color: var( --e-global-color-primary );
}

.lv-card-post__timetoread{
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: var( --e-global-color-primary );
    margin-bottom: 0;
}
