@media (min-width:901px) {
  .volunteer .section-heading h2 {
    max-width: none;
    white-space: nowrap;
  }
}

.content-page {
  min-height: 65vh;
  padding: 100px 0;
}

.content-page__inner {
  max-width: 820px;
}

.content-page__inner > h1 {
  font-size: clamp(2.7rem, 6vw, 5rem);
}

.content-page__inner :is(p, li) {
  color: var(--muted);
}

.content-page__inner img {
  max-width: 100%;
  height: auto;
}

.post-list {
  display: grid;
  gap: 28px;
  margin-top: 50px;
}

.post-list article {
  padding: 32px;
  border: 1px solid var(--line);
  background: #fff;
}

.post-list h2 {
  margin-bottom: 12px;
  font-size: 2rem;
}

.post-list h2 a {
  text-decoration: none;
}

.admin-bar .site-header {
  top: 32px;
}

@media (max-width:782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
