/* ============================================================
   Flow Custom Content
   Standalone component styled like enrol-tab-content
   ============================================================ */

.flow-custom-content {
  background-color: var(--white);
  border: 2px solid var(--theme-color);
  border-radius: 1rem;
  padding: 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 1rem;
  margin: 0 auto;
  max-width: 56rem;
}

/* Headings */
.flow-custom-content h2 {
  font-size: 2.4rem;
  color: var(--almost-black);
  margin: 0 0 1rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 2px dotted var(--theme-color);
}

.flow-custom-content h3 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 700;
  color: var(--almost-black);
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 2px dotted var(--theme-color);
}

.flow-custom-content h3.theme-color {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--theme-color);
  line-height: 1.4;
  margin: 0 0 1rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 2px dotted currentColor;
}

.flow-custom-content p {
  margin-bottom: 1.125rem;
}

.flow-custom-content p.spacing-bottom {
  margin-bottom: 2rem;
}

/* Panels */
.flow-custom-content h3.below-panel {
  margin: 2rem 0 1rem 0;
}

.flow-custom-content .tab-list-panel {
  background: color-mix(in srgb, var(--theme-color) 10%, transparent);
  padding: 2rem;
  border-radius: 1rem;
  margin: 0;
}

/* Images */
.flow-custom-content .two-col-logos {
  margin-top: 1rem;
}

.flow-custom-content .two-col-logos img {
  padding: 1.5rem;
}

/* Lists */
.flow-custom-content ul {
  list-style: none;
  margin: 0.75rem 0;
  padding: 0 0 0 1rem;
}

.flow-custom-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Sharp", "Font Awesome 6 Free", "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--theme-color);
  font-size: 1rem;
  line-height: 1;
  margin-top: 0.5em;
}

.flow-custom-content ul li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.flow-custom-content .space--m {
  margin: 0 0 2.5rem 0;
}
