.creator-pill{display:inline-flex;align-items:center;gap:6px;color:hsla(0,0%,100%,.95);font-family:Outfit-Medium,Outfit,sans-serif;text-decoration:none;transition:opacity .15s ease;cursor:pointer;max-width:100%;vertical-align:middle;z-index:10;position:relative}.creator-pill:hover .creator-pill-name{text-decoration:underline}.creator-pill:active{opacity:.85}.creator-pill-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff;font-weight:700;text-transform:uppercase;line-height:1;width:16px;height:16px;font-size:9px}.creator-pill-avatar-img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block;border-radius:50%}.creator-pill-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.15}.creator-pill>.verified-checkmark{margin-left:0}.creator-pill--sm{font-size:.78rem}.creator-pill--sm .creator-pill-avatar{width:16px;height:16px;font-size:9px}.creator-pill--md{font-size:.9rem;gap:7px}.creator-pill--md .creator-pill-avatar{width:20px;height:20px;font-size:10px}