/* Time Gauge Shortcode */
.time-gauge{
  width:100%;
  margin:0px auto;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif
}
.time-gauge__bar{
  width:100%;
  overflow:hidden;
  position:relative
}
.time-gauge__fill{
  height:100%;
  width:0%;
  transition:width 900ms ease
}
.time-gauge__text{
  margin-top:0px;
  font-weight:600;
  line-height:1.2
}
.time-gauge__label{
  display:block;
  font-size:14px;
  opacity:.85
}
.time-gauge__meta{
  display:inline-block;
  margin-top:4px;
  font-size:16px
}
