/**
 * 2007-2023 PrestaShop
 *
 * 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.txt.
 * 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.
 *
 * @author    PrestaShop SA <contact@prestashop.com>
 * @copyright 2007-2023 PrestaShop SA
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of PrestaShop SA
 */

.accisa-line {
  margin-top: 10px;
  padding: 5px 0;
  font-weight: bold;
  color: #232323;
  border-top: 1px solid #e5e5e5;
}

.accisa-message {
  margin-bottom: 10px;
  color: #7a7a7a;
}

/* Stile per l'evidenziazione delle accise */
.cart-summary-line.accisa-line .label,
.cart-summary-line.accisa-line .value {
  color: #2fb5d2;
}

.order-confirmation-accisa {
  margin-top: 10px;
  padding: 5px 0;
  color: #232323;
}

.cart-total-price-label-accisa {
  color: #232323;
  font-size: 0.9em;
}

.accisa-before-carrier {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.order-detail-accisa {
  background-color: #fafafa;
  margin-top: 10px;
  padding: 10px;
}

#ps_accisa_admin_order {
  margin-top: 15px;
}

/* Stili per il checkout */
.express-checkout-accisa {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: bold;
}

.checkout-summary-accisa {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 10px;
}

.checkout-confirmation-accisa {
  background-color: #f8f9fa;
  border: 1px solid #e5e5e5;
}

.checkout-confirmation-accisa .card-title {
  color: #2fb5d2;
  font-size: 1rem;
}

/* Stili per la sezione rassicurazione */
.reassurance-accisa {
  margin: 15px 0;
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.reassurance-accisa .h6 {
  color: #2fb5d2;
  font-weight: bold;
}

.reassurance-info {
  margin-top: 5px;
  font-size: 0.9rem;
} 