.info_eat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #7a7a7a;
    font-size: 14px;
}

.info_eat .content_left,
.info_eat .content_right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.info_eat .content_right {
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
}

.info_eat img {
    height: 35px;
    width: auto;
    margin-right: 8px;
}

.info_eat .cat_editor,
.info_eat .cat_review,
.info_eat .date_upd {
    margin-right: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.info_eat .font-12 {
    font-size: 12px;
}

.info_eat .cat_tag {
    background: #eafbf7;
    color: #1f9379;
    padding: 5px 15px;
    border-radius: 24px;
    font-size: 0.8rem;
    margin-right: 10px;
}

.info_eat .cat_tag svg {
    flex: 0 0 16px;
    margin: 0px 4px -3px -5px;
    height: 16px;
    width: 16px;
    fill: #28be9c;
}

.info_eat .underline {
    color: #232323;
}

.info_eat .underline:hover {
    text-decoration: underline;
}


@media (max-width: 991px) {
    .info_eat {
        flex-direction: column;
    }
    .info_eat .content_right {
        text-align: left;
    }
    .info_eat .content_right {
        justify-content: space-between;
        margin-top: 0.5rem;
    }
    .info_eat .content_left,
    .info_eat .content_right {
        justify-content: space-between;
    }
    .info_eat .cat_tag,
    .info_eat .date_upd {
        margin-right: 0;
    }

}


.info_eat {
    align-items: center;
}
.info_eat .cat_tag {
    background: #DFFFCE;
    color: #308800;
    font-weight: 600;
    font-size: 13px;
}
.info_eat .cat_tag svg path {
    fill: #308800;
}
.info_eat .cat_editor,
.info_eat .cat_review,
.info_eat .date_upd {
    flex-direction: row;
    margin-right: 50px;
}
.info_eat .cat_editor span,
.info_eat .cat_editor a,
.info_eat .cat_review span,
.info_eat .cat_review a,
.info_eat .date_upd span,
.info_eat .date_upd a {
    font-weight: normal;
    font-size: 13px;
    color: var(--color_font);
}
.info_eat .underline {
    margin-left: 8px;
    text-decoration: underline;
}