.footer {
  width: 100%;
  background: var(--footer-bg);
  color: var(--footer-text-color);
  padding: var(--footer-padding);
}

.footer .wp-block-columns {
  justify-content: center !important;
  gap: 16px;
}

.footer a {
  color: var(--footer-link-color);
}
