/* Footer - alt kısım, SiteSetting'ten arka plan ve yazı rengi */
.site-footer {
  padding: 0.75rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer a {
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.site-footer a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.site-footer i.fa-copyright {
  margin-right: 0.15rem;
}
