/* Simple modal/lightbox styles */
.modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.7);z-index:9999;padding:16px;box-sizing:border-box}
.modal-content{width:100%;max-width:1100px;max-height:calc(100vh - 32px);max-height:calc(100dvh - 32px);overflow:hidden;background:#fff;border-radius:6px;padding:12px;box-shadow:0 10px 30px rgba(0,0,0,0.4);box-sizing:border-box;display:flex;align-items:center;justify-content:center}
.modal-content img{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100vh - 56px);max-height:calc(100dvh - 56px);object-fit:contain;margin:0 auto}
.modal-content video{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100vh - 56px);max-height:calc(100dvh - 56px);object-fit:contain;margin:0 auto}
.modal-close{position:absolute;top:12px;right:16px;background:#fff;border-radius:50%;width:32px;height:32px;border:0;cursor:pointer}
.read-more, .video-btn{margin-top:12px;padding:8px 12px;border-radius:6px;border:0;background:#0b5fff;color:#fff;cursor:pointer}
.video-btn.small{padding:6px 10px;font-size:0.9rem;background:#0b7fff}
.highlight-content img.lightbox-trigger{cursor:pointer;max-width:100%;height:auto;border-radius:4px}