.gr-carousel-container-7c2560a9 {
    overflow: hidden;
    width: 100%;
    position: relative;
    cursor: grab;
    padding: 20px 0;
    user-select: none;
    touch-action: pan-y;
}

.gr-carousel-container-7c2560a9:active {
    cursor: grabbing;
}

.gr-carousel-track-7c2560a9 {
    display: flex;
    gap: 20px;
    width: max-content;
    will-change: transform;
}

/* Card Heights Configurations */
.gr-height-equal .gr-carousel-track-7c2560a9 {
    align-items: stretch;
}

.gr-height-equal .gr-card-7c2560a9 {
    height: auto;
}

.gr-card-7c2560a9 {
    width: 320px;
    flex-shrink: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    max-width: 100%;
}

/* Alignments Fixes via containers in natural DOM flow */
.gr-google-icon-container-7c2560a9 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.gr-google-icon-7c2560a9 {
    display: inline-flex;
}

.gr-google-icon-7c2560a9 svg {
    width: 24px;
    height: 24px;
}

.gr-profile-container-7c2560a9 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.gr-profile-7c2560a9 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #eaeaea;
}

.gr-profile-7c2560a9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gr-stars-7c2560a9 {
    display: flex;
    gap: 4px;
    justify-content: center;
    width: 100%;
}

.gr-star-7c2560a9 {
    font-size: 18px;
    color: #e0e0e0;
    line-height: 1;
}

.gr-star-7c2560a9.filled {
    color: #ffb400;
}

.gr-name-7c2560a9 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-align: center;
    width: 100%;
}

.gr-text-7c2560a9 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    width: 100%;
}

/* Fixed height behavior */
.gr-height-fixed .gr-card-7c2560a9 {
    justify-content: center; /* Vertically aligns the content */
}

.gr-height-fixed .gr-text-7c2560a9 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Mobile responsive safeguards */
@media (max-width: 767px) {
    .gr-card-7c2560a9 {
        max-width: 85vw; /* avoid overflow on tiny mobile viewports */
    }
}
