.etda-gallery-grid{column-gap:12px;display:grid;max-width:1700px;margin:auto;grid-template-columns:repeat(6,1fr)}@media(max-width:1024px){.etda-gallery-grid{grid-template-columns:repeat(5,1fr)}}@media(max-width:768px){.etda-gallery-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.etda-gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.etda-gallery-grid{grid-template-columns:repeat(2,1fr)}}.etda-item{break-inside:avoid;margin-bottom:12px;background:#fff;border-radius:6px;box-shadow:0 1px 3px rgb(0 0 0 / .06);overflow:hidden}.etda-item img{width:100%;height:auto;display:block}.etda-caption{padding:8px;display:flex;justify-content:space-between;align-items:center;gap:8px;background:#ededed;text-align:center}.etda-title{font-size:14px;font-weight:600}.etda-actions{display:flex;align-items:center;gap:8px;position:absolute;bottom:64px;right:10px}.etda-download-btn{background:#fdfdfd;color:#4e4e4e;border:0;padding:6px 8px;cursor:pointer;display:inline-flex;line-height:20px}.etda-download-btn:hover{background:#fff;color:#000;cursor:pointer}button.etda-download-btn i{margin-right:5px;display:inline-block;align-self:center}.etda-lightbox{position:fixed;left:0;top:0;right:0;bottom:0;background:rgb(0 0 0 / .85);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}.etda-lightbox-inner{position:relative;max-width:95%;max-height:95%}.etda-lightbox-image{max-width:100%;max-height:90vh;display:block;margin:2.5vh auto;border-radius:6px}.etda-lightbox-close{position:absolute;right:-14px;top:5px;background:#fff;border-radius:50%;width:36px;height:36px;border:0;font-size:25px;line-height:36px;cursor:pointer}.etda-lightbox-prev,.etda-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);background:#fff0;border:0;color:#fff;font-size:36px;padding:8px;cursor:pointer}.etda-lightbox-prev{left:-40px}.etda-lightbox-next{right:-40px}@media(max-width:600px){.etda-lightbox-prev{left:10px}.etda-lightbox-next{right:10px}}.etda-arrow-hidden{display:none!important}.etda-title{font-size:14px;font-weight:500;height:38px;align-content:center;line-height:18px;overflow:hidden;width:100%}.etda-item{position:relative;overflow:hidden}.etda-item img{display:block;width:100%;height:auto;transition:opacity 0.28s ease}.etda-item img.loaded{opacity:1}.etda-item::before{content:"";position:absolute;top:50%;left:50%;width:36px;height:36px;margin:-18px 0 0 -18px;border:3px solid #9e9e9e;border-top-color:rgb(255 255 255 / .9);border-radius:50%;animation:etda-spin 0.8s linear infinite;z-index:2}.etda-item.loaded::before{display:none}@keyframes etda-spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.etda-caption{display:block;text-align:center}.etda-actions{display:block;text-align:center;bottom:57px;left:0;right:0}}