/* Terminal View uses the original Ideas-page .exp-page .sr-row layout from
   before PR #2675. Its base and trade-ideas-exp styles are still shared. */
.terminal-feed.card {
    background: var(--exp-bg-card);
    border: 1px solid var(--exp-border);
}
.terminal-feed .fd-column-head { display: none; }
.terminal-feed .sr-thesis-full { display: none !important; }
.terminal-feed .sr-row.expanded .sr-thesis-full {
    display: block !important;
    margin-top: 6px;
    padding-left: 10px;
    border-left: 2px solid rgba(255,255,255,.07);
    color: rgba(192,205,224,.62);
    font-size: .78rem;
}
.terminal-feed .sr-original-link {
    display: none;
    color: var(--bz-brand, #f5c84b);
    vertical-align: middle;
    margin-left: 4px;
}
.terminal-feed .sr-row.expanded .sr-original-link { display: inline-flex; }
.terminal-feed .sr-meta .ticker-pill {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    line-height: 1.5;
    font-size: .76rem;
    font-weight: 700;
    max-width: 100%;
    min-width: 0;
}
.terminal-feed .ticker-pct {
    /* Override the shared price renderer's inline size and spacing. */
    margin-left: 4px !important;
    font-size: inherit !important;
    flex-shrink: 0;
}
.terminal-feed .ticker-pill .ticker-badge {
    margin-left: 8px;
    align-self: center;
    flex-shrink: 0;
}
.terminal-feed .sr-meta .ticker-symbol-text {
    line-height: inherit;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}
.terminal-feed a.ticker-symbol-text:hover { color: var(--bz-brand, #f5c84b); }
.terminal-feed .sr-author-channel a:hover { color: var(--bz-brand, #f5c84b); }
.terminal-feed .ticker-badge.hold {
    color: var(--exp-text-sec); background: #18212a; border: 1px solid var(--exp-border-strong);
}
.filter-bar .feed-view-options { flex-wrap: wrap; gap: 12px; }
.feed-view-options .feed-option { margin: 0; }
.terminal-feed .sr-timeline-context--time-only { display: none; }
@media (max-width: 768px) {
    .terminal-feed .sr-timeline-context--time-only { display: flex; }
}
.terminal-view-option:has(input:checked) { color: var(--bz-brand, #f5c84b); }
