.co2-saved-wrapper {
  display: inline-block;
}

.co2-saved {
  display: inline-block;
  background: linear-gradient(135deg, #f6fff5 0%, #e8fff0 100%);
  border-radius: 12px;
  padding: 16px 20px;
  box-shadow: 0 6px 18px rgba(10, 20, 10, 0.06);
  min-width: 180px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  text-align: center;
}

.co2-saved .co2-counter {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  display: inline-block;
  margin-bottom: 8px;
  color: #0b6b3a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.co2-saved .co2-unit {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2f4f37;
  margin-left: 6px;
  vertical-align: super;
  opacity: 0.95;
}

.co2-saved .co2-sub {
  font-size: 1rem;
  font-weight: 500;
  color: #4b6b52;
  opacity: 0.95;
}

.co2-disclaimer {
  font-size: 0.8rem;   
  font-style: italic;   /* kursiv */
  line-height: 1.3;
  margin-top: 6px;
  color: #6b6b6b;
  opacity: 0.75;
}

.co2-total-saved {
  display: block;
  text-align: center;
}

.co2-total-value {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  color: #686868;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}