.Gallery_galleryContainer__YdWar{display:flex;gap:2rem;padding:2rem}.Gallery_mainImage__Jm078{width:90%;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;position:relative}.Gallery_mainImage__Jm078 img{width:100%;height:30rem;object-fit:cover;transition:opacity .4s ease,transform .4s ease}.Gallery_thumbnails__aG7Wf{width:10%;min-width:80px;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;position:relative;border-radius:1rem;padding:.5rem 0}.Gallery_thumbnails__aG7Wf::-webkit-scrollbar{display:none}.Gallery_thumbnail__sc4r4{position:relative;border-radius:1rem;height:5rem;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.Gallery_thumbnail__sc4r4 img{width:100%;height:100%;object-fit:cover}.Gallery_activeThumbnail__4nCFf:before{content:"";position:absolute;inset:0;background:rgba(0,123,255,.2);border:2px solid #007bff;z-index:1;border-radius:1rem}.Gallery_thumbnail__sc4r4:hover{transform:scale(1.05);box-shadow:0 4px 8px rgba(0,0,0,.2)}@media (max-width:768px){.Gallery_galleryContainer__YdWar{flex-direction:column;padding:1rem}.Gallery_mainImage__Jm078{width:100%}.Gallery_mainImage__Jm078 img{height:20rem}.Gallery_thumbnails__aG7Wf{width:100%;max-height:80px;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:.5rem;padding:.5rem 0}.Gallery_thumbnail__sc4r4{height:80px;width:80px}}