/**
 * 2018-2025 KlnWeb
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future.
 *
 *  @author    KlnWeb <contact@kln-web.fr>
 *  @copyright 2018-2025 KlnWeb
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.kln-extra-panel {
  margin-top: 1.5rem;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
}

.kln-extra-title {
  margin: 0;
  padding: 12px 16px;
  font-size: 1.1rem;
  font-weight: 600;
  background: #f5f5f7;
  border-bottom: 1px solid #ececec;
}

.kln-extra-table {
  width: 100%;
  border-collapse: collapse;
}

.kln-extra-table th,
.kln-extra-table td {
  padding: 0.75em 1.2em;
  border-bottom: 1px solid #ececec;
  vertical-align: top;
}

.kln-extra-label {
  width: 32%;
  background: #f9f9fa;
  font-weight: 600;
  white-space: nowrap;
}

.kln-extra-value {
  width: 68%;
  word-break: break-word;
}

.kln-extra-table tr:last-child th,
.kln-extra-table tr:last-child td {
  border-bottom: none;
}

/* Mobile */
@media (max-width: 600px) {
  .kln-extra-table,
  .kln-extra-table tbody,
  .kln-extra-table tr,
  .kln-extra-table th,
  .kln-extra-table td {
    display: block;
    width: 100%;
  }

  .kln-extra-label {
    background: #f5f5f7;
    border-bottom: 1px solid #ececec;
  }

  .kln-extra-table tr {
    border-bottom: 8px solid #f2f3f7;
  }

  .kln-extra-table tr:last-child {
    border-bottom: none;
  }
}
