/* Override your style here */

/* Data icon styling for indicator cards */
.indicator-card__data-icon {
  width: 20px;
  height: 24px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .indicator-card__data-icon {
    width: 16px;
    height: 20px;
  }
}