.dashboard.dashboard-command-insights .metric-card.dashboard-weight-trend-card {
    min-height: 132px;
    padding: 0;
    overflow: hidden;
}

.dashboard-weight-trend-button {
    display: flex;
    width: 100%;
    min-height: 132px;
    padding: 14px 15px 13px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
    flex-direction: column;
}

.dashboard-weight-trend-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.dashboard-weight-trend-heading h3 {
    margin: 0;
    color: #fff;
    font-size: 0.76rem;
    line-height: 1.2;
}

.dashboard-weight-trend-heading small {
    display: block;
    margin-top: 3px;
    color: var(--muted, #a0a0a0);
    font-size: 0.56rem;
    line-height: 1.2;
}

.dashboard-weight-trend-chart {
    display: flex;
    min-height: 44px;
    margin: 7px 0 2px;
    align-items: center;
}

.dashboard-weight-trend-chart svg {
    display: block;
    width: 100%;
    height: 42px;
    overflow: visible;
}

.dashboard-weight-trend-chart path {
    filter: drop-shadow(0 0 2px rgba(74, 222, 128, 0.12));
}

.dashboard-weight-trend-empty {
    color: var(--muted, #a0a0a0);
    font-size: 0.56rem;
    line-height: 1.3;
}

.dashboard-weight-trend-value {
    display: flex;
    margin-top: auto;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
}

.dashboard-weight-trend-value strong {
    color: #fff;
    font-size: 1.18rem;
    line-height: 1;
}

.dashboard-weight-trend-value small {
    color: var(--muted, #a0a0a0);
    font-size: 0.54rem;
    white-space: nowrap;
}

.dashboard-weight-trend-button:focus-visible {
    outline: 2px solid rgba(74, 222, 128, 0.85);
    outline-offset: -3px;
    border-radius: 15px;
}

@media (max-width: 360px) {
    .dashboard-weight-trend-button {
        padding-left: 12px;
        padding-right: 12px;
    }

    .dashboard-weight-trend-value strong {
        font-size: 1.08rem;
    }

    .dashboard-weight-trend-value small {
        font-size: 0.5rem;
    }
}
