.tx-gallery .tx-gallery-topics{display:flex;justify-content:center;margin-bottom:20px;flex-wrap:wrap}.tx-gallery .tx-gallery-topics .topic{background:#fff;padding:10px 40px;cursor:pointer;margin:0 10px;box-shadow:0 0 2px rgba(0,0,0,.5);user-select:none;margin-bottom:20px}.tx-gallery .tx-gallery-topics .topic.topic-selected{background:#eee}.tx-gallery .tx-gallery-topics .topic:hover{box-shadow:0 0 4px rgba(0,0,0,.8)}.tx-gallery .tx-gallery-fullgallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1rem}.tx-gallery .tx-gallery-fullgallery .tx-gallery-image{display:block;aspect-ratio:1.3333333333;overflow:hidden;cursor:pointer;background:#ccc;transition:transform 0.4s ease,opacity 0.4s ease}.tx-gallery .tx-gallery-fullgallery .tx-gallery-image.hidden{opacity:0;transform:scale(.7);pointer-events:none;position:absolute}.tx-gallery .tx-gallery-fullgallery img{width:100%;height:100%;object-fit:cover;display:block}#lightbox{z-index:9999;position:fixed;inset:0;background:rgba(0,0,0,.9);display:none;justify-content:center;align-items:center}#lightbox.active{display:flex}#lightbox img{max-width:90%;max-height:90%}#lightbox-close{position:absolute;top:20px;right:30px;font-size:40px;color:#fff;cursor:pointer;transition:opacity 0.2s ease}#lightbox-close:hover{opacity:.6}.lbnav{position:absolute;top:50%;transform:translateY(-50%);font-size:50px;color:#fff;cursor:pointer;user-select:none;padding:20px}.lbnav.prev{left:20px}.lbnav.next{right:20px}.lbnav:hover{opacity:.6}