.goheartme-profile-card {
    display: flex; gap: 16px; padding: 20px;
    background: #fafafa; border: 1px solid #e5e7eb;
    border-radius: 12px; max-width: 400px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.goheartme-profile-avatar {
    width: 64px; height: 64px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
}
.goheartme-profile-body { flex: 1; min-width: 0; }
.goheartme-profile-name {
    font-size: 16px; font-weight: 700; color: #111; text-decoration: none;
}
.goheartme-profile-name:hover { text-decoration: underline; }
.goheartme-profile-bio { font-size: 13px; color: #52525b; margin: 4px 0 8px; line-height: 1.4; }
.goheartme-profile-stats { display: flex; gap: 12px; font-size: 12px; color: #71717a; margin-bottom: 8px; }
.goheartme-profile-cta {
    display: inline-block; font-size: 13px; font-weight: 600;
    color: #dc2626; text-decoration: none;
}
.goheartme-profile-cta:hover { text-decoration: underline; }

.goheartme-hearts-count,
.goheartme-supporters-count {
    font-size: 13px;
}
