.quote-of-the-day {
  margin: 0;
}

.quote-of-the-day blockquote {
  margin: 0;
  font-size: clamp(1.6rem, 4vw, 2.35rem);
  line-height: 1.35;
  font-weight: 400;
}

.quote-of-the-day footer {
  margin-top: 1.75rem;
  font-family: var(--sans);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: var(--muted);
}

.quote-of-the-day cite {
  font-style: normal;
  color: var(--ink);
}

.quote-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quote-list li + li {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--rule);
}

.quote-list blockquote {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.45;
}

.page-title {
  font-size: 0.8rem;
  font-family: var(--sans);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 2.5rem;
}

.author-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  margin: -1.5rem 0 2.5rem;
  font-family: var(--sans);
  font-size: 0.8rem;
}

.author-filter a {
  color: var(--muted);
  text-decoration: none;
}

.author-filter a[aria-current="page"],
.author-filter a:hover {
  color: var(--ink);
}

.quote-list a {
  color: inherit;
  text-decoration: none;
}

.quote-of-the-day footer a {
  color: inherit;
  text-decoration: none;
}
