/* v0.12.22 — tighter, calmer day counters inside the Health / Sobriety block. */
.health-panel.axis-sobriety .axis-sobriety__copy {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  justify-content: center !important;
  min-width: 0 !important;
}
.health-panel.axis-sobriety .axis-sobriety__copy > span {
  font-size: 9.5px !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
}
.health-panel.axis-sobriety .axis-sobriety__copy strong {
  font-size: 10px !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}
.health-panel.axis-sobriety .axis-sobriety__copy small {
  font-size: 8.5px !important;
  line-height: 1.2 !important;
}
@media (max-width: 760px) {
  .health-panel.axis-sobriety .axis-sobriety__copy {
    gap: 2px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__copy > span {
    font-size: 9px !important;
    line-height: 1.18 !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__copy strong {
    font-size: 9.5px !important;
    line-height: 1.18 !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__copy small {
    font-size: 8px !important;
    line-height: 1.2 !important;
  }
}
