[data-site-footer]{
  display:block;
}

.site-footer{
  border-top:1px solid var(--border);
  padding:28px 0 0;
  margin-top:48px;
  text-align:center;
}

.site-footer p{
  color:var(--text-dim);
  font-size:.82rem;
}

.site-footer a{
  color:var(--accent2);
  text-decoration:none;
}

.site-footer a:hover{
  text-decoration:underline;
}

@media(max-width:680px){
  .site-footer{
    margin-top:40px;
  }
}
