/* A separate path keeps upgraded PWA clients from pairing new icon markup with cached pre-icon CSS. */
.activity-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  flex: 0 0 34px;
  place-items: center;
  color: var(--green);
  background: rgba(11, 139, 99, 0.09);
  border: 1px solid rgba(11, 139, 99, 0.14);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.activity-icon-svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activity-icon-svg circle,
.activity-icon-fill {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 640px) {
  .health-card {
    padding: 20px;
  }

  .health-activities-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
