/* Keep RSS + X footer icons on same line on mobile */
.footer__content span:last-of-type {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}