:host {
  display: block;
}
.demo__radio-group__radio {
  margin-left: 10px;
}
.forms-demo-page-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.demo-forms-values-box {
  flex-shrink: 1;
  width: 35%;
  padding: 16px;
  border: 1px solid black;
  font-family: courier, monospace;
}
.forms-demo-values-header {
  margin-top: 0px;
  font-family: courier, monospace;
}
.demo-form-example {
  flex-grow: 1;
  margin-right: 5%;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .forms-demo-page-wrap {
    flex-wrap: wrap;
  }
  .demo-forms-values-box {
    width: 100%;
    order: 1;
    margin-bottom: 16px;
  }
  .demo-form-example {
    width: 100%;
    order: 2;
  }
}
.forms-demo-ul {
  list-style-type: none;
  padding-left: 0px;
}
.demo-value-label {
  font-weight: bold;
}

.actions {
  display: flex;
}
