#category .dbcategorydesc {
    margin-bottom: 0;
    background-color: #FFF;
}

.dbcategorydesc .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;
}

.dbcategorydesc p {
    color: #232323;
    font-size: 0.9375rem;
}

.dbcategorydesc ul {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.dbcategorydesc ul {
    color: #232323;
    font-size: 0.9375rem;
    list-style: disc;
}


@media (max-width: 991px) {
    .dbcategorydesc .info_eat {
        flex-direction: column;
    }

    .info_eat .content_right {
        text-align: left;
    }

    #category .dbcategorydesc {
        background-color: #FFF;
        margin-left: -15px;
        margin-right: -15px;
    }

    .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;
    }

}

/* Firma de la categoría */
.dbcd-signature {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin-top: 16px;
    background: #fff
}

.dbcd-signature__header {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 12px;
    background-color: #F1F1F1;
}

.dbcd-pill {
    color: #777;
    font-size: 12px;
}

.dbcd-chip {
    border-bottom: 1px solid #1e3a2d;
    font-size: 13px;
    color: #28401A
}

.dbcd-toggle {
    margin-left: auto;
    font-size: 12px;
    color: #28401A;
    text-decoration: none;
    cursor: pointer;
}

.dbcd-signature__people {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 16px 16px 12px 16px;
    align-items: start;
    flex-wrap: wrap;
}

.dbcd-person {
    display: flex;
    gap: 10px;
    align-items: center
}

.dbcd-chips {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.dbcd-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover
}

.dbcd-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover
}

.dbcd-name {
    font-size: 13px;
    color: #28401A;
}

.dbcd-profession {
    font-size: 13px;
    color: #939393
}

.dbcd-badge {
    display: flex;
    font-size: 14px;
    padding: 2px 8px 2px 6px;
    justify-content: center;
    align-items: center;
    color: #458057;
    gap: 4px;
    border: 1px solid #03B100;
    background: #fff;
    border-radius: 4px;
    padding: 2px 8px 2px 6px;
}

.dbcd-separator {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.dbcd-how {
    font-size: 12px;
    color: #28401A;
    text-decoration: underline
}

.dbcd-signature__people-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.dbcd-signature__evidence {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

@media (max-width:640px) {
    .dbcd-signature__header {
        flex-direction: column;
        align-items: start;
    }

    .dbcd-toggle {
        margin-left: 0;
    }

    .dbcd-person {
        flex-direction: row;
        align-items: start;
    }

    .dbcd-signature__people {
        gap: 20px;
    }

    .dbcd-signature__people-list {
        flex-direction: column;
    }

    .dbcd-signature__evidence {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }

    .dbcd-badge,
    .dbcd-how {
        margin-left: 0
    }
}