.daily-posts {
  width: 100%;
  max-width: 38rem;
  text-align: left;
  margin-top: 1.75rem;
}

.daily-fetch-err,
.daily-empty {
  font-size: 0.92rem;
  color: #6d748e;
  font-weight: 300;
}

.daily-fetch-err {
  color: #b08088;
}

.daily-post {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(90, 97, 122, 0.28);
}

.daily-post:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.daily-post time,
.daily-post-time {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: none;
  font-variant-numeric: tabular-nums;
  color: #b0b8d0;
  margin-bottom: 0.5rem;
}

.daily-post-title {
  font-family: "Cormorant Garamond", "Georgia", serif;
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  font-weight: 300;
  letter-spacing: 0.06em;
  color: #d8dce8;
  margin-bottom: 0.6rem;
}

.daily-post-body {
  font-size: clamp(0.92rem, 2vw, 1.02rem);
  line-height: 1.75;
  color: #8a92aa;
  font-weight: 300;
  white-space: pre-wrap;
  word-break: break-word;
}

body.zh .daily-post-title {
  font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
}

body.zh .daily-post-body {
  letter-spacing: 0.02em;
}
