@charset "utf-8";
/* CSS Document */

.agnis-counter {
/*  display: flex;*/
  gap: 2px;
/*  font-size: 14px;*/
/*
  justify-content: center;
  align-items: center;
*/
/*  padding: 20px;*/
	 color: #fff;
}

.agnis-digit {
  display: inline-block;
  background: linear-gradient(180deg, #333, #111);
  color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  position: relative;
  perspective: 200px;
  animation: flipIn 0.5s ease;
}


