
/* (07.09) כפתור הנגישות היה מתחת לבועת הצ׳אט — מעלים אותו מעליה */
#a11y-btn{bottom:96px !important}
#a11y-panel{bottom:156px !important}
@media(max-width:700px){
  #a11y-btn{bottom:calc(94px + env(safe-area-inset-bottom,0px)) !important}
  #a11y-panel{bottom:calc(158px + env(safe-area-inset-bottom,0px)) !important}
}
