.counter {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
}
.counter > .global-state {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.counter > .global-state > .buttons {
  display: flex;
  gap: 0.3rem;
}
.counter > .global-state > .buttons * {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.12rem 0.45rem;
}
