.weda-flow-revoke-popup {
  border-radius: 4px;
  width: 80%;
}
.weda-flow-revoke-content {
  color: #0009;
  font-size: 16px;
  line-height: 24px;
  max-height: 288px;
  overflow: auto;
  padding: 0 24px;
  text-align: center;
}

.weda-flow-revoke-confirm {
  display: flex;
  border-top: 1px solid #eee;
  margin-top: 32px;
}

.weda-flow-revoke-confirm button {
  width: 50%;
  height: 56px;
}

.weda-flow-revoke-confirm button:first-child {
  border-right: 1px solid #eee;
}
