.fhbe-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin:32px 0;}
.fhbe-gallery-item{display:block;overflow:hidden;border-radius:8px;cursor:zoom-in;line-height:0;}
.fhbe-gallery-item img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1;transition:transform .35s ease;display:block;}
.fhbe-gallery-item:hover img{transform:scale(1.05);}
.fhbe-lb{position:fixed;inset:0;background:rgba(0,0,0,.92);display:flex;align-items:center;justify-content:center;z-index:99999;opacity:0;visibility:hidden;transition:opacity .25s ease;}
.fhbe-lb.is-open{opacity:1;visibility:visible;}
.fhbe-lb img{max-width:92vw;max-height:88vh;object-fit:contain;box-shadow:0 6px 40px rgba(0,0,0,.5);border-radius:4px;}
.fhbe-lb-btn{position:absolute;background:none;border:none;color:#fff;font-size:42px;line-height:1;cursor:pointer;padding:12px 20px;user-select:none;opacity:.8;transition:opacity .2s;}
.fhbe-lb-btn:hover{opacity:1;}
.fhbe-lb-close{top:10px;right:14px;font-size:46px;}
.fhbe-lb-prev{left:6px;top:50%;transform:translateY(-50%);}
.fhbe-lb-next{right:6px;top:50%;transform:translateY(-50%);}
.fhbe-lb-counter{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);color:#fff;font-size:14px;opacity:.75;}
@media(max-width:600px){.fhbe-lb-btn{font-size:34px;}.fhbe-lb-prev,.fhbe-lb-next{padding:8px 10px;}}
