@layer components {
  footer {
    margin-bottom: 0 !important;
    padding: 2rem 0;
  }

  footer p {
    margin: 0 !important;
  }

  footer .social-icons {
    display: flex;
    gap: 1rem;
  }
}