.mb-lightbox {
  box-sizing: border-box;
  width: min(1440px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  padding: 52px 16px 16px;
  border: 1px solid #454545;
  border-radius: 12px;
  background: #141414;
  color: #eee;
  box-shadow: 0 24px 80px #0009;
}
.mb-lightbox::backdrop { background: #000d; }
.mb-lightbox img { display: block; width: 100%; max-height: calc(100dvh - 180px); object-fit: contain; }
.mb-lightbox-close { position: absolute; top: 6px; right: 8px; width: 44px; height: 44px; border: 0; border-radius: 6px; background: transparent; color: #fff; font: 32px/1 sans-serif; cursor: pointer; }
.mb-lightbox-close:hover { background: #333; }
.mb-lightbox-close:focus-visible { outline: 2px solid #71b7ff; outline-offset: -3px; }
.mb-lightbox-caption { margin: 12px 0 0; font: 14px/1.5 system-ui, sans-serif; text-align: center; }
[data-mb-lightbox] { cursor: zoom-in; }
