﻿.widget-body {
    overflow: hidden;
}

.widget-container {
    container-type: size;
}

.widget-main-value {
    font-size: 35cqh;
}

.widget-secondary-value {
    font-size: 8cqh;
}

.widget-text {
    font-size: 6cqh;
}

.widget-value-alert {
    color: red;
}

.widget-value-good {
    color: green;
}

.widget-parameter-values {
    font-size: .8rem;
    color: gray;
}

.widget-detail-header {
    font-weight: bold;
    padding: 1px;
    border-bottom: 1px #e0e0e0 dotted;
}

.widget-chart {
    display: flex !important;
    justify-content: center;
    align-items: center;

}