/* AcilYanDal mobile footer dock fix v1.2
   Body'nin altına ayrılan beyaz alanı kaldırır; sabit sohbet/AI düğmeleri için
   gerekli güvenli mesafeyi footer'ın kendi koyu zemini içinde ayırır. */
@media (max-width: 1199.98px) {
  html,
  body {
    margin-bottom: 0 !important;
  }

  body {
    padding-bottom: 0 !important;
  }

  body::after {
    content: none !important;
    display: none !important;
    height: 0 !important;
  }

  footer.ayd-footer,
  .ayd-footer {
    margin-bottom: 0 !important;
  }

  body.ayd-mobile-floating-dock footer.ayd-footer,
  body.ayd-mobile-floating-dock .ayd-footer {
    padding-bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
  }

  body:not(.ayd-mobile-floating-dock) footer.ayd-footer,
  body:not(.ayd-mobile-floating-dock) .ayd-footer {
    padding-bottom: max(28px, env(safe-area-inset-bottom, 0px)) !important;
  }

  footer.ayd-footer + .container:empty,
  footer.ayd-footer + div:empty,
  .ayd-footer + .container:empty,
  .ayd-footer + div:empty {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }
}
