.ws-posts .entry-footer{
    display: none;
}

.f-carousel__slide .post-date .ws-icon--calender,
.ws-posts  .post-date .ws-icon--calender{
    fill: #fff;
}

.post{
    position: relative;
}

.f-carousel__slide .post-date,
.ws-posts  .post-date{
    position: absolute;
    left: 7px;
    top: 10px;
    background: #fa0101;
    padding: 2px 8px;
    border-radius: 6px;
    gap: 0.2em;
}

.f-carousel__slide .post-date a,
.ws-posts .post-date a{
    color: #fff;
}

.f-carousel__slide .post-date a:hover,
.ws-posts .post-date a:hover{
    color: #fff;
}

.f-carousel__slide .entry-header{
    margin: 0;
}


