.grw-89a3bb1e-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    background-color: transparent;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.grw-89a3bb1e-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.grw-89a3bb1e-logo {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grw-89a3bb1e-logo svg {
    width: 24px;
    height: 24px;
}

.grw-89a3bb1e-stars {
    display: flex;
    gap: 2px;
    color: #ffc107;
}

.grw-89a3bb1e-stars svg {
    width: 18px;
    height: 18px;
    fill: #ffc107;
}

.grw-89a3bb1e-text {
    font-size: 14px;
    font-weight: 500;
    color: #3c4043;
    margin-bottom: 12px;
}

.grw-89a3bb1e-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #1a73e8;
    background-color: #ffffff;
    border: 1px solid #dadce0;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.grw-89a3bb1e-button:hover {
    background-color: #f8f9fa;
    border-color: #ccc;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.3), 0 1px 3px 1px rgba(60,64,67,0.15);
}
