.hjgr-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    font-family: inherit;
}

.hjgr-title {
    font-weight: 800;
    letter-spacing: .04em;
    font-size: 18px;
    margin-bottom: 6px;
    color: #111;
}

.hjgr-stars {
    display: inline-flex;
    gap: 2px;
    color: #fbbc04;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 6px;
}

.hjgr-based {
    font-size: 14px;
    color: #111;
    margin-bottom: 4px;
}

.hjgr-google-wordmark {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    font-family: Arial, Helvetica, sans-serif;
}

.hjgr-google-wordmark .g-blue { color: #4285f4; }
.hjgr-google-wordmark .g-red { color: #ea4335; }
.hjgr-google-wordmark .g-yellow { color: #fbbc05; }
.hjgr-google-wordmark .g-green { color: #34a853; }

.hjgr-bar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-family: inherit;
}

.hjgr-bar .hjgr-stars {
    font-size: 18px;
    margin-bottom: 0;
}

.hjgr-error {
    padding: 10px 12px;
    border-left: 4px solid #d63638;
    background: #fff5f5;
    color: #8a1f11;
    font-size: 14px;
}
