/* Mayroka QR v26 - sosyal buton kesin/hafif konum */
html body .floating-social-btn.ys-social-pos-v26,
html body.ys-theme-2 .floating-social-btn.ys-social-pos-v26,
html body.ys-theme-2 .floating-social-btn.ys-theme2-social-float.ys-social-pos-v26,
html body.ys-theme-2 .floating-social-btn.ys-theme2-social-right.ys-social-pos-v26,
html body.ys-theme-2 .floating-social-btn.ys-theme2-social-scroll.ys-social-pos-v26{
  position:fixed!important;
  top:var(--ys-social-y,50%)!important;
  bottom:auto!important;
  transform:translateY(-50%)!important;
  z-index:100050!important;
  width:auto!important;
  max-width:max-content!important;
  white-space:nowrap!important;
}
html body .floating-social-panel.ys-social-pos-v26,
html body.ys-theme-2 .floating-social-panel.ys-social-pos-v26,
html body.ys-theme-2 .floating-social-panel.ys-theme2-social-float.ys-social-pos-v26,
html body.ys-theme-2 .floating-social-panel.ys-theme2-social-right.ys-social-pos-v26,
html body.ys-theme-2 .floating-social-panel.ys-theme2-social-scroll.ys-social-pos-v26{
  position:fixed!important;
  top:calc(var(--ys-social-y,50%) - 46px)!important;
  bottom:auto!important;
  transform:translateY(-100%)!important;
  z-index:100060!important;
}
html body .floating-social-btn.ys-social-pos-v26[data-social-side="left"],
html body.ys-theme-2 .floating-social-btn.ys-social-pos-v26[data-social-side="left"]{
  left:max(0px,calc(50% - 215px))!important;
  right:auto!important;
  border-radius:0 14px 14px 0!important;
}
html body .floating-social-panel.ys-social-pos-v26[data-social-side="left"],
html body.ys-theme-2 .floating-social-panel.ys-social-pos-v26[data-social-side="left"]{
  left:max(8px,calc(50% - 207px))!important;
  right:auto!important;
}
html body .floating-social-btn.ys-social-pos-v26[data-social-side="right"],
html body.ys-theme-2 .floating-social-btn.ys-social-pos-v26[data-social-side="right"]{
  right:max(0px,calc(50% - 215px))!important;
  left:auto!important;
  border-radius:14px 0 0 14px!important;
}
html body .floating-social-panel.ys-social-pos-v26[data-social-side="right"],
html body.ys-theme-2 .floating-social-panel.ys-social-pos-v26[data-social-side="right"]{
  right:max(8px,calc(50% - 207px))!important;
  left:auto!important;
}
@media(max-width:430px){
  html body .floating-social-btn.ys-social-pos-v26[data-social-side="left"]{left:0!important;right:auto!important;}
  html body .floating-social-panel.ys-social-pos-v26[data-social-side="left"]{left:8px!important;right:auto!important;}
  html body .floating-social-btn.ys-social-pos-v26[data-social-side="right"]{right:0!important;left:auto!important;}
  html body .floating-social-panel.ys-social-pos-v26[data-social-side="right"]{right:8px!important;left:auto!important;}
}
