.price-compare {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.price-compare del,
.summary-row del {
  color: #8792a8;
  font-weight: 500;
}

.price-compare strong,
.summary-row strong {
  color: #ffd166;
}

.holy-price-note {
  margin-top: 20px;
  border-color: #b88b32;
  background: linear-gradient(135deg, #211d13, #111827);
}
