
.widget-spark{
    margin-top:10px;
    padding-top:8px;
    border-top:1px solid rgba(80,105,130,.16);
}

.widget-spark svg{
    display:block;
    width:100%;
    height:78px;
    overflow:visible;
}

.widget-spark .spark-line{
    fill:none;
    stroke:#111827;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.widget-spark .spark-area{
    fill:rgba(17,24,39,.08);
}

.widget-spark .spark-meta{
    display:flex;
    justify-content:space-between;
    gap:10px;
    margin-top:2px;
    font-size:.78rem;
    opacity:.9;
}

.widget-spark .spark-meta > span:first-child{
    color:#4b5563;
    font-weight:500;
}

.widget-spark .spark-meta > span:last-child{
    font-weight:800;
}

.widget-spark .trend-rising{
    color:#168746;
}

.widget-spark .trend-falling{
    color:#c33b3b;
}

.widget-spark .trend-stable{
    color:#c58a00;
}

.card .value,
.card .value span,
.card .value small{
    color:#111827;
}

.dual-spark + .dual-spark{
    margin-top:6px;
}

@media (max-width:700px){
    .widget-spark svg{
        height:68px;
    }
}
