.custom-interaction-form {
  margin:0 auto;
  width: 80%;
}

.custom-interaction-form-layout {
}

.custom-interaction-body {
}

.custom-interaction-section {
  margin: 1em 0;
}
.custom-interaction-section::after {
  clear: both;
  content: "";
  display: table;
}

.custom-interaction-footer {
  margin-top: var(--global--spacing-vertical);
}

.custom-interaction-header {
  margin: 1em 0;
  border-bottom: 1px solid black;
}

.custom-interaction-flex-row {
  display: flex;
}
.custom-interaction-flex-row p {
  width: 33%;
}