.badge-pic {
    border-radius: 50%;
    border: 3px solid #d9d9d9;
    box-shadow: 0 4px 14px rgba(0,0,0,0.15);
}

.badge-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.badge-hero-pic {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.badge-name {
    margin: 0;
    line-height: 1.1;
}