.tnv-crypto-widget{margin:20px 0;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-sizing:border-box}
.tnv-crypto-widget-title{font-size:18px;font-weight:700;margin-bottom:12px}
.tnv-crypto-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}
.tnv-crypto-card{padding:14px;border:1px solid #ececec;border-radius:10px;background:#fafafa}
.tnv-crypto-card-top{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:8px}
.tnv-crypto-card-top strong{font-size:15px}
.tnv-crypto-coin-name{font-size:11px;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tnv-crypto-card-price{font-size:20px;font-weight:700;margin-bottom:5px}
.tnv-crypto-card-change,.tnv-crypto-change{font-size:13px;font-weight:600}
.tnv-crypto-price{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;background:#f5f5f5;vertical-align:middle}
.tnv-crypto-label{font-size:13px;color:#666}
.tnv-crypto-value{font-weight:700}
.is-positive{color:#138a4b}
.is-negative{color:#d93025}
.tnv-crypto-powered{margin-top:10px;font-size:11px;color:#888}
.tnv-crypto-error{color:#888;font-size:13px}
@media(max-width:600px){.tnv-crypto-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tnv-crypto-card-price{font-size:17px}}
