.indicator {
  @apply relative;

  &::before {
    @apply absolute top-0 block w-2 h-2 rounded-full bg-warning-gold;
    content: '';
    top: 0.5rem;
    left: -1rem;
  }
}
