

.btn-araucana {
    background-color: #034B97;
    color: white;
}

.text-araucana {
    color: #034B97;
}

li > .timestamp {
    min-height: 48px;
    justify-content: center;
}

.kpi-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.kpi-text {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.kpi-count {
    min-width: 28px;
    text-align: right;
    font-weight: 600;
}