.wyldwell-almanac {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  max-width: 360px;
  margin: 2rem auto;
  font-family: system-ui, sans-serif;
  color: #222;
  text-align: center;
}

.almanac-date-intro {
  font-weight: 600;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
  color: #444;
}

.wyldwell-almanac p {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #333;
  line-height: 1.4;
}

.wyldwell-almanac strong {
  font-weight: 700;
  color: #111;
}

.wyldwell-almanac .virtues {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.wyldwell-almanac .virtues li {
  margin: 0.4rem 0;
  font-size: 0.95rem;
  color: #2b2b2b;
}

.wyldwell-almanac .virtues li::before {
  content: "✦";
  margin-right: 0.5rem;
  color: #41856f;
}
