.ks-carousel{position:relative;overflow:hidden;border-radius:12px;background:var(--knack-bg-secondary,#f9fafb)}.ks-carousel-track{display:flex;transition:transform 0.3s ease;will-change:transform}.ks-carousel-slide{flex:0 0 100%;min-width:100%}.ks-carousel-slide img{width:100%;height:auto;display:block;object-fit:cover;max-height:500px}.ks-carousel-prev,.ks-carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:rgba(0,0,0,0.6);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;font-size:18px;transition:opacity 0.2s}.ks-carousel-prev:hover,.ks-carousel-next:hover{background:rgba(0,0,0,0.8)}.ks-carousel-prev{left:8px}.ks-carousel-next{right:8px}.ks-carousel-dots{display:flex;justify-content:center;gap:6px;padding:10px 0;position:absolute;bottom:8px;left:0;right:0}.ks-carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.5);cursor:pointer;border:none;padding:0;transition:background 0.2s}.ks-carousel-dot.active{background:#fff}.ks-carousel-counter{position:absolute;top:12px;right:12px;background:rgba(0,0,0,0.6);color:#fff;font-size:12px;padding:4px 10px;border-radius:12px;z-index:2}@media (max-width:768px){.ks-carousel{border-radius:0}.ks-carousel-slide img{max-height:360px}.ks-carousel-prev,.ks-carousel-next{width:30px;height:30px;font-size:14px}.ks-carousel-prev{left:4px}.ks-carousel-next{right:4px}.ks-carousel-counter{top:8px;right:8px;font-size:11px;padding:3px 8px}}@media (max-width:480px){.ks-carousel-slide img{max-height:280px}.ks-carousel-dots{gap:4px;padding:6px 0}.ks-carousel-dot{width:6px;height:6px}}.aoty-dark-mode .ks-carousel{background:var(--knack-bg-dark-hover,#1f2937)}