/* srovnat cenu a náš box do jedné řady */
.p-final-price-wrapper{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* náš box */
.start20-pricebox{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0;
  line-height: 1;
  white-space: nowrap;
}

.start20-pricebox__icon{
  font-weight: 300;
  font-size: 16px;
}

.start20-pricebox__price{
  font-weight: 800;
  font-size: 16px;
}

.start20-pricebox__label{
  font-size: 12px;
  opacity: .9;
}