.reviews-aggregate {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 12px;
}
.reviews-score {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.reviews-stars {
    color: #f5a623;
    font-size: 1.5rem;
    letter-spacing: 2px;
}
.reviews-count {
    color: #aaa;
    font-size: 0.9rem;
}
.review-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 6px;
    padding: 24px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.review-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
}
.review-card-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--color-primary, #c8a96e);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}
.review-card-meta {
    flex: 1;
    min-width: 0;
}
.review-card-name {
    font-weight: 600;
    color: #fff;
    font-size: 0.95rem;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review-card-stars {
    color: #f5a623;
    font-size: 0.85rem;
    letter-spacing: 1px;
}
.review-card-source {
    margin-left: auto;
    flex-shrink: 0;
}
.google-badge {
    font-size: 0.7rem;
    color: #aaa;
    display: flex;
    align-items: center;
    gap: 4px;
}
.google-g {
    width: 18px;
    height: 18px;
}
.review-card-text {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    flex: 1;
}
.review-card-date {
    font-size: 0.78rem;
    color: #777;
}
#reviews-section .owl-carousel .owl-item {
    padding-bottom: 4px;
}
.reviews-google-link {
    margin-top: 28px;
    text-align: center;
}
