#igCardPopup {
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 340px;
    max-width: 370px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18), 0 1.5px 4px rgba(0,0,0,0.12);
    background: #fff;
    font-family: 'Segoe UI', Arial, sans-serif;
    border: 1px solid #dbdbdb;
}
.ig-card-header {
    background: linear-gradient(90deg, #f9ce34 0%, #ee2a7b 50%, #6228d7 100%);
    height: 60px;
    position: relative;
}
.ig-card-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    left: 16px;
    top: 30px;
    background: #eee;
    object-fit: cover;
}
.ig-card-body {
    padding: 56px 20px 20px 20px;
}
.ig-card-username {
    font-weight: 600;
    font-size: 1.1rem;
    color: #262626;
    margin-bottom: 2px;
}
.ig-card-name {
    color: #8e8e8e;
    font-size: 0.98rem;
    margin-bottom: 8px;
}
.ig-card-bio {
    font-size: 0.98rem;
    color: #262626;
    margin-bottom: 10px;
    white-space: pre-line;
}
.ig-card-meta {
    display: flex;
    gap: 18px;
    margin-bottom: 10px;
}
.ig-card-meta-item {
    text-align: center;
}
.ig-card-meta-item span {
    display: block;
    font-weight: 600;
    color: #262626;
}
.ig-card-meta-item label {
    font-size: 0.85em;
    color: #8e8e8e;
}
.ig-card-footer {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    font-size: 0.95em;
    color: #8e8e8e;
}
.ig-card-verified {
    color: #3897f0;
    margin-left: 4px;
    vertical-align: middle;
}
.ig-card-link {
    color: #00376b;
    text-decoration: none;
    font-weight: 500;
}
.ig-card-link:hover {
    text-decoration: underline;
}
.ig-card-topics {
    margin-bottom: 8px;
}
.ig-card-topic-badge {
    background: #fafafa;
    color: #262626;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 0.92em;
    margin-right: 4px;
    margin-bottom: 2px;
    display: inline-block;
}