.lg-outer .jf-gallery-information { background: #111315; color: #f1eee8; text-align: left; padding: 0 clamp(16px, 4vw, 48px); border-top: 1px solid #ffffff28; cursor: auto; }
.lg-outer .jf-gallery-information summary { cursor: pointer; min-height: 44px; padding: 12px 0; font: 500 12px/1.5 'JetBrains Mono', monospace; color: #f1eee8; }
.lg-outer .jf-gallery-information summary:focus-visible { outline: 2px solid #a9d9e4; outline-offset: -2px; }
.lg-outer .jf-gallery-information .jf-project-details { max-height: min(34dvh, 270px); overflow: auto; padding: 0 0 16px; overscroll-behavior: contain; }
.lg-outer .jf-gallery-information dl { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lg-outer .jf-gallery-information .jf-detail-note { margin-top: 10px; max-width: none; }
.lg-outer.jf-has-project-details .lg-content { bottom: calc(100px + var(--jf-gallery-info-height, 44px)) !important; }
.lg-outer.jf-has-project-details .lg-sub-html { display: none; }
@media (max-width: 600px) {
  .lg-outer .jf-gallery-information dl { grid-template-columns: 1fr 1fr; }
  .lg-outer .jf-gallery-information dl > div:nth-child(3) { grid-column: auto; }
  .lg-outer .jf-gallery-information .jf-project-details { font-size: 13px; max-height: 30dvh; }
}
