/**
 * Copyright since 2016 JustIdea Agency.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * 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 contact us for extra customization service at an affordable price
 *
 * @author    JustIdea Agency <contact@justidea.agency>
 * @copyright 2016-2025 JustIdea Agency
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */
.gpsr-widget {
  margin-top: 2rem;
  padding: 1.25rem 1.875rem;
  background: #ffffff;
}
.tab-pane .gpsr-widget {
  margin-top: 0px;
}
.gpsr-widget__item {
  margin-bottom: 2rem;
}
.gpsr-widget__item:last-child {
  margin-bottom: 0rem;
}
.gpsr-widget__data-sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
.gpsr-widget__data-sheet-value {
  margin-bottom: 0px;
}
.gpsr-widget__data-sheet dd.value,
.gpsr-widget__data-sheet dt.name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  min-height: 2.5rem;
  padding: .625rem;
  margin-right: .625rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  word-break: normal;
  background: #f6f6f6
}

.gpsr-widget__data-sheet dd.value:nth-of-type(even),
.gpsr-widget__data-sheet dt.name:nth-of-type(even) {
  background: #f6f6f6
}
