.company-avatar{border-radius:12px;object-fit:cover;flex-shrink:0}.company-avatar--initial{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;line-height:1}.vote-buttons{display:flex;align-items:center;gap:6px}.vote-buttons-button{display:inline-flex;align-items:center;gap:4px;border-radius:9999px;border:1px solid var(--border);padding:4px 8px;font-size:12px;font-weight:500;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--muted-foreground);transition:color .15s,border-color .15s}.vote-buttons-button:hover{border-color:color-mix(in oklch,var(--foreground),transparent 70%);color:var(--foreground)}.vote-buttons-button--active,.vote-buttons-button--active:hover{border-color:transparent;background-color:var(--foreground);color:var(--background)}.vote-buttons-button-icon{width:12px;height:12px}