/* v26 targeted fixes: keep the right column usable at narrow widths and
   clear an old selected marker whenever a new filter is chosen. */
#stats .share-control{width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important;box-sizing:border-box!important}
#stats .share-control #shareBtn{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:clip!important;padding:7px 2px!important;font-size:clamp(9px,1vw,13px)!important;line-height:1!important}
@media (max-width:900px){
  #stats .share-control #shareBtn{font-size:clamp(8px,1.8vw,11px)!important;padding-left:1px!important;padding-right:1px!important}
}
