/* blog-footer.css — فوتر بلاگ هماهنگ با برند شهبازیون (طلایی و کرم روشن) */
.site-footer {
  background: var(--footer-bg, #faf8f3) !important;
  color: var(--text-light, #5c5c5c) !important;
  border-top: 1px solid rgba(201,168,76,0.25) !important;
  box-shadow: none !important;
}
.site-footer::before {
  background: none !important;
}
.footer-column h4 {
  color: var(--primary-color, #c9a84c) !important;
  border-bottom-color: rgba(201,168,76,0.3) !important;
}
.footer-column ul li a {
  color: var(--text-light, #5c5c5c) !important;
}
.footer-column ul li a:hover {
  color: var(--primary-dark, #b4922f) !important;
}
.footer-bottom {
  border-top-color: rgba(201,168,76,0.2) !important;
  color: var(--text-lighter, #8a8a8a) !important;
}
.footer-bottom a {
  color: var(--primary-color, #c9a84c) !important;
}
.footer-bottom a:hover {
  color: var(--primary-dark, #b4922f) !important;
}
.contact-divider {
  color: var(--border-color, rgba(0,0,0,0.06)) !important;
}
.footer-contact-list a {
  color: var(--text-light, #5c5c5c) !important;
}
.footer-contact-list a:hover {
  color: var(--primary-dark, #b4922f) !important;
}