/* v17: real-time Binance mini trend charts for Product Recommendation cards */
body.broker-theme .market-highlight {
    position: relative;
    overflow: hidden;
}
body.broker-theme .highlight-sparkline {
    display: block;
    width: 100%;
    height: 42px;
    margin: 8px 0 3px;
    overflow: visible;
}
body.broker-theme .highlight-sparkline polyline {
    fill: none;
    stroke: #10a872;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 1px 2px rgba(16,168,114,.18));
}
body.broker-theme .highlight-sparkline.negative polyline {
    stroke: #e5484d;
    filter: drop-shadow(0 1px 2px rgba(229,72,77,.16));
}
@media (max-width: 600px) {
    body.broker-theme .highlight-sparkline {
        height: 38px;
        margin-top: 6px;
    }
}

.market-highlight-link{cursor:pointer}.market-highlight-link:active{transform:scale(.985)}
.featured-asset-badge{width:24px;height:24px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff}
.silver-badge{background:linear-gradient(135deg,#9aa7b3,#e4e9ee);color:#334155}.oil-badge{background:linear-gradient(135deg,#20242a,#6b7280)}.index-badge{background:linear-gradient(135deg,#1267d6,#33a4ff);font-size:8px}

.gold-badge{background:linear-gradient(135deg,#d49b18,#ffd86a);color:#5b4200}
.platinum-badge{background:linear-gradient(135deg,#6f7f8c,#d9e1e7);color:#263641}
