/* Jemné zarovnání a hierarchie */
.csol-ci-price .row,
.csol-ci-subtotal .row {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  line-height: 1.45;
}
.csol-ci-price .row.excl .label,
.csol-ci-subtotal .row.excl .label {
  opacity: .8;
  font-size: .95em;
}
.csol-ci-price .row.incl .label,
.csol-ci-subtotal .row.incl .label {
  font-weight: 600;
}
.csol-ci-price .amount,
.csol-ci-subtotal .amount {
  white-space: nowrap;
}
