.notes-intro {
  color: #c3ccaf;
}

.notes-feed {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(195, 204, 175, 0.35);
}

.note {
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(195, 204, 175, 0.2);
}

.note__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #c3ccaf;
  font-size: 0.58rem;
  line-height: 1.5;
}

.note__permalink:link,
.note__permalink:visited {
  color: inherit;
}

.note__permalink:hover {
  color: #ffffff;
}

.note h2 {
  margin: 0 0 0.85rem;
  color: #fffcf5;
  font-size: clamp(0.75rem, 2.5vw, 0.95rem);
}

.note p {
  margin: 0;
}

.note__tags {
  margin-top: 1rem;
  color: #389984;
  font-size: 0.58rem;
  line-height: 1.5;
}
