/* v0.12.20 — micro rows for the Health / Sobriety block. */
.health-panel.axis-sobriety {
  gap: 8px !important;
}
.health-panel.axis-sobriety .axis-sobriety__header > div {
  gap: 9px !important;
}
.health-panel.axis-sobriety .axis-sobriety__heart {
  width: 28px !important;
  height: 28px !important;
  border-radius: 12px !important;
  font-size: 18px !important;
}
.health-panel.axis-sobriety .axis-sobriety__header h2 {
  font-size: 18px !important;
  line-height: 1.1 !important;
}
.health-panel.axis-sobriety .axis-sobriety__header small {
  margin-top: 2px !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.health-panel.axis-sobriety .axis-sobriety__list {
  gap: 6px !important;
}
.health-panel.axis-sobriety .axis-sobriety__item {
  grid-template-columns: 26px minmax(0, 1fr) auto !important;
  min-height: 42px !important;
  gap: 8px !important;
  padding: 6px 8px !important;
  border-radius: 13px !important;
  background: rgba(10, 23, 43, 0.40) !important;
  border-color: rgba(124, 141, 186, 0.12) !important;
  box-shadow: none !important;
}
.health-panel.axis-sobriety .axis-sobriety__icon {
  width: 26px !important;
  height: 26px !important;
  border-radius: 10px !important;
}
.health-panel.axis-sobriety .axis-sobriety__icon svg {
  width: 13px !important;
  height: 13px !important;
}
.health-panel.axis-sobriety .axis-sobriety__copy {
  gap: 0 !important;
  align-self: center !important;
}
.health-panel.axis-sobriety .axis-sobriety__copy > span {
  font-size: 10px !important;
  line-height: 1.05 !important;
  color: #c5d1ea !important;
}
.health-panel.axis-sobriety .axis-sobriety__copy strong {
  font-size: 14px !important;
  line-height: 1.06 !important;
  letter-spacing: -0.01em !important;
  font-weight: 800 !important;
}
.health-panel.axis-sobriety .axis-sobriety__copy small {
  font-size: 9px !important;
  line-height: 1.1 !important;
  color: #7f90b1 !important;
}
.health-panel.axis-sobriety .axis-sobriety__date {
  height: 22px !important;
  min-width: 38px !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  color: #c9bdff !important;
  background: rgba(99, 72, 210, 0.10) !important;
}
.health-panel.axis-sobriety .axis-sobriety__note {
  font-size: 10px !important;
  line-height: 1.22 !important;
  color: #91a2c4 !important;
}
@media (max-width: 760px) {
  .health-panel.axis-sobriety {
    gap: 7px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__header > div {
    gap: 8px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__heart {
    width: 26px !important;
    height: 26px !important;
    border-radius: 11px !important;
    font-size: 17px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__header h2 {
    font-size: 16px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__header small {
    font-size: 10px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__list {
    gap: 5px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__item {
    grid-template-columns: 24px minmax(0, 1fr) auto !important;
    min-height: 36px !important;
    gap: 7px !important;
    padding: 5px 7px !important;
    border-radius: 12px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__icon {
    width: 24px !important;
    height: 24px !important;
    border-radius: 9px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__icon svg {
    width: 12px !important;
    height: 12px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__copy > span {
    font-size: 9px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__copy strong {
    font-size: 13px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__copy small {
    font-size: 8.5px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__date {
    height: 20px !important;
    min-width: 34px !important;
    padding: 0 6px !important;
    font-size: 8.5px !important;
  }
  .health-panel.axis-sobriety .axis-sobriety__note {
    font-size: 9px !important;
    line-height: 1.18 !important;
  }
}
