.digest-page .webhouse-header p.digest-subhead {
  font-size: 13px;
  opacity: 0.7;
  margin: -4px 0 14px 18px;
}

.digest-notice {
  padding: 18px;
}

.digest-summary-text {
  line-height: 1.6;
  padding: 0;
}

/* Stats row */
.digest-stats-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 6px 0 8px;
}

.digest-stat-block {
  min-width: 100px;
  text-align: center;
  padding: 14px 20px;
  border: 2px solid var(--border);
  background: var(--pink);
  box-shadow: 3px 3px 0 var(--shadow);
}

.digest-big-number {
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--ink);
  line-height: 1;
}

.digest-stat-label {
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.75;
}

.digest-stat-inline {
  margin: 8px 0 6px;
  font-weight: bold;
}

.digest-active-day {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--ink);
  padding: 6px 0;
}

/* Checklists */
.digest-checklist {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
}

.digest-checklist li {
  padding: 5px 0;
  border-bottom: 1px dotted #bbb;
  line-height: 1.4;
}

.digest-checklist li:last-child {
  border-bottom: none;
}

/* Flower stats line */
.digest-flower-stats {
  font-size: 13px;
  font-weight: bold;
  margin: 8px 0 12px;
}

/* Image galleries */
.digest-image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.digest-img-card {
  border: 2px solid var(--border);
  box-shadow: 3px 3px 0 var(--shadow);
  background: #fff;
  padding: 4px;
  display: inline-block;
}

.digest-img-thumb {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* Empty states */
.digest-empty {
  opacity: 0.6;
  font-style: italic;
  font-size: 13px;
  margin: 8px 0 4px;
}
