.footer-primary {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.icp-link {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.icp-link:hover { color: #38513e; }

@media (max-width: 680px) {
  .footer-emergency { display: none; }
  footer { justify-content: center; }
  .footer-primary { gap: 10px; }
}

@media (max-width: 480px) {
  .footer-primary > span:first-child { display: none; }
}
