.oc-lightbox-overlay{
  display:none; position:fixed; top:0; left:0; right:0; bottom:0;
  z-index:9999; background:rgba(0,0,0,.88);
  cursor:zoom-out; align-items:center; justify-content:center;
}
.oc-lightbox-overlay.active{ display:flex; }
.oc-lightbox-overlay img{
  max-width:92vw; max-height:90vh; object-fit:contain;
  border-radius:4px; box-shadow:0 4px 40px rgba(0,0,0,.5);
}
.oc-lightbox-close{
  position:fixed; top:16px; right:20px;
  color:#fff; font-size:36px; cursor:pointer;
  z-index:10000; line-height:1; opacity:.8;
}
.oc-lightbox-close:hover{ opacity:1; }
.blog-content img{ cursor:zoom-in; }
.blog-content a img{ cursor:pointer; }
