.reviews-container{position:relative;overflow:hidden;touch-action:pan-y}.reviews-slider{display:flex;transition:transform 0.5s ease-in-out;width:100%}.slide-group{display:flex;width:100%;flex-shrink:0}.review-item{flex:0 0 auto;padding:0 8px;box-sizing:border-box}.reviews-nav{position:absolute;top:32%;transform:translateY(-50%);background:rgba(0,0,0,0.1);color:white;border:none;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:2rem}.reviews-nav:hover{background:rgba(0,0,0,0.4)}.reviews-nav:disabled{opacity:0.5;cursor:not-allowed;background-color:rgba(0,0,0,0.2)}.reviews-nav:disabled:hover{background-color:rgba(0,0,0,0.2)}.reviews-nav.prev{left:10px}.reviews-nav.next{right:10px}.reviews-nav:disabled{opacity:0.3;cursor:not-allowed}.reviews-indicators{display:flex;justify-content:center;margin-top:15px;gap:8px}.reviews-indicator{width:10px;height:10px;border-radius:50%;background:#ccc;border:none;cursor:pointer;transition:background 0.3s}.reviews-indicator.active{background:#007bff}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-list-container{margin-top:10px}.review-item-card{padding:15px 0}.review-item-card:last-child{border-bottom:none !important}.review-author-info{flex:1}.review-rating{font-size:14px}.review-text{color:#333;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.review-images img{transition:transform 0.2s}.review-images img:hover{transform:scale(1.05)}.review-list-header{padding-bottom:10px;border-bottom:1px solid #e0e0e0}#review-sort-select{min-width:120px}.review-list-lightbox{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.9);display:none;align-items:center;justify-content:center;z-index:1056}.review-list-lightbox.show{display:flex}.review-list-lightbox img{max-width:90vw;max-height:90vh;border-radius:6px;box-shadow:0 10px 30px rgba(0,0,0,0.5);object-fit:contain}.review-lightbox-close{position:absolute;top:20px;right:20px;width:50px;height:50px;border:none;background:rgba(0,0,0,0.6);color:#fff;border-radius:50%;font-size:28px;line-height:50px;text-align:center;cursor:pointer;z-index:10;transition:background 0.2s}.review-lightbox-close:hover{background:rgba(0,0,0,0.8)}.review-lightbox-prev,.review-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border:none;background:rgba(0,0,0,0.6);color:#fff;border-radius:50%;font-size:36px;line-height:60px;text-align:center;cursor:pointer;z-index:10;transition:background 0.2s;display:flex;align-items:center;justify-content:center}.review-lightbox-prev:hover,.review-lightbox-next:hover{background:rgba(0,0,0,0.8)}.review-lightbox-prev{left:20px}.review-lightbox-next{right:20px}@media (max-width:768px){.review-lightbox-prev,.review-lightbox-next{width:50px;height:50px;font-size:28px}.review-lightbox-prev{left:10px}.review-lightbox-next{right:10px}}