/* Minimal custom polish for the refreshed site. */

.masthead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.page__hero,
.archive {
  max-width: 980px;
}

.page__title,
.archive__subtitle {
  letter-spacing: 0.01em;
}

.page__content p,
.archive__item-excerpt {
  line-height: 1.75;
}

.archive__item-title a {
  text-decoration: none;
}

.archive__item-title a:hover {
  text-decoration: underline;
}

.notice--archive {
  border-left: 4px solid #3b82f6;
  background: rgba(59, 130, 246, 0.08);
  padding: 0.8rem 1rem;
}

