.zeropact-benchmark-container {
  width: auto;
  min-width: auto;
  height: auto;
  padding: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.zeropact-benchmark-value {
  width: 48px;
  color: #159342;
  font-size: 18px !important;
  line-height: 18px !important;
  vertical-align: bottom;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.zeropact-benchmark-value svg {
  max-width: 12px;
  min-width: 12px;
  margin: 0px 8px 4px 0px;
  transform: rotate(-45deg);
}

#zeropact-product-benchmarkComparison {
  color: #159342;
  min-width: 36px;
  font-weight: bold;
  font-size: 28px !important;
  padding: 0;
  margin: 0;
  line-height: 28px !important;
}
.zeropact-benchmark-text {
  max-width: 120px;
  height: auto;
  font-size: 12px !important;
  margin-top: 2px;
  line-height: 12px !important;
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.zeropact-benchmark-value-co2 {
  width: 100%;
  min-width: 32px;
  height: 100%;
  font-size: 12px !important;
  line-height: 12px !important;
  margin-left: 4px;
}

#zeropact-product-benchmark-comparisonCategory {
  font-size: 12px !important;
  font-weight: bold;
}

.zeropact-benchmark-arrow-down {
  height: 24px;
  min-height: 24px;
  width: auto;
  margin-right: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
