/* fixes.css v3 — tüm düzeltmeler main.css içine taşındı */
/* Bu dosya kasıtlı olarak boş bırakıldı */
/* main.css'i güncelleyin, bu dosyayı değil */

/* Safe area desteği (iPhone notch) */
.site-header {
  padding-left: env(safe-area-inset-left, 0px);
  padding-right: env(safe-area-inset-right, 0px);
}
.float-tel {
  bottom: max(22px, calc(env(safe-area-inset-bottom, 0px) + 14px));
  right: max(20px, calc(env(safe-area-inset-right, 0px) + 14px));
}
