/* Polimento do Semaforo da Mesa */
#deskSummaryPanel .panel-head small,
#deskSummary .panel-head small {
  display: none !important;
}

#deskTrafficLight,
.desk-traffic-light,
.ss-traffic-card {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid #c8d7e8 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

#deskTrafficLight::before,
.desk-traffic-light::before,
.ss-traffic-card::before {
  content: "Leitura objetiva para decisao operacional";
  display: block;
  margin: -2px 0 12px;
  color: #496886;
  font-size: 12px;
  font-weight: 600;
}

#deskTrafficLight small,
.desk-traffic-light small,
.ss-traffic-card small {
  display: none !important;
}

.ss-traffic-head,
.desk-traffic-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

.ss-traffic-grid,
.desk-traffic-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}
