.price-block {
    background-color: #f7f7f7;
    padding: 2rem;
    border-radius: 8px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.info-btn svg {
   cursor: pointer;
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.85rem;
}

.price {
  font-weight: 500;
}





.unit-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  color: #74946C;
  border-top: 1px solid #ddd;
  padding-top: 1rem;
}

.unit-price span.highlight {
  font-size: 1.2rem;
}