.id-consent-wrap {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1rem;
}
.id-consent {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(7, 16, 31, 0.12);
  border-radius: 10px;
  background: #fffdf6;
  color: #07101f;
}
.id-consent__block {
  margin: 0;
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 0.92rem;
  line-height: 1.45;
  color: inherit;
}
.id-consent__version {
  margin: 0;
  font-size: 0.8rem;
  color: #4a5568;
}
.id-consent__withdraw {
  justify-self: start;
  min-height: 40px;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(7, 16, 31, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #07101f;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}
