/* JG footer — mirror TA spacing; kept as asset for cache-bust / cascade */
.site-footer {
  overflow-x: hidden;
  max-width: 100vw;
}
.site-footer .footer-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.15rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-menu__link {
  font-weight: 600;
  line-height: 1.35;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}
.site-footer .footer-menu__link:hover {
  color: var(--custom-color-primary, #FF4C41);
}
