.sensor-card {
    padding: 6px;
    text-align: left;
}

.sensor-card-value {
    font-size: 25px;
    color: gray;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.sensor-card-label-container {
    min-width: 0;
}

.sensor-card-label {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.sensor-card-time {
    font-size: 10px;
    word-break: break-word;
}

.sensor-card-icon {
    height: 46px;
    width: 46px;
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
    filter: invert(65%) sepia(65%) saturate(2154%) hue-rotate(354deg) brightness(96%) contrast(104%);
}