.pf-chatbot__settings-form-container {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: scroll;
}

.pf-chatbot__settings-form {
  display: flex;
  flex-direction: column;
  max-width: 60rem;
  flex: 1;
}

.pf-chatbot__settings-form-row {
  font-size: var(--pf-t--global--font--size--body--lg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--pf-t--global--border--color--default);
  padding: var(--pf-t--global--spacer--lg);
  font-weight: var(--pf-t--global--font--weight--body--bold);
}

.pf-chatbot__settings-form-row:last-of-type {
  border-bottom: 0px;
}

.pf-chatbot__settings--title {
  font-family: var(--pf-t--global--font--family--heading);
  font-size: var(--pf-t--global--font--size--xl);
  font-weight: var(--pf-t--global--font--weight--body--bold);
  text-align: center;
}

.pf-chatbot__settings-form-container.pf-m-compact {
  .pf-chatbot__settings-form-row {
    padding: var(--pf-t--global--spacer--md);
    font-size: var(--pf-t--global--font--size--body--md);
  }
}

.pf-chatbot__header.pf-m-compact {
  padding-inline-start: var(--pf-t--global--spacer--md);
}
