.post-category span, .post-type-span{
    color: #ffffff;
    text-decoration: none;
    padding: 3px 7.5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    width: min-content;
}
.recomended-posts-container .title-col{
    min-height: 90px;
    justify-content: space-between !important;
}
/*Post Notas vacunas*/
.cpt-data{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.post-type-span{
    width: fit-content;
    color:#fff !important;
    background-color: #b13bab;
    margin: 0 10px 0 0;
    padding: 3px 10px;
    font-size: 10px;
    line-height: 12px;
}
.round-wrapper{
    background-color: #a6c1c5;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

@media (max-width: 997px) {
    .title-col{
        padding-right: 0;
    }
    .post-type-span{
        font-size: 9px;
    }
}
@media (max-width: 767px) {
    .post-type-span{
        font-size: 13px;
        padding: 5px 10px;
    }
}