    .g-card {
        width: 220px;
        padding: 16px;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
        text-align: center;
        font-family: system-ui, Segoe UI, Roboto, Arial, sans-serif;
    }

    .g-card img.g-logo {
        width: 100px;
        margin-bottom: 4px
    }

    .g-card h3 {
        font-size: 17px;
        margin: 0 0 6px;
        font-weight: 500
    }

    .g-card .score {
        font-size: 32px;
        font-weight: 600;
        margin: 2px 0
    }

    .g-card .stars {
        font-size: 22px;
        color: #FFD600;
        line-height: 1
    }

    .g-card a.review-link {
        display: block;
        margin-top: 6px;
        color: #1a73e8;
        font-size: 14px;
        text-decoration: none
    }

    .g-card a.review-link:hover {
        text-decoration: underline
    }

    .g-card img.powered {
        width: 92px;
        margin-top: 10px
    }