.discovery-pill{display:inline-flex;align-items:center;gap:.5rem;width:auto;max-width:100%;padding:.375rem .625rem .375rem .375rem;border-radius:9999px;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.2);box-shadow:0 2px 12px rgba(0,0,0,.12);text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:visible}
.discovery-pill:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.16);border-color:rgba(255,255,255,.35)}
.discovery-pill__faces{display:flex;flex-shrink:0;position:relative}
.discovery-pill__faces img{width:2rem;height:2rem;border-radius:9999px;border:2px solid #4b5563;object-fit:cover;display:block;position:relative;background:#374151}
.discovery-pill__faces img:last-child{margin-left:-.625rem;z-index:2}
.discovery-pill__faces img:first-child{z-index:1}
.discovery-pill__copy{display:flex;flex-direction:column;align-items:flex-start;min-width:0;gap:.0625rem}
.discovery-pill__title{font-size:.75rem;font-weight:600;line-height:1.2;color:#111827;white-space:nowrap}
.discovery-pill__sub{font-size:.625rem;font-weight:400;line-height:1.2;color:#6b7280;white-space:nowrap}
.discovery-pill__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;border-radius:9999px;background:#111827;color:#fff;transition:background .2s,transform .2s;margin-left:.125rem}
.discovery-pill:hover .discovery-pill__icon{background:#ab1e23;transform:translateX(1px)}
.discovery-pill__icon svg{width:.625rem;height:.625rem;fill:currentColor}
@media (max-width:639px){
.discovery-pill{gap:.4375rem;padding:.375rem .5rem .375rem .375rem;max-width:100%}
.discovery-pill__title{font-size:.6875rem;white-space:normal}
.discovery-pill__sub{display:none}
.discovery-pill__icon{width:1.375rem;height:1.375rem}
}
