/* Desktop auxiliary text scale. Main headings, buttons, and large values are unchanged. */

/* Dashboard cards and device overview labels highlighted for readability. */
.desktop-cockpit .metric p,
.desktop-cockpit #iotRealtimePanel .panel-kicker span,
.desktop-cockpit #iotRealtimePanel .panel-kicker em {
  font-size: 13px;
}

.desktop-cockpit #iotRealtimePanel .iot-data-card-head span {
  font-size: 14px;
}

.desktop-cockpit #iotRealtimePanel .iot-data-card em,
.desktop-cockpit #iotRealtimePanel .iot-quality-card span,
.desktop-cockpit #iotRealtimePanel .iot-quality-card em,
.desktop-cockpit #iotRealtimePanel .iot-section-head p,
.desktop-cockpit #iotRealtimePanel .iot-section-head > span {
  font-size: 13px;
}

/* Apply the same one-step increase to common secondary copy across desktop modules. */
.desktop-cockpit .panel-head p,
.desktop-cockpit .muted-small,
.desktop-cockpit .data-pager,
.desktop-cockpit .data-pager small {
  font-size: 14px;
}

/* Remove implementation-only descriptions from the device overview. */
.desktop-cockpit #iotRealtimePanel > .panel-head > div:first-child > p,
.desktop-cockpit #iotRealtimePanel .iot-flow-section-head > div > p {
  display: none;
}
