/* The legacy phone snippet and trailing empty paragraph reserve space outside the footer. */
body.page-id-3210 { padding-bottom: 0 !important; }
body.page-id-3210 .wp-site-blocks > footer.kd-home-footer + p:empty { display: none; }
@media (max-width: 767px) {
  /* Keep copyright reachable when the phone dock is visible, within the dark footer. */
  body.page-id-3210:has(#callnowbutton[data-kdffc-visible="true"]) footer.kd-home-footer > div {
    padding-bottom: calc(94px + env(safe-area-inset-bottom));
  }
}

/* Reserve the same 36px label row when the delivery tab hides the waypoint button. */
.page-id-3210 #k-daeri-fare-calculator .kdb-field-label-row { min-height: 36px; }
