/* Heading equivalents */
.heading-2 {
  font-size: 16px;
  font-weight: bold;
  margin: 3em 0em 1.2em 0em;
}

.heading-4 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.33em 0;
}
/* Native HTML Accordion Container */
details.f-accordion-panel {
  position: relative;
  padding: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #fff;
  transition: 0.3s ease;
  border-radius: 5px;
}

/* Accordion Header (Summary) */
details.f-accordion-panel > summary {
  display: flex;
  align-items: center;
  user-select: none;
}

/* Remove outer margins when heading-2 is used as a summary */
details.f-accordion-panel > summary.heading-2 {
  margin: 0;
}

/* Hide WebKit default details marker */
details.f-accordion-panel > summary::-webkit-details-marker {
  display: none;
}
.helpjuice-table-of-contents-container {
  float: left;
  display: none;
}
/* Accordion Inner Content */
.panel-content {
  padding: 15px;
  font-weight: 400;
}
.divDesc {
  margin-bottom: 1em;
}
.ck .f-accordion-panel {
  border: solid 1px gray;
}
