.bcpl-layout-host { display:block; max-width:100%; margin:0 0 1.5em; }
.bcpl-empty { border:1px dashed #93BC1B; padding:12px; background:#fff; }
.bcpl-block-placeholder { border:2px solid #93BC1B; padding:16px; background:#fff; }
.bcpl-lightbox { position:fixed; inset:0; z-index:999999; background:rgba(12,12,12,.94); display:none; flex-direction:column; align-items:center; justify-content:center; font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif; color:#fff; }
.bcpl-lightbox.on { display:flex; }
.bcpl-lightbox-stage { flex:1 1 auto; width:100%; min-height:0; display:flex; align-items:center; justify-content:center; padding:48px 56px 8px; box-sizing:border-box; }
.bcpl-lightbox-stage img { max-width:100%; max-height:100%; object-fit:contain; border-radius:4px; box-shadow:0 6px 30px rgba(0,0,0,.6); }
.bcpl-lightbox-cap { flex:0 0 auto; width:100%; max-width:900px; padding:8px 20px 22px; box-sizing:border-box; text-align:center; font-size:15px; line-height:1.45; }
.bcpl-lightbox-cap b { display:block; font-size:17px; margin-bottom:2px; }
.bcpl-lightbox-cap i { color:#cfd3ca; }
.bcpl-lightbox button { position:absolute; background:rgba(0,0,0,.45); color:#fff; border:2px solid rgba(255,255,255,.55); border-radius:50%; width:44px; height:44px; font-size:22px; line-height:1; cursor:pointer; padding:0; }
.bcpl-lightbox button:hover,.bcpl-lightbox button:focus-visible { background:#93BC1B; color:#111; border-color:#93BC1B; outline:none; }
.bcpl-lightbox .x { top:12px; right:14px; }.bcpl-lightbox .p { left:12px; top:50%; transform:translateY(-50%); }.bcpl-lightbox .n { right:12px; top:50%; transform:translateY(-50%); }.bcpl-lightbox .c { position:absolute; top:20px; left:18px; font-size:13px; color:#cfd3ca; }
@media(max-width:600px){.bcpl-lightbox-stage{padding:52px 8px 4px}.bcpl-lightbox .p{left:4px}.bcpl-lightbox .n{right:4px}}
