body,
.page__content,
.author__content,
.sidebar,
.archive,
.page__footer {
  font-family: Calibri, Carlito, "Segoe UI", Arial, sans-serif;
}

.page__content p,
.page__content li {
  font-size: 15px;
  line-height: 1.6;
}

.page__content h1 {
  font-size: 30px;
  font-weight: 700;
}

.page__content h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 1.8rem;
}

.page__content h3 {
  font-size: 18px;
  font-weight: 700;
}

.author__name {
  font-family: Calibri, Carlito, "Segoe UI", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.author__bio,
.author__urls li {
  font-size: 14px;
  line-height: 1.5;
}

.page__content {
  max-width: 800px;
}

.page__footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.page__footer p {
  font-size: 13px;
  margin: 0;
}

/* Make sidebar scroll naturally instead of clipping */
.sidebar {
  position: static !important;
  top: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

/* Ensure author card content is fully visible */
.author__content,
.author__urls-wrapper,
.author__urls {
  max-height: none !important;
  overflow: visible !important;
}

/* Give sidebar a little breathing room */
.sidebar .author__content {
  padding-bottom: 1rem;
}


/* Fix footer width to match content */
.page__footer {
  background: #f9fafb; /* lighter gray (optional) */
  width: 100%;
}

.page__footer .wrapper {
  max-width: 800px;   /* same as your content width */
  margin: 0 auto;
  padding: 1rem 1rem;
}

/* Reduce visual heaviness */
.page__footer {
  border-top: 1px solid #e5e7eb;
}

/* Footer text style */
.page__footer p {
  font-size: 13px;
  color: #555;
  margin: 0;
}
