/* Touch Target Improvements */
.footer-links-main {
  padding: 4px 4px !important; /* Reduced from 8px */
  display: block;
  min-height: 36px; /* Ensures minimum touch target height */
}

.footer-social-link {
  padding: 8px !important; /* Reduced from 12px */
}

.footer-social-link.first-child {
  margin-right: 4px !important; /* Reduced from 8px */
}

.footer-social-link img {
  width: 24px !important;
  height: 24px !important;
} 