/* MintSuspectPill — amber warning chip for positions with $0 cost basis
   (acquired via mint at launch). Same visual language as the existing
   smt__chip pills so it composes cleanly into rows / tables / cards. */

.mint-suspect-pill {
    display: inline-block;
    background: rgba(234, 179, 8, 0.18);  /* amber-500 @ 18% */
    color: #eab308;                       /* amber-500 */
    font-family: var(--font-mono, ui-monospace, monospace);
    font-size: 0.6rem;
    font-weight: 500;
    padding: 1px 5px;
    border-radius: 2px;
    text-transform: lowercase;
    letter-spacing: 0;
    margin-left: 4px;
    vertical-align: middle;
    cursor: help;       /* operators learn the tooltip exists */
    white-space: nowrap;
}
