/* Short-page viewport fill */
.news-page-fill,
.contact-page-fill,
.thank-you-page-fill,
.error-page-fill {
  min-height: calc(100vh - 288px) !important;
  box-sizing: border-box !important;
}


.final-cta-heading,
.final-cta-heading * {
  text-align: center !important;
}


/* Contact page: hide Zoho CRM form title */
.contact-page-fill div.zpapp h2.zpheading.zpheading-align-left {
  display: none !important;
}


/* Blog pages: prevent white space below footer on short content */
.zpsection.theme-pages-full-stretch:has(.theme-blog-container) {
  min-height: calc(100vh - 288px) !important;
  box-sizing: border-box !important;
}

/* Hide RSS subscribe button on Insights */
.theme-blog-category-column .theme-blog-category-container.theme-blog-rss-feed {
  display: none !important;
}
