/* Homepage: add space after Automatic contact finder card */
.ukhn-find-pro,
.ukhn-find-pro-card,
.ukhn-contact-finder,
.automatic-contact-finder {
  margin-bottom: 24px !important;
}

/* If the section uses cards/grid, make sure the full block has breathing room */
section:has(.ukhn-find-pro-btn[href="/tools/find-contact/"]),
div:has(> .ukhn-find-pro-btn[href="/tools/find-contact/"]) {
  margin-bottom: 24px !important;
}

/* Mobile: a little smaller */
@media(max-width: 640px){
  .ukhn-find-pro,
  .ukhn-find-pro-card,
  .ukhn-contact-finder,
  .automatic-contact-finder,
  section:has(.ukhn-find-pro-btn[href="/tools/find-contact/"]),
  div:has(> .ukhn-find-pro-btn[href="/tools/find-contact/"]) {
    margin-bottom: 18px !important;
  }
}
