/* BYUNSHIJI IMAGE LIGHTBOX V136.1
 * V136.1: overlay above the site header, dark backdrop enforced against
 * the readable-theme overrides, roomy top padding, visible close button. */
.lbx-zoomable-v136{cursor:zoom-in}
html body .lbx-overlay-v136{position:fixed !important;inset:0 !important;
  background:rgba(17,16,8,.93) !important;display:none;
  align-items:center;justify-content:center;flex-direction:column;
  z-index:2147483000 !important;padding:64px 24px 34px !important;margin:0 !important}
html body .lbx-overlay-v136.on{display:flex !important}
html body .lbx-image-v136{max-width:min(94vw,1200px) !important;max-height:74vh !important;
  width:auto !important;height:auto !important;object-fit:contain;
  border-radius:4px;box-shadow:0 24px 80px rgba(0,0,0,.55);cursor:default;
  background:transparent !important}
html body .lbx-caption-v136{color:#EEE4D4 !important;font-size:13.5px;margin-top:14px;
  text-align:center;max-width:80ch;line-height:1.6;background:transparent !important}
html body .lbx-close-v136{position:fixed !important;top:calc(12px + env(safe-area-inset-top,0px)) !important;right:16px !important;
  width:48px;height:48px;border-radius:50% !important;
  background:rgba(254,252,248,.15) !important;
  border:1px solid rgba(255,255,255,.4) !important;
  color:#fff !important;font-size:28px;line-height:1;cursor:pointer;
  z-index:2147483001 !important;display:flex;align-items:center;justify-content:center;
  padding:0 !important}
html body .lbx-close-v136:hover{background:rgba(254,252,248,.3) !important}
@media(max-width:560px){
  html body .lbx-overlay-v136{padding:56px 12px 24px !important}
  html body .lbx-image-v136{max-width:96vw !important;max-height:68vh !important}
}

html body .lbx-docbtn-v142{margin-top:12px;border:1px solid rgba(255,255,255,.4) !important;
  background:rgba(254,252,248,.12) !important;color:#EEE4D4 !important;border-radius:999px;
  padding:7px 16px;font-size:12.5px;cursor:pointer}
html body .lbx-docbtn-v142:hover{background:rgba(254,252,248,.24) !important}
html body .lbx-doc-v142{margin-top:12px;width:min(88vw,760px);max-height:66vh;min-height:30vh;overflow:auto;
  background:rgba(254,252,248,.96) !important;color:#1d1812 !important;border-radius:9px;
  padding:13px 16px;font-size:13px;line-height:1.7;text-align:left}
html body .lbx-doc-label{display:inline-block;margin-top:7px;font-size:11px;color:#8B5418;
  letter-spacing:.08em;font-weight:600}
html body .lbx-doc-pending{color:#7A6C5C;font-size:12px}

@media(max-width:560px){
  html body .lbx-docbtn-v142{min-height:44px;padding:10px 20px;font-size:13.5px}
  html body .lbx-doc-v142{width:94vw;max-height:56vh;font-size:13.5px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
  html body .lbx-caption-v136{font-size:12.5px;padding:0 6px}
  html body .lbx-close-v136{width:44px;height:44px}
}
