/* CSS for Action America - TruthScore Gauge  */
.aat-gauge {
  --size: 48px;
  --track: #ececec;
  --active: #4caf50;
  position: relative;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  float: right;
  margin-left: 12px;
}

.aat-gauge svg {
  width: 100%;
  height: 100%;
  display: block;
}

.aat-gauge .aat-progress {
  stroke-linecap: round;
}

.aat-gauge__num {
  font-weight: 700;
  font-size: calc(var(--size) * 0.34);
  fill: currentColor;
}