


.platform-ui-blocks.blocks--layout__rows .platform-ui-block.has-trend {
  font-size: 85%;
  padding: 0 !important;
  align-items: baseline !important;
  width: 49%;
}

.platform-ui-element.is-title {
  font-size: 19px;
}

.platform-ui-element.is-value {
  font-size: 15px !important;
}

.platform-ui-element.is-trend {
  font-size: 13px !important;
}

.platform-ui-blocks.blocks--layout__rows:has(.has-trend) {
  flex-direction: row;
}

.platform-ui-element.is-trend:has(.trend-down) {
  color: #f97070;
}

.platform-ui-element.is-trend:has(.trend-up) {
  color: rgb(140, 249, 118);
}

tr:has(td div div span.color__orange) {
  background:
#8a370587 !important;
  border-bottom:
1px solid #00000030;
}

tr:has(td div div span.color__red) {
  background:
#8a0505b8 !important;
  border-bottom:
1px solid #00000030;
}

tr:has(td div div span.color__green) {
  background:
#098a0569 !important;
  border-bottom:
1px solid #00000030;
}

tr:has(td div div span.color__blue) {
  background:
#056b8a69 !important;
  border-bottom:
1px solid #00000030;
}

tr:has(td div div span.color__purple) {
  background:
#8a055c69 !important;
  border-bottom:
1px solid #00000030;
}

tr:has(td div div span.color__gray) {
  background:
#f5f5f529 !important;
  border-bottom:
1px solid #00000030;
}