.carousel-wrapper{--carousel-height:400px}.carousel-wrapper[data-fullscreen=true]{--carousel-height:100vh}.carousel-swiper{position:relative;width:100%;max-width:100%}.carousel-swiper .swiper-wrapper{display:flex;align-items:stretch}.carousel-swiper .swiper-wrapper>div[data-node-view-content]{display:contents}.carousel-swiper .swiper-slide{flex-shrink:0;width:100%;height:auto;display:flex;flex-direction:column;justify-content:center}.carousel-slide-wrapper{min-height:var(--carousel-height);align-items:center}.carousel-slide-content,.carousel-slide-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center}.carousel-slide-content{width:100%;height:100%}.carousel-nav-button{background:rgba(0,0,0,.7)!important;border:none!important;border-radius:50%!important;transition:background .2s ease!important}.carousel-nav-button:hover{background:rgba(0,0,0,.85)!important}.carousel-nav-button:active{background:rgba(0,0,0,.95)!important}.carousel-swiper .swiper-pagination{bottom:12px!important}.carousel-swiper .swiper-pagination-bullet{width:10px;height:10px;background:hsl(var(--muted-foreground));opacity:.5;transition:all .3s ease}.carousel-swiper .swiper-pagination-bullet-active{background:hsl(var(--primary));opacity:1;transform:scale(1.2)}.carousel-wrapper:fullscreen{background:black;padding:32px}.carousel-wrapper:fullscreen .carousel-slide-wrapper{min-height:100vh}.carousel-wrapper:fullscreen .carousel-slide-content{color:white}.carousel-wrapper[data-edit-mode=true]{background:var(--background)}.carousel-wrapper[data-edit-mode=true] .carousel-slide-wrapper{min-height:auto;margin-bottom:16px;border:1px solid hsl(var(--border));border-radius:8px;padding:0}.carousel-slide-wrapper .drag-handle{opacity:0;transition:opacity .2s ease}.carousel-slide-wrapper:hover .drag-handle{opacity:1}.carousel-slide-wrapper .drag-handle:active{cursor:grabbing}@media (max-width:768px){.carousel-wrapper{--carousel-height:300px}.carousel-control{width:32px!important;height:32px!important}.carousel-dot-indicators{bottom:8px!important}}@media (max-width:480px){.carousel-wrapper{--carousel-height:250px}.carousel-slide-content{padding:0!important}}.carousel-wrapper[data-loading=true]{opacity:.7;pointer-events:none}.carousel-wrapper[data-loading=true]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid hsl(var(--primary));border-top:3px solid transparent;border-radius:50%;animation:carousel-spin .8s linear infinite}@keyframes carousel-spin{to{transform:translate(-50%,-50%) rotate(1turn)}}.carousel-control:focus-visible,.carousel-dot-indicators button:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}@media print{.carousel-control,.carousel-dot-indicators,.drag-handle{display:none!important}.carousel-wrapper[data-edit-mode=true] .carousel-slide-wrapper{page-break-inside:avoid}}