/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/stxgroup/components/greenhouse-form/src/greenhouse-form.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-ghsuccess {
  margin-bottom: 10px;
  text-align: center;
  padding: 10px 10px;
  border-radius: 0.2rem;
}

.twz-ghform {
  max-width: 10000px;
  background: none;
  padding-left: 0;
  padding-top: 0;
  font-family: var(--font-base);
}
.twz-ghform__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--text-color-dark);
}
.twz-ghform__body .btn {
  width: unset !important;
}
.twz-ghform__body .heading {
  float: left;
  margin-top: 0;
  font-size: 2.8rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
.twz-ghform__body h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.twz-ghform .twz-gh-hidden {
  display: none !important;
}
.twz-ghform .twz-gh-info-icon {
  all: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--blue-200);
  color: var(--white);
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.twz-ghform .twz-gh-info-icon:hover {
  background-color: var(--blue-800);
}
.twz-ghform .twz-gh-info-icon:focus {
  outline: 2px solid var(--blue-300);
}
