.GgrCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.GgrCarousel .GgrCarousel-inner {
    transition: 1s ease all;
    float: left;
    display: flex;
}

.GgrCarousel .GgrCarousel-inner .item {
    float: left;
    padding: 12px;
    box-sizing: border-box;
}

.ggr-card {
    background: #ffffff;
    border: 1px solid #e7ebef;
    border-radius: 12px;
    padding: 16px;
    height: 100%;
}

.ggr-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.ggr-avatar {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    object-fit: cover;
    flex-shrink: 0;
}

.ggr-meta h5 {
    margin: 0;
    font-size: 1rem;
}

.ggr-meta small {
    color: #667085;
}

.ggr-stars span {
    color: #cad3dd;
    font-size: 1rem;
}

.ggr-stars span.is-active {
    color: #f59e0b;
}

.ggr-text p {
    margin: 0;
}

.ggr-left,
.ggr-right {
    cursor: pointer;
    border: 0;
    border-radius: 999px;
    background: #1b589b;
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1;
    padding: 10px 16px;
}

.ggr-left.is-disabled,
.ggr-right.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.ggr-consent-box {
    border: 1px solid #d7dee7;
    border-radius: 10px;
    padding: 16px;
    background: #f6f9fc;
}

.ggr-consent-btn {
    margin-top: 8px;
    cursor: pointer;
    border: 0;
    border-radius: 8px;
    background: #1b589b;
    color: #fff;
    padding: 10px 14px;
}
