.carousel-container{position:relative;width:100%;overflow:hidden}.carousel-track{display:flex;transition:transform 0.5s ease-in-out}.carousel-item{flex:0 0 100%;padding:0 10px;box-sizing:border-box}@media (min-width:768px){.carousel-item{flex:0 0 50%}}@media (min-width:1024px){.carousel-item{flex:0 0 33.333333%}}.carousel-prev,.carousel-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:rgba(255,255,255,0.9);border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.3s ease;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.carousel-prev:hover,.carousel-next:hover{background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.2)}.carousel-prev{left:-20px}.carousel-next{right:-20px}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.carousel-dot{width:10px;height:10px;border-radius:50%;background-color:#d1d5db;border:none;cursor:pointer;transition:all 0.3s ease;padding:0}.carousel-dot:hover{background-color:#9ca3af}.carousel-dot.active{background-color:#64a8da;width:24px;border-radius:5px}.recensione-card{background-color:white;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,0.1);height:100%;display:flex;flex-direction:column;transition:transform 0.3s ease,box-shadow 0.3s ease}.recensione-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,0.15)}.recensione-stars{display:flex;gap:4px;margin-bottom:12px}.recensione-stars svg{width:20px;height:20px}.recensione-text{flex-grow:1;color:#4b5563;line-height:1.6;margin-bottom:16px;font-size:14px}.recensione-author{color:#1f2937;font-weight:600;font-size:14px;text-align:right}@media (max-width:1023px){.carousel-prev{left:10px}.carousel-next{right:10px}}@media (max-width:767px){.carousel-prev,.carousel-next{width:40px;height:40px}.recensione-card{padding:20px}}