.rating-hscroll {
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.rating-hscroll::-webkit-scrollbar {
    display: none;
}

.rating-hscroll.dragging {
    cursor: grabbing;
    user-select: none;
}

.hscroll-item {
    flex: 0 0 auto;
    min-width: 320px;
    max-width: 320px;
}

.google-reviews-track {
    width: max-content;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
}