/* V82.39 - Events filter cleanup + Central no-baked-text polish + translation safety */

/* Events page: there is only one event category now, so keep a single clean button centered. */
.events-v82-38-page .events-v82-38-filterbar{
  justify-content:center!important;
  margin-bottom:50px!important;
}
.events-v82-38-page .events-v82-38-filterbar button:not([data-news-filter="all"]){
  display:none!important;
}
.events-v82-38-page .events-v82-38-filterbar button[data-news-filter="all"]{
  min-width:220px!important;
}

/* Home Central: image files are now background-only; all visible labels/titles are HTML/CSS overlay. */
body.home-v82-2 .home-v82-28-card-img img,
body.home-v82-2 .home-v82-35-thumb img,
body.home-v82-2 .home-v82-35-main img{
  filter:saturate(1.02) contrast(1.03)!important;
}

/* Top cards: make coded overlay clearly editable and separate from image asset. */
body.home-v82-2 .home-v82-38-card-badge{
  z-index:4!important;
  pointer-events:none!important;
}
body.home-v82-2 .home-v82-38-card-title{
  z-index:4!important;
  pointer-events:none!important;
  max-width:calc(100% - 34px)!important;
  white-space:normal!important;
}

/* Slider thumbs/main: avoid any impression of text being baked into image by separating overlay. */
body.home-v82-2 .home-v82-35-thumb-badge,
body.home-v82-2 .home-v82-35-thumb-title,
body.home-v82-2 .home-v82-35-main-badge,
body.home-v82-2 .home-v82-35-main-title,
body.home-v82-2 .home-v82-35-main-desc{
  pointer-events:none!important;
  text-rendering:geometricPrecision!important;
}

/* Translation resilience: prevent EN/PT label buttons from stretching badly. */
.news-v82-27-filterbar button,
.events-v82-38-filterbar button{
  white-space:nowrap!important;
}

/* News page should not expose event filter anymore. */
.news-v82-27-filterbar button[data-news-filter="evento"],
.news-v82-27-card[data-news-category~="evento"]{
  display:none!important;
}

@media(max-width:720px){
  .events-v82-38-page .events-v82-38-filterbar button[data-news-filter="all"]{
    min-width:180px!important;
  }
  body.home-v82-2 .home-v82-38-card-title{
    font-size:20px!important;
  }
}
