.insight-metric-box {
    background: #f8f9fa;
    border-radius: 0.375rem;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
}

.insight-metric-header {
    min-height: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.insight-metric-title {
    font-size: 12px;
    color: #748194;
    line-height: 1.2;
    text-align: center;
}

.insight-metric-body {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.insight-metric-value {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
.insight-metric-dropdown-wrap {
    position: absolute;
    right: 0;
    top: 0;
}