/**handles:salient-child-custom-element-chapters**/
:root {
  --poc-primary: var(--nectar-accent-color);
  --poc-light: var(--nectar-extra-color-1);
  --poc-dark: var(--nectar-extra-color-3);
  --poc-secondary-1: var(--nectar-extra-color-4);
  --poc-secondary-2: var(--nectar-extra-color-2);
  --poc-primary-text-on-dark: #4280fa;
  --white: #fff;
  --black: #000;
}

.wpb_wrapper .poc_chapters {
  margin-bottom: 5em;
}
.wpb_wrapper .poc_chapters .headline {
  font-family: "Axiforma", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 1em;
  color: var(--poc-dark);
}
@media screen and (max-width: 767px) {
  .wpb_wrapper .poc_chapters .headline {
    font-size: 1.25em;
  }
}
.wpb_wrapper .poc_chapters .chapter-item {
  font-family: "Axiforma", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8em;
  line-height: 2.25em;
}
@media screen and (max-width: 767px) {
  .wpb_wrapper .poc_chapters .chapter-item {
    font-size: 0.75em;
  }
}

body.negative-brand .wpb_wrapper .poc_chapters .chapter-item a {
  color: var(--nectar-negative-accent-color);
}
body.negative-brand .wpb_wrapper .poc_chapters .chapter-item a:hover {
  color: var(--nectar-negative-extra-color-4);
}

/*# sourceMappingURL=poc_chapters.css.map */