/* Homepage: fix gap between Automatic contact finder and next frame */
.ukhn-find-pro-home {
  margin-bottom: 18px !important;
  padding-bottom: 0 !important;
}

/* This block had negative top margin and was pulled upward */
.tools-force-visible {
  margin-top: 18px !important;
  margin-bottom: 28px !important;
}

/* Make sure the contact finder card itself does not collapse into next section */
.ukhn-find-pro-card {
  margin-bottom: 0 !important;
}

/* Mobile: smaller but still visible gap */
@media(max-width:640px){
  .ukhn-find-pro-home {
    margin-bottom: 14px !important;
  }

  .tools-force-visible {
    margin-top: 14px !important;
  }
}
