.settings-form {
  width: min(32rem, 100%);
}

.settings-form-block {
  position: relative;
}

.settings-form-block-title {
  position: absolute;
  top: 0;
  transform: translateY(-55%);
  padding: 0 0.1em;
  margin: 0 -0.1em;
  background-color: rgb(239, 239, 239);
}

.settings-form .consensus-threshold-control {
  width: fit-content;
}

.settings-form .consensus-threshold-control input {
  width: 4em;
}