.zeropact-container {
  width: 100%;
  min-width: 100%;
  height: auto;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.zeropact-container-items {
  width: 100%;
  min-width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.zeropact-head {
  width: min-content;
  height: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zeropact-co2 {
  width: auto;
  height: auto;
  background-color: #eeeeee;
  border-radius: 8px;
  padding: 4px 2px;
  line-height: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.zeropact-co2Text {
  width: auto;
  height: auto;
  margin: 0 8px;
  font-size: 90% !important;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zeropact-foot {
  height: 32px;
  min-height: 32px;
  width: auto;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zeropact-bottom {
  width: 100%;
  padding: 0;
  height: auto;
  margin-top: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.zeropact-know {
  width: auto;
  height: auto;
  font-size: x-small !important;
  text-decoration: underline;
  margin-left: 8px;
  cursor: pointer;
}

.zeropact-by {
  width: auto;
  height: auto;
  padding: 0;
  font-size: x-small !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.zeropact-by img {
  width: auto;
  height: auto;
  margin-left: 4px;
}

.zeropact-know-more-container {
  height: auto;
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
