/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.dbhometext {
    background-color: transparent;
    padding: 2rem 0 0;
}
.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) {
    .dbcategorydesc .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;
    }

}