/* Small production overrides kept separate from the main stylesheet. */

/* Reserve space in the desktop footer so the floating WhatsApp button
   can never cover Impressum/Datenschutz links. */
@media (min-width: 621px) {
  .site-footer {
    padding-right: 12rem;
  }
}

/* Keep enough vertical space below footer links on phones. */
@media (max-width: 620px) {
  .site-footer {
    padding-bottom: 6rem;
  }
}
