/* Compact footer styles: reduce padding, font-size, and spacing for a tighter footer */
.site-footer {
  padding-top: 1.25rem !important; /* reduce vertical padding */
  padding-bottom: 0.75rem !important;
  font-size: 0.95rem;
}
.site-footer .container { max-width: 1200px; }
.site-footer h5, .site-footer h6 { font-size: 1rem; }
.site-footer p, .site-footer a { font-size: 0.9rem; }
.footer-compact-extra { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.footer-compact-extra p { margin-bottom: 0.35rem; }
.footer-compact-extra h6 { margin-bottom: 0.4rem; }
/* make small buttons less tall */
.btn-sm { padding: 0.25rem 0.5rem; font-size: 0.85rem; }
@media (max-width: 767px) {
  .site-footer { padding-top: 0.8rem; padding-bottom: 0.6rem; }
  .footer-compact-extra .col-md-4 { margin-bottom: 0.5rem; }
}
