.hero-review-proof [hidden] {
    display: none !important;
}

.gr-loading-shell {
    min-height: 120px;
}

.gr-fallback-copy {
    margin-top: 16px;
    color: #55638c;
    line-height: 1.7;
}

.gr-fallback-copy p {
    margin: 0 0 14px;
}

.hero-review-card__stars {
    display: flex;
    gap: 3px;
    margin: 0 0 12px;
    color: var(--color-secondary);
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: 0.08em;
}

.hero-review-card {
    min-height: 300px;
}

.gr-review-card__date,
.gr-review-card__attribution {
    font-size: 0.82rem;
    color: #7b88ad;
}

.gr-review-card__attribution a {
    color: inherit;
}

.skeleton {
    background: linear-gradient(90deg, #f4f7fb 25%, #edf1f7 37%, #f4f7fb 63%);
    background-size: 400% 100%;
    animation: grSkeleton 1.8s ease infinite;
}

@keyframes grSkeleton {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}
