.post-loop .post-f-img {
    position: relative;
}

.post-loop .post-metadata {
    position: absolute;
    bottom: 8px;
    left: 8px;
}

.post-loop .post-metadata .elementor-post-info li {
    background: #E7EAF4;
    font-size: 14px;
    color: #0E3193;
    border-radius: 50px;
    padding: 4px 20px;
    transition: all 0.2s;
}

.post-loop .post-metadata .elementor-post-info li:hover{
    background: #fff;
}

.post-loop .post-metadata .elementor-post-info * {
    color: #0E3193;
}

.post-loop .post-f-img {
    overflow: hidden;
}

.post-loop .post-f-img img {
    transition: all 0.3s ease-in-out;
}

.post-loop .post-icon i {
    transition: all 0.3s ease-in-out;
}

.post-loop:hover .post-f-img img {
    scale: 1.05;
}

.post-loop:hover .post-icon i {
    transform: rotate(0deg) !important;
}