.adelmann-price-from {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  color: #0A2342;
  font-weight: 700;
  line-height: 1.2;
}

.adelmann-price-from__label {
  color: #6B7280;
  font-size: 0.82em;
  font-weight: 600;
  text-transform: lowercase;
}

.adelmann-price-from__price {
  color: #0A2342;
  font-size: 1.05em;
  font-weight: 800;
}

.adelmann-price-from__price del {
  margin-right: 5px;
  color: #9CA3AF;
  font-weight: 600;
  opacity: 0.8;
}

.adelmann-price-from__price ins {
  color: #0A2342;
  font-weight: 800;
  text-decoration: none;
}

.adelmann-price-from__suffix {
  color: #6B7280;
  font-size: 0.78em;
  font-weight: 500;
}
