/**
 * Copyright since 2026 Laikas Namams
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 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
 */

.lndp-block {
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px 15px;
  margin: 10px 0;
}

.lndp-title {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e5e5;
}

.lndp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  font-size: 13px;
  line-height: 1.4;
}

.lndp-row:not(:last-child) {
  border-bottom: 1px dotted #eee;
}

.lndp-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding-right: 10px;
}

.lndp-name {
  color: #333;
  font-weight: 500;
}

.lndp-delay {
  color: #999;
  font-size: 11px;
  margin-top: 1px;
}

.lndp-price {
  font-weight: 600;
  color: #232323;
  white-space: nowrap;
}

.lndp-free {
  color: #4caf50;
  font-weight: 600;
}

.lndp-checkout {
  color: #999;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
}

.lndp-range-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.lndp-range-row .lndp-title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.lndp-range-value {
  font-weight: 400;
  color: #232323;
}
