.orbeon .xbl-fr-section {
  display: block;
}
.orbeon .xbl-fr-section:has(+ .xbl-fr-section > .fr-section-title, + .xbl-fr-section > .xforms-group > .fr-section-title) {
  padding-bottom: 20px;
}
.orbeon .xbl-fr-section:last-of-type {
  padding-bottom: 0;
}
.orbeon .xbl-fr-section h2.fr-section-title,
.orbeon .xbl-fr-section h3.fr-section-title,
.orbeon .xbl-fr-section h4.fr-section-title,
.orbeon .xbl-fr-section h5.fr-section-title,
.orbeon .xbl-fr-section h6.fr-section-title,
.orbeon .xbl-fr-section h2.fr-section-iteration-title,
.orbeon .xbl-fr-section h3.fr-section-iteration-title,
.orbeon .xbl-fr-section h4.fr-section-iteration-title,
.orbeon .xbl-fr-section h5.fr-section-iteration-title,
.orbeon .xbl-fr-section h6.fr-section-iteration-title {
  display: flex;
  background-color: #eee;
  font-weight: normal;
  color: #555;
}
.orbeon .xbl-fr-section h2.fr-section-title,
.orbeon .xbl-fr-section h3.fr-section-title,
.orbeon .xbl-fr-section h4.fr-section-title,
.orbeon .xbl-fr-section h5.fr-section-title,
.orbeon .xbl-fr-section h6.fr-section-title {
  margin: 0;
  padding: 0;
}
.orbeon .xbl-fr-section h2.fr-section-iteration-title,
.orbeon .xbl-fr-section h3.fr-section-iteration-title,
.orbeon .xbl-fr-section h4.fr-section-iteration-title,
.orbeon .xbl-fr-section h5.fr-section-iteration-title,
.orbeon .xbl-fr-section h6.fr-section-iteration-title {
  margin: 5px 0 0 0;
  padding: 0 0 0 10px;
}
.orbeon .xbl-fr-section h3.fr-section-title,
.orbeon .xbl-fr-section h4.fr-section-title,
.orbeon .xbl-fr-section h5.fr-section-title,
.orbeon .xbl-fr-section h6.fr-section-title,
.orbeon .xbl-fr-section h3.fr-section-iteration-title,
.orbeon .xbl-fr-section h4.fr-section-iteration-title,
.orbeon .xbl-fr-section h5.fr-section-iteration-title,
.orbeon .xbl-fr-section h6.fr-section-iteration-title {
  border-radius: 4px;
}
.orbeon .xbl-fr-section h2.fr-section-title {
  font-size: 18px;
  line-height: 36px;
  min-height: 36px;
}
.orbeon .xbl-fr-section h2.fr-section-iteration-title {
  font-size: 14.4px;
  line-height: 28.8px;
  min-height: 28.8px;
}
.orbeon .xbl-fr-section h3.fr-section-title,
.orbeon .xbl-fr-section h4.fr-section-title,
.orbeon .xbl-fr-section h5.fr-section-title,
.orbeon .xbl-fr-section h6.fr-section-title {
  font-size: 14.4px;
  line-height: 28.8px;
  min-height: 28.8px;
}
.orbeon .xbl-fr-section h3.fr-section-iteration-title,
.orbeon .xbl-fr-section h4.fr-section-iteration-title,
.orbeon .xbl-fr-section h5.fr-section-iteration-title,
.orbeon .xbl-fr-section h6.fr-section-iteration-title {
  font-size: 11.52px;
  line-height: 23.04px;
  min-height: 23.04px;
}
.orbeon .xbl-fr-section .fr-section-open-close img {
  margin-right: 0;
}
.orbeon .xbl-fr-section .fr-section-open-close {
  padding: 0 7px 0 7px;
}
.orbeon .xbl-fr-section .fr-section-content {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label {
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-help {
  display: none;
  flex-shrink: 0;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-help:not(:empty) {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-indent: 1px;
  background: none;
  max-width: 14px;
  max-height: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-help:not(:empty):before {
  content: "\f05a";
  margin-right: 2px;
  font-size: 12px;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-help:not(:empty) {
  margin-right: 5px;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .btn-link,
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .xforms-output-output {
  white-space: normal;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label .btn-link {
  text-decoration: none;
  color: #555;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label label {
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 0;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-open,
.orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-closed {
  padding-left: 0.5em;
  padding-right: 0.5em;
  cursor: pointer;
  border-collapse: separate;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label:is(*).fr-section-open::before,
.orbeon .xbl-fr-section .fr-section-title .fr-section-label:is(*).fr-section-closed::before {
  width: 1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 75%;
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label:is(*).fr-section-open::before {
  content: "\f0d7";
}
.orbeon .xbl-fr-section .fr-section-title .fr-section-label:is(*).fr-section-closed::before {
  content: "\f0da";
}
.orbeon .xbl-fr-section .fr-mode-view .fr-section-title img,
.orbeon .xbl-fr-section .fr-mode-pdf .fr-section-title img,
.orbeon .xbl-fr-section .fr-mode-email .fr-section-title img {
  display: none;
}
@media print {
  .orbeon .fr-pdf-color-mode-keep-field-colors h2,
  .orbeon .fr-pdf-color-mode-keep-field-colors h3,
  .orbeon .fr-pdf-color-mode-keep-field-colors h4,
  .orbeon .fr-pdf-color-mode-keep-field-colors h5,
  .orbeon .fr-pdf-color-mode-keep-field-colors h6 {
    color: black;
    background: transparent;
  }
  .orbeon .fr-pdf-color-mode-keep-field-colors h2.fr-section-title,
  .orbeon .fr-pdf-color-mode-keep-field-colors h3.fr-section-title,
  .orbeon .fr-pdf-color-mode-keep-field-colors h4.fr-section-title,
  .orbeon .fr-pdf-color-mode-keep-field-colors h5.fr-section-title,
  .orbeon .fr-pdf-color-mode-keep-field-colors h6.fr-section-title {
    color: black;
    background: transparent;
  }
  .orbeon .fr-pdf-color-mode-keep-field-colors h2.fr-section-title .fr-section-label .btn-link,
  .orbeon .fr-pdf-color-mode-keep-field-colors h3.fr-section-title .fr-section-label .btn-link,
  .orbeon .fr-pdf-color-mode-keep-field-colors h4.fr-section-title .fr-section-label .btn-link,
  .orbeon .fr-pdf-color-mode-keep-field-colors h5.fr-section-title .fr-section-label .btn-link,
  .orbeon .fr-pdf-color-mode-keep-field-colors h6.fr-section-title .fr-section-label .btn-link {
    color: black;
    background: transparent;
  }
  .orbeon h2,
  .orbeon h3,
  .orbeon h4,
  .orbeon h5,
  .orbeon h6 {
    border-bottom: 1px solid #e3e3e3;
    color: black;
  }
  .orbeon .fr-page-break-before {
    page-break-before: always;
  }
  .orbeon .xbl-fr-section {
    page-break-before: auto;
    page-break-inside: auto;
    page-break-after: auto;
  }
  .orbeon .xbl-fr-section.fr-page-break-before {
    page-break-before: always;
  }
  .orbeon .xbl-fr-section .fr-section-title {
    page-break-before: auto;
    page-break-inside: avoid;
    page-break-after: avoid;
    background: none;
  }
  .orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-open,
  .orbeon .xbl-fr-section .fr-section-title .fr-section-label.fr-section-closed {
    padding-left: 0;
    background-image: none;
  }
  .orbeon .xbl-fr-section .fr-section-content {
    page-break-before: avoid;
    page-break-inside: auto;
    page-break-after: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid {
    page-break-before: auto;
    page-break-inside: auto;
    page-break-after: auto;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid.fr-page-break-before {
    page-break-before: always;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr.fr-grid-tr-with-long-content {
    page-break-inside: auto;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr.fr-page-break-before {
    page-break-before: always;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr .xforms-label {
    page-break-after: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr .xforms-textarea pre,
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr span.xforms-field {
    page-break-before: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr .xforms-textarea pre {
    page-break-inside: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr .xforms-textarea pre.fr-long-content {
    page-break-inside: auto;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr span.xforms-field {
    page-break-inside: avoid;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr span.xforms-field.fr-long-content {
    page-break-inside: auto;
  }
  .orbeon .xbl-fr-section .fr-section-content .xbl-fr-grid .fr-grid-tr blockquote {
    page-break-inside: auto;
  }
  .orbeon #xforms-form .fr-section-title .xforms-help {
    display: none;
  }
}
