.gr-8fba52d7-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.gr-8fba52d7-badge {
    display: flex;
    align-items: center;
    background: #0052cc;
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 20px;
    margin: 0 auto 25px auto;
    max-width: 600px;
    box-shadow: 0 4px 12px rgba(0, 82, 204, 0.2);
    justify-content: space-between;
}

.gr-8fba52d7-badge-logo {
    background: #ffffff;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.gr-8fba52d7-badge-info {
    flex-grow: 1;
    margin-left: 15px;
}

.gr-8fba52d7-badge-title {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    display: block;
}

.gr-8fba52d7-badge-stars {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 2px;
}

.gr-8fba52d7-rating-num {
    font-weight: 800;
    font-size: 16px;
}

.gr-8fba52d7-stars {
    color: #ffc107;
    font-size: 16px;
    letter-spacing: 2px;
}

.gr-8fba52d7-reviews-count {
    font-size: 12px;
    opacity: 0.9;
}

.gr-8fba52d7-badge-verification {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
}

.gr-8fba52d7-check {
    color: #24d262;
    font-weight: bold;
}

/* Slider Track Marquee */
.gr-8fba52d7-slider-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.gr-8fba52d7-slider-wrapper::before,
.gr-8fba52d7-slider-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.gr-8fba52d7-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.gr-8fba52d7-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}

.gr-8fba52d7-track {
    display: flex;
    width: max-content;
    animation: marquee-8fba52d7 linear infinite;
}

.gr-8fba52d7-track:hover {
    animation-play-state: paused;
}

.gr-8fba52d7-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    margin: 0 10px;
    width: 280px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #eaeaea;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gr-8fba52d7-card-header {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 6px;
}

.gr-8fba52d7-reviewer {
    font-weight: bold;
    color: #333333;
}

.gr-8fba52d7-verified {
    color: #34a853;
    font-weight: 600;
}

.gr-8fba52d7-card-stars {
    color: #ffc107;
    margin-bottom: 8px;
    font-size: 14px;
}

.gr-8fba52d7-text {
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}

@keyframes marquee-8fba52d7 {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}
