.shared-gallery.academy-main-gallery{display:flex;flex-direction:column;background:white;overflow:hidden;height:auto!important;min-height:0!important}
.gallery-main{position:relative;flex:1;min-height:400px;background:#dedbd4;overflow:hidden;border-radius:10px}
.gallery-main>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:0}
.gallery-thumbnails{display:flex;gap:8px;padding:12px 16px;flex:none}
.gallery-thumbnails>button{flex:1;min-width:0;height:58px;border:0;padding:0;border-radius:6px;overflow:hidden;background:#eee;cursor:pointer;opacity:.8}
.gallery-thumbnails>button:hover,.gallery-thumbnails>button:focus-visible{opacity:1;outline:2px solid #111;outline-offset:2px}
.gallery-thumbnails img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}
@media(max-width:900px){.gallery-main{flex:auto;height:340px;min-height:340px}}
@media(max-width:600px){.shared-gallery.academy-main-gallery{flex:0 0 100%!important}.gallery-main{height:260px;min-height:260px}.gallery-thumbnails{padding:12px;gap:8px}.gallery-thumbnails>button{height:48px}}
