/**
* 2007-2025 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-2025 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.
*/

.ai-review-summary-block {
  border: 1px solid #e3e6e8;
  border-radius: 8px;
  padding: 16px;
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  font-family: "Amazon Ember", Arial, sans-serif;
}

.ai-summary-header h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.ai-summary-note {
  font-size: 13px;
  color: #565959;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ai-summary-body p {
  margin-bottom: 10px;
  line-height: 1.4;
}

.ai-summary-ratings {
  margin: 12px 0;
}

.ai-bar {
  display: flex;
  align-items: center;
  margin: 4px 0;
  gap: 8px;
  font-size: 14px;
}

.ai-bar .bar {
  flex: 1;
  background: #f1f3f3;
  border-radius: 5px;
  height: 6px;
  overflow: hidden;
}

.ai-bar .fill {
  height: 100%;
  border-radius: 5px;
}

.ai-bar.positive .fill { background: #067d62; }
.ai-bar.neutral .fill { background: #f0ad4e; }
.ai-bar.negative .fill { background: #c45500; }

.ai-summary-section h4 {
  font-size: 15px;
  margin-bottom: 4px;
}

.ai-summary-section.complaints h4 {
  color: #c45500;
}

.ai-last-updated {
  color: #565959;
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
