.carousel-container{position:relative;overflow:hidden;border:1px solid #e5e7eb;border-radius:24px;padding:16px;--outer-r:24px;--p-distance:12px;background-color:#ffffff}.carousel-track{display:flex}.carousel-item{position:relative;display:flex;flex-shrink:0;flex-direction:column;align-items:flex-start;justify-content:space-between;border:1px solid #e5e7eb;border-radius:calc(var(--outer-r) - var(--p-distance));background-color:#f9fafb;overflow:hidden;cursor:grab}.carousel-item:active{cursor:grabbing}.carousel-container.round,.carousel-item.round{border:1px solid #e5e7eb}.carousel-item.round{background-color:#f9fafb;position:relative;bottom:.1em;justify-content:center;align-items:center;text-align:center}.carousel-item-header.round{padding:0;margin:0}.carousel-indicators-container.round{position:absolute;z-index:2;bottom:3em;left:50%;transform:translateX(-50%)}.carousel-item-header{margin-bottom:8px;padding:20px 20px 0}.carousel-icon-container{display:flex;height:48px;width:48px;align-items:center;justify-content:center;border-radius:50%;background-color:#f97316}.carousel-icon{height:24px;width:24px;color:#fff}.carousel-item-content{padding:0 20px 24px}.carousel-item-title{margin-bottom:6px;font-weight:800;font-size:18px;color:#111827}.carousel-item-description{font-size:14px;color:#4b5563;line-height:1.5}.carousel-indicators-container{display:flex;width:100%;justify-content:center}.carousel-indicators{margin-top:12px;display:flex;justify-content:center}.carousel-indicator{height:44px;width:32px;border:none;padding:0;background:none;appearance:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.carousel-indicator:after{content:"";height:8px;width:8px;border-radius:50%;background-color:rgba(249,115,22,.4);transition:background-color .15s,width .15s}.carousel-indicator.active:after{background-color:#f97316;width:20px;border-radius:999px}.carousel-indicator:focus-visible{outline:2px solid #f97316;outline-offset:2px;border-radius:8px}