/* V82.34 - Slight centering refinement for Home > Central do Servidor.
   Purpose: move the section content a bit more toward the visual center without altering the structure,
   header/menu, timers, or section content. */

body.home-v82-2 .home-v82-28-latest > .content-area{
  position:relative!important;
  left:18px!important;
  width:min(1280px, calc(100vw - 165px))!important;
  max-width:none!important;
  margin:0 auto!important;
}

/* Keep the internal blocks visually centered inside the available space. */
body.home-v82-2 .home-v82-28-grid,
body.home-v82-2 .home-v82-28-world{
  margin-left:auto!important;
  margin-right:auto!important;
}

/* On narrower screens, remove the horizontal nudge and keep standard centering. */
@media(max-width:1180px){
  body.home-v82-2 .home-v82-28-latest > .content-area{
    left:0!important;
    width:calc(100% - 36px)!important;
  }
}
