.week-strip b {
  position: relative;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid #7a8c64;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

.week-strip span[data-status="recorded"] b {
  border-color: #7a8c64;
  background: #7a8c64;
}

.week-strip span[data-status="recorded"] b::after {
  content: "✓";
  color: white;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.week-strip span[data-status="missed"] b {
  border-color: #d9694c;
  background: transparent;
}

.week-strip span[data-status="upcoming"] b {
  border-color: #7a8c64;
  background: transparent;
}

.week-strip span[data-current="false"] {
  color: #a4aa9e;
  font-weight: 750;
}

.week-strip span[data-current="true"] {
  color: #607549;
  font-size: 0.75rem;
  font-weight: 950;
}

.streak-card > div:first-child {
  align-self: stretch;
  display: grid;
  grid-template-rows: auto 1fr auto;
  row-gap: 8px;
  min-width: 0;
}

.streak-card > div:first-child > p {
  transform: translateY(-2px);
}

.streak-card h2 {
  align-self: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  column-gap: 0;
  margin: 0;
  font-size: 1.36rem;
  line-height: 1.08;
  white-space: nowrap;
}

.streak-card h2 .streak-value {
  white-space: nowrap;
}

#streak-copy {
  white-space: nowrap;
  transform: translateY(2px);
}

.home-v2-hero h1 .home-greeting-copy {
  margin-left: 0;
  font-size: inherit;
}

.home-v2-hero h1 .home-greeting-leaf {
  margin-left: 6px;
}

.home-bell i[hidden] {
  display: none;
}

.profile-menu i[hidden] {
  display: none;
}

.trend-four strong b,
.profile-data strong b {
  color: inherit;
  font: inherit;
}

#weight-list-rows article {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0ed;
}
