/* Adapt color and line break of 'powered by' in footer - START */
.footer-content li {
  display: block;
}
.footer-content li:last-child {
  margin-top: 3px;
  color: #bbb;
}
.footer-content > :not(:last-child)::after {
  content: " "
}
/* Adapt color and line break of 'powered by' in footer - END */

/* Force height of TypeForm Iframe at bottom of article page - START */
[data-tf-widget="Bohy0SDM"],
[data-tf-widget="SwjQ4bDb"]
{
  height: 540px;
}
/* Force height of TypeForm Iframe at bottom of article page - END */