.site_footer{
  margin-top: 35px;
  padding: 18px 0;
  background: #E6E7E7;
}

.site_footer_inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.site_footer a{
  color: #565656;
  text-decoration: none;
  font-weight: bold;
  margin-right: 14px;
  display: inline-block;
}

.site_footer a:hover{ text-decoration: underline; }

.footer_copy{ color:#565656; font-weight:bold; }

.footer_links{ margin-top: 6px; }
.site_shell{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site_main{
  flex: 1 0 auto; /* takes remaining height; pushes footer down */
}

/* footer stays natural size */
.site_footer{
  flex-shrink: 0;
}
