.u-section-1 .u-sheet-1 {
  min-height: 400px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 60px;
}/* Import fonts for the Resource Guide page */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Barlow:wght@400;600;700;800&display=swap');
/* Smooth scroll for jump links */
html {
  scroll-behavior: smooth;
}
/* Prevent Nicepage global styles from breaking the guide layout */
.guide-hero h1,
.guide-section h2,
.guide-section h3,
.compare-card h3,
.season-card h3,
.guide-cta-banner h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
  line-height: 1.2 !important;
}
.guide-body p,
.guide-section p,
.callout p,
.hec-faq-answer p {
  font-family: 'Source Serif 4', Georgia, serif !important;
}
.guide-toc a,
.guide-topbar-brand,
.guide-section-number,
.guide-hero-badge,
.price-table thead th,
.cc-item p,
.season-card .season-label,
.inline-stat .stat-label,
.guide-btn-primary,
.guide-btn-secondary {
  font-family: 'Barlow', sans-serif !important;
}
/* Fix any Nicepage margin overrides on the guide sections */
.guide-hero,
.guide-toc,
.guide-body {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.guide-hero {
  padding-left: 24px !important;
  padding-right: 24px !important;
}