/* ===== بازنویسی رنگ‌های فوتر برای تم بنفش بلاگ ===== */
.site-footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%) !important;
  color: #f0f0f0 !important;
  border-color: rgba(255,255,255,0.08) !important;
}
.site-footer::before {
  background: linear-gradient(90deg, transparent, #4361ee, #f72585, transparent) !important;
}
.footer-column h4 {
  color: #c0caf5 !important;
  border-bottom-color: rgba(67, 97, 238, 0.4) !important;
}
.footer-column ul li a {
  color: rgba(255,255,255,0.78) !important;
}
.footer-column ul li a:hover {
  color: #f72585 !important;
}
.footer-bottom {
  border-top-color: rgba(255,255,255,0.12) !important;
  color: rgba(255,255,255,0.7) !important;
}
.footer-bottom a {
  color: #f72585 !important;
}
.contact-divider {
  color: rgba(255,255,255,0.25) !important;
}
.footer-contact-list a {
  color: rgba(255,255,255,0.78) !important;
}
.footer-contact-list a:hover {
  color: #f72585 !important;
}