/* Shared footer foreground only; no scripts, tracking or decorative transforms. */
.site-footer .nj-footer-profiles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  margin-top: 20px;
  color: #f5f0e5;
  font-size: 15px;
  line-height: 1.5;
}
.site-footer .nj-footer-profiles-label { overflow-wrap: break-word; }
.site-footer .nj-footer-profile-link,
.site-footer .nj-footer-profile-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-sizing: border-box;
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  max-width: 100%;
  padding: 10px;
  border: 1px solid #e6c77d;
  background: #091b2d;
  color: #f5f0e5;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  overflow-wrap: break-word;
}
.site-footer .nj-footer-profile-link img {
  width: 20px;
  height: auto;
  flex: 0 0 auto;
  pointer-events: none;
}
.site-footer .nj-footer-profile-link:hover {
  background: #142d43;
  color: #fff;
  border-color: #f5f0e5;
}
.site-footer .nj-footer-profile-link:focus-visible {
  outline: 2px solid #f5f0e5;
  outline-offset: 3px;
}
.site-footer .nj-footer-profile-link:active {
  background: #06121f;
  color: #fff;
  border-color: #f5f0e5;
}
