.source-module {
  display: flex;

  padding: 16px 0 40px 0;

  justify-content: center;
  align-items: center;
  gap: 10px;

  align-self: stretch;
  background-color: #ffffff;
}

.source-module-text {
  flex: 1 0 0;

  color: #2C2C2C;
  text-align: center;

  font-feature-settings: 'liga' off, 'clig' off;

  font-family: "IberPangea Text";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;

  margin: 0;
}


.source-module-highlight {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 575.98px) {
  .source-module {
    display: none;
  }
}

.source-module-text a {
  color: inherit;
  display: inline-block;
}