.text-content > * + * {
  margin-top: 20px;
}
.text-content__links a {
  display: block;
}
.text-content__text > * + * {
  margin-top: 20px;
}
.text-content__text ul {
  list-style: initial;
}
.text-content.theme .title__main {
  color: inherit;
}
.text-content.theme .table {
  background: var(--colour-neutral);
}
.text-content.theme .text-link {
  color: inherit;
}
.text-content.theme.theme--0 {
  background: var(--theme-0-bg);
  color: var(--theme-0-colour);
}
.text-content.theme.theme--1 {
  background: var(--theme-1-bg);
  color: var(--theme-1-colour);
}
.text-content.theme.theme--2 {
  background: var(--theme-2-bg);
  color: var(--theme-2-colour);
}
.text-content.theme.theme--3 {
  background: var(--theme-3-bg);
  color: var(--theme-3-colour);
}
.text-content.theme.theme--4 {
  background: var(--theme-4-bg);
  color: var(--theme-4-colour);
}
.text-content.theme.theme--5 {
  background: var(--theme-5-bg);
  color: var(--theme-5-colour);
}
.text-content.theme.theme--6 {
  background: var(--theme-6-bg);
  color: var(--theme-6-colour);
}
@media (min-width: 768px) {
  .text-content--small {
    width: 50%;
  }
}