.st-public-profile-hero {
    margin-bottom: 24px;
}

.st-public-profile-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.st-public-profile-label {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.st-public-profile-name {
    margin: 0 0 10px 0;
    font-size: 34px;
    font-weight: 700;
    color: #111;
}

.st-public-profile-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.st-public-profile-badge {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f3f3f3;
    color: #222;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #ddd;
}

.st-public-profile-intro {
    margin-bottom: 0;
}

