/* More aggressive fix for blog post header */
.single-post .cl-post-header__container {
  min-height: auto !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* Hide the next/previous post links */
.cl-post-navigation {
  display: none !important;
}