.ncgr-wrapper {
    border: 1px solid #eeeeee;
    padding: 1.5rem;
    border-radius: 8px;
    background: #ffffff;
    font-family: inherit;
    max-width: 900px;
    margin: 0 auto;
}

.ncgr-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1.5rem;
    margin-bottom: 1rem;
}

.ncgr-rating {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    font-weight: 700;
}

.ncgr-rating-value {
    font-size: 2rem;
    line-height: 1;
}

.ncgr-rating-max {
    font-size: 1rem;
    opacity: 0.7;
}

.ncgr-rating-count {
    font-size: 0.9rem;
    opacity: 0.8;
}

.ncgr-reviews {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .ncgr-reviews {
        grid-template-columns: 1fr 1fr;
    }
}

.ncgr-review {
    border-top: 1px solid #eeeeee;
    padding-top: 1rem;
}

.ncgr-review-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.ncgr-review-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.ncgr-review-author {
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.ncgr-review-rating {
    font-size: 0.9rem;
    color: #f6b300;
    margin-bottom: 0.15rem;
}

.ncgr-star {
    margin-right: 2px;
    opacity: 0.4;
}

.ncgr-star.is-active {
    opacity: 1;
}

.ncgr-review-date {
    font-size: 0.8rem;
    opacity: 0.7;
}

.ncgr-review-text {
    font-size: 0.95rem;
    line-height: 1.4;
}

.ncgr-note {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    opacity: 0.7;
}

.ncgr-error {
    color: #c00;
    font-weight: 600;
}
