.gl-single-stat {
  @apply gl-leading-1;

  &:hover[tabindex='0'] {
    @apply gl-bg-gray-50;
    @apply gl-rounded-base;
  }

  .gl-single-stat-number {
    font-size: map-get($gl-font-sizes, 700);
  }

  .gl-single-stat-content .gl-badge {
    position: relative;
    top: -0.125em;
  }
}
