/* Pied de page léger (pages tunnel) */
.site-footer-min {
  margin-top: 40px;
  padding: 24px 20px 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 12px;
  color: #6b7280;
  background: #fff;
}
.site-footer-min-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin-bottom: 8px;
}
.site-footer-min a {
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}
.site-footer-min a:hover {
  color: #1d9e75;
}
.site-footer-min-sep {
  color: #d1d5db;
  user-select: none;
}
.site-footer-min-copy {
  font-size: 11px;
  color: #9ca3af;
  margin: 0;
  line-height: 1.5;
}
