/* 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 */