/* ORKIDEM GLOBAL LOCALE V8.3.3 RTL A11Y OFFSCREEN FIX 2026-08-30 */
/*
 * #r46-location-help is an aria-describedby helper.
 * Legacy "left:-9999px" hiding is replaced by a standard clipped SR-only box.
 * It stays in the accessibility tree but no longer expands RTL document width.
 */
#r46-location-help{
  position:absolute!important;
  width:1px!important;
  min-width:1px!important;
  max-width:1px!important;
  height:1px!important;
  min-height:1px!important;
  max-height:1px!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  left:0!important;
  right:auto!important;
  top:0!important;
  bottom:auto!important;
  transform:none!important;
  pointer-events:none!important;
}