/* Footer alignment fix — 2026-08-03 */
.site-footer .foot-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.3;
}

.site-footer .foot-copy > div {
  margin: 0;
}

.site-footer .footer-domain {
  display: block;
  width: 100%;
  margin-top: 1px;
  text-align: center;
}
