.component-inlinegallery{position:relative;border-radius:var(--element-border-radius-small-medium);overflow:hidden}.component-imagegallery-wrapper{display:grid;grid-template-columns:repeat(10,100%);position:relative;overflow-y:auto;overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.component-imagegallery-wrapper::-webkit-scrollbar{display:none}.component-inlinegallery img{scroll-snap-align:start;width:100%;height:100%;aspect-ratio:1;transition:aspect-ratio .35s;border-radius:0!important}.component-inlinegallery-tall img{aspect-ratio:1/1.25}@media (max-width:600px){.component-inlinegallery img,.component-inlinegallery-tall img{aspect-ratio:1.2/1}}.component-imagegallery-arrow{position:absolute;top:50%;margin-top:-15px;opacity:0;width:30px;height:30px;text-align:center;line-height:30px;border-radius:100%;background-color:rgba(255,255,255,.95);color:#000;font-size:.65rem;transition:opacity .35s}.component-inlinegallery:hover .component-imagegallery-arrow{opacity:1}.component-imagegallery-left-arrow{left:10px}.component-imagegllery-first-image .component-imagegallery-left-arrow{opacity:0!important}.component-imagegallery-right-arrow{right:10px}.component-imagegllery-last-image .component-imagegallery-right-arrow{opacity:0!important}.component-image-bubbles{position:absolute;bottom:5px;left:0;right:0;text-align:center;gap:5px;pointer-events:none;z-index:1}.component-image-bubbles>div{display:inline-block;width:8px;height:8px;background-color:rgba(255,255,255,.5);border-radius:100%;z-index:1;margin:0 2px;transform:scale(.8);transition:transform .35s,background-color .35s}.component-image-bubbles>div.active{background-color:#fff;transform:scale(1)}