.carousel-container{--outer-r:28px;--p-distance:12px;will-change:transform;background:linear-gradient(#fff 0%,#faf8f5 100%);border:1px solid #e7e5e4;border-radius:28px;padding:24px 16px;position:relative;overflow:hidden;box-shadow:inset 0 1px #fffc,0 10px 30px -10px #0000000d}@media (max-width:640px){.carousel-container{border-radius:20px;padding:16px 6px}}.carousel-track{transform-style:preserve-3d;will-change:transform;margin:0 auto;display:flex}.carousel-item{cursor:grab;backface-visibility:hidden;transform-style:preserve-3d;will-change:transform;background-color:#fff;border:1px solid #e7e5e4;border-radius:24px;flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:flex-start;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px -2px #00000012}.carousel-item.selected{ring:2px solid #f472b64d;border-color:#f472b6;box-shadow:0 10px 30px -4px #f472b640}.carousel-item:active{cursor:grabbing}.carousel-container.round{border:1px solid #e7e5e4}.carousel-item.round{text-align:center;background-color:#fff;border:1px solid #e7e5e4;justify-content:center;align-items:center;position:relative;bottom:.1em}.carousel-item-header.round{margin:0;padding:0}.carousel-indicators-container.round{z-index:2;position:absolute;bottom:3em;left:50%;transform:translate(-50%)}.carousel-indicators-container{justify-content:center;width:100%;margin-top:20px;display:flex}.carousel-indicators{justify-content:center;align-items:center;gap:8px;display:flex}.carousel-indicator{appearance:none;cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background-color .2s,width .2s,transform .2s}.carousel-indicator:focus-visible{outline-offset:2px;outline:2px solid #f472b6}.carousel-indicator.active{background-color:#f472b6;border-radius:9999px;width:28px}.carousel-indicator.inactive{background-color:#d6d3d1}.carousel-indicator.inactive:hover{background-color:#fbcfe8}
