.jrdk-gallery{isolation:isolate;background:0 0;border-radius:5px;margin:1rem 0;position:relative;overflow:hidden}.jrdk-gallery__track{scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;display:flex;overflow-x:auto}.jrdk-gallery__track::-webkit-scrollbar{display:none}.jrdk-gallery__slide{scroll-snap-align:center;aspect-ratio:16/9;flex:0 0 100%;margin:0;position:relative;overflow:hidden}.jrdk-gallery--peek .jrdk-gallery__track{gap:.5rem}.jrdk-gallery--peek .jrdk-gallery__slide{scroll-snap-align:start;flex-basis:92.5%}.jrdk-gallery__end-spacer{flex:0 0 7.5%;align-self:stretch}.jrdk-gallery--peek:after{content:"";background:linear-gradient(to right, transparent, var(--light));pointer-events:none;z-index:1;width:10%;position:absolute;top:0;bottom:0;right:0}.jrdk-gallery__slide>img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;margin:0;display:block}.jrdk-gallery__nav,.jrdk-gallery__expand{cursor:pointer;background:var(--light);color:var(--darkgray);font:inherit;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;line-height:1;transition:opacity .12s,transform .12s;display:inline-flex;position:absolute;box-shadow:0 2px 6px #00000026}.jrdk-gallery__nav{opacity:0;z-index:2;width:2.25rem;height:2.25rem;font-size:1.5rem;top:50%;transform:translateY(-50%)}.jrdk-gallery__nav[data-dir=prev]{left:.5rem}.jrdk-gallery__nav[data-dir=next]{right:.5rem}.jrdk-gallery:hover .jrdk-gallery__nav{opacity:1}.jrdk-gallery__nav:focus-visible{opacity:1;outline:2px solid var(--secondary);outline-offset:2px}.jrdk-gallery__expand{opacity:.85;width:1.75rem;height:1.75rem;font-size:1rem;bottom:.5rem;right:.5rem}.jrdk-gallery__expand:hover{opacity:1;transform:scale(1.05)}.jrdk-gallery__expand:focus-visible{opacity:1;outline:2px solid var(--secondary);outline-offset:2px}@media (hover:none){.jrdk-gallery__nav{opacity:1}}@media (max-width:800px){.jrdk-gallery--peek .jrdk-gallery__nav{display:none}}.jrdk-gallery__lightbox{background:0 0;border:none;max-width:100vw;max-height:100vh;padding:0;overflow:visible}.jrdk-gallery__lightbox::backdrop{background:#000000d9}.jrdk-gallery__lightbox>img{object-fit:contain;cursor:zoom-out;max-width:95vw;max-height:95vh;display:block}