.share-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #fafafa;
  border: 1px solid #c8c9ca;
  border-radius: 32px;
  height: 100%;
  padding: 8px;
  max-width: 446px;
  box-sizing: border-box;
}

.share-wrapper .content-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.badge {
  width: 58px;
  display: flex;
  max-height: 36px;
  padding: 6px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: #e9f5fe;
  backdrop-filter: blur(35px);
}

.gradient-text {
  width: fit-content;
  height: 24px;
  text-align: right;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.265px;
  background: linear-gradient(
    90deg,
    #7561b8 0%,
    #34a2c5 37.4%,
    #34a2c5 58.9%,
    #7561b8 99.9%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.share-wrapper h2 {
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  margin: 24px 0 12px;
}

.share-wrapper .value {
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
}
.gw-modal__left .value span {
  font-size: 32px;
}

.share-wrapper .info-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  color: #222222;
}
.share-wrapper .info-block .desc {
  margin: 0;
}

.info-block .statistic {
  display: flex;
  flex-direction: column;
  align-items: start;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  gap: 12px;
}
.info-block .statistic p {
  color: #969696;
  margin: 0;
}
.info-block .statistic p span {
  color: #222;
}

.available {
  display: flex;
  align-items: center;
  text-wrap: nowrap;
  flex-wrap: wrap;
  gap: 10px;
}

.available span {
  display: flex;
  align-items: center;
}

.available span img {
  margin: 0;
}
