/* ==========================================================================
   Page CSS — H&T Library Theme
   ========================================================================== */

/* Full container width, matching header/footer */
.bpt-page-wrap {
  width:       100%;
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.bpt-page__header {
  margin-bottom:  2rem;
  padding-bottom: 1.75rem;
  border-bottom:  1px solid var(--bpt-border);
}

.bpt-page__title {
  font-size:     clamp(1.6rem, 3.5vw + .5rem, 2.75rem);
  letter-spacing: -.03em;
  line-height:   1.2;
}

.bpt-page__content {
  font-size: clamp(.95rem, .5vw + .875rem, 1.05rem);
}

/* Featured image on pages */
.page-thumbnail {
  margin-bottom: 2.5rem;
  border-radius: var(--bpt-radius-lg);
  overflow:      hidden;
  border:        1px solid var(--bpt-border);
}
.page-thumbnail img { width: 100%; height: auto; display: block; }
