/* Mobile dock sits over the last pixels. Leave room so copyright
   stays above Telegram / Заявка / Не працює after rubber-band release. */
@media (max-width: 991.98px) {
  html {
    scroll-padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  #footer,
  footer#footer {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px)) !important;
  }
}
