/**
* 2007-2024 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-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#feedbackcompany-widget .widget-content {
    display: inline-block;
    padding: 2em 0 0 0;
}

#feedbackcompany-widget {
}

#feedbackcompany-widget .rating,
#feedbackcompany-widget .stars,
#feedbackcompany-widget .reviews {
    font-size: 1em;
}

#feedbackcompany-widget .rating {
    font-weight: 400;
    margin-right: 1em;
    color: black;
    font-family: 'Montserrat';
}

#feedbackcompany-widget .stars {
    margin-right: 10px;
    color: #ffc800;
}

#feedbackcompany-widget .stars .star.empty {
    color: #fff2c1;
}

#feedbackcompany-widget .stars .star.half-filled {
    position: relative;
    display: inline-block;
    color: #fff2c1;
}

#feedbackcompany-widget .stars .star.half-filled::before {
    content: '\2605';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: #ffc802;
    opacity: 1;
}

#feedbackcompany-widget .reviews {
    margin-right: 1em;
    color: black;
    font-family: 'Montserrat';
}

#feedbackcompany-widget .feedback-logo {
    height: 25px;
    width: auto;
    margin-right: 10px;
}

#feedbackcompany-widget .widget-text {
    font-size: .875em;
    color: #000;
    font-family: 'Montserrat';
    display: none;
}

@media (min-width: 768px) {

    #feedbackcompany-widget .widget-content {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }

    #feedbackcompany-widget .widget-text {
        display: inline-block;
    }

}


#feedbackcompany-widget {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

