
/* V34 sabit mobil konum ve modern tam ekran sohbet */
@media (max-width:768px){
  #lsv26-launcher{
    right:16px !important;
    left:auto !important;
    bottom:calc(var(--ls-mobile-obstruction, 68px) + 12px + env(safe-area-inset-bottom)) !important;
    width:54px !important;
    height:54px !important;
    z-index:2147483000 !important;
    transform:none !important;
    animation:none !important;
    transition:background-color .2s ease,box-shadow .2s ease !important;
  }

  #lsv26-launcher.left{
    left:16px !important;
    right:auto !important;
  }

  #lsv26-box{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    max-width:none !important;
    max-height:100dvh !important;
    border-radius:0 !important;
    transform:none !important;
    z-index:2147483001 !important;
  }
  .lsv-theme-notice{right:16px;bottom:calc(var(--ls-mobile-obstruction,68px) + 78px + env(safe-area-inset-bottom))}
}
