/* TMBO — zoom images articles */
.tmbo-article-zoomable{cursor:zoom-in}
.tmbo-article-zoomable:hover{filter:brightness(.96)}
.tmbo-lightbox-open{overflow:hidden}
.tmbo-article-lightbox{
  position:fixed;inset:0;z-index:99999;display:none;
  align-items:center;justify-content:center;padding:28px;
  background:rgba(5,10,18,.88);backdrop-filter:blur(4px)
}
.tmbo-article-lightbox.open{display:flex}
.tmbo-article-lightbox-frame{
  max-width:min(1100px,96vw);max-height:92vh;border-radius:18px;
  overflow:hidden;background:#fff;box-shadow:0 24px 90px rgba(0,0,0,.55)
}
.tmbo-article-lightbox-frame img{display:block;max-width:100%;max-height:92vh;object-fit:contain}
.tmbo-article-lightbox-close{
  position:fixed;top:20px;right:24px;width:46px;height:46px;border:0;
  border-radius:999px;background:#fff;color:#111827;font-size:32px;
  line-height:42px;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.25)
}
.tmbo-article-lightbox-close:hover{background:#f3f4f6}
@media(max-width:720px){
  .tmbo-article-lightbox{padding:14px}
  .tmbo-article-lightbox-close{top:12px;right:12px}
}


