.ticker-symbol-link {
    appearance: none;
    border: 0;
    padding: 0;
    background: none;
    color: inherit;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.ticker-symbol-link:hover {
    color: var(--accent-blue, #4f8cff);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ticker-copy-btn {
    appearance: none;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    padding: 0;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 4px;
    background: rgba(148, 163, 184, 0.08);
    color: #94a3b8;
    font-size: 11px;
    line-height: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.ticker-copy-btn:hover {
    border-color: rgba(79, 140, 255, 0.55);
    color: #4f8cff;
    background: rgba(79, 140, 255, 0.12);
}

.ticker-copy-btn.copied {
    border-color: rgba(34, 197, 94, 0.5);
    color: #22c55e;
    background: rgba(34, 197, 94, 0.12);
}

.wl-col-sym {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}
