.gov-hit-counter {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 10px;
  line-height: 1;
}

.gov-hit-counter__label {
  white-space: nowrap;
}

.gov-hit-counter__digits {
  display: inline-flex;
  gap: 2px;
}

.gov-hit-counter__digit {
  align-items: center;
  background: linear-gradient(180deg, #1a1a1a 0%, #000 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #7dff7d;
  display: inline-flex;
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  min-width: 14px;
  padding-inline: 3px;
  text-shadow: 0 0 4px rgba(125, 255, 125, 0.45);
}

/* Footer bottom: copyright/policy row, then centered hit counter. */
.gov-site-footer__bottom-region {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-block-start: 34px;
}

.gov-site-footer__bottom-region > .block {
  margin: 0;
}

.gov-site-footer__bottom-region .gov-site-footer__bottom {
  margin-block-start: 0;
  width: 100%;
}

.gov-site-footer__bottom-region .block-gov-hit-counter {
  display: flex;
  justify-content: center;
  margin-block: 20px 0;
  width: 100%;
}

.gov-site-footer__bottom-region .gov-hit-counter {
  justify-content: center;
}
