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

.wp-site-blocks {
  min-height: 100vh;
}

.site-content {
  min-height: 60vh;
}

.page-hero {
  padding: 76px 0 42px;
  background: #f7faf9;
  border-bottom: 1px solid color-mix(in srgb, var(--accent-color), transparent 84%);
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
}

.content-section {
  padding: 56px 0 76px;
}

.entry-content {
  max-width: 900px;
}

.entry-content p,
.entry-content li {
  font-size: 1.05rem;
  line-height: 1.75;
}

.post-card {
  height: 100%;
  padding: 24px;
  border: 1px solid #e5ece9;
  border-radius: 8px;
  background: #fff;
}

.post-card h2 {
  font-size: 1.35rem;
}

.post-card-meta {
  margin-bottom: 8px;
  color: #687780;
  font-size: .92rem;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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


.document-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.document-item {
  border: 1px solid #e1ebe8;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.document-item h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.document-item p {
  margin-bottom: 10px;
}

.document-meta {
  color: #687780;
  font-size: .92rem;
}

.document-link {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  font-weight: 600;
}