.fg-countdown {
  color: #777777;

  font-family: 'AzoSans-Medium';
  font-size: 10px;
  line-height: 1;

  transition: color .4s ease;
}

.fg-countdown--red {
  color: #EA4335;
}
