/* BALL COMPETITION — screen integration only.
   All visible screen layout and typography come from the existing BALL stylesheets. */
.competitionPrint{display:none!important}

/* Competition RTL screen integration. The shared BALL shell uses physical left
   offsets for its desktop dock; mirror only this page so Arabic/Hebrew keep the
   same usable content width and hierarchy as LTR competition pages. */
html[dir="rtl"] body.page-competition .dock{
  left:auto;
  right:0;
  border-right:0;
  border-left:1px solid var(--line);
}
html[dir="rtl"] body.page-competition .content{
  margin-left:0;
  margin-right:var(--dock-w);
}
@media (max-width:980px){
  html[dir="rtl"] body.page-competition .dock{
    transform:translateX(105%);
  }
  html[dir="rtl"] body.page-competition .content{
    margin-right:0;
  }
  html[dir="rtl"] body.page-competition #dockToggle:checked ~ .dock{
    transform:translateX(0);
  }
}
html[dir="rtl"] body.page-competition .skip-link{
  left:50%!important;
  right:auto!important;
  top:-120px!important;
  transform:translateX(-50%);
}
html[dir="rtl"] body.page-competition .skip-link:focus{
  top:8px!important;
}
