/*
 * Webflow exported these article sections in their pre-animation state.
 * The original interaction data is no longer available on every page, so
 * make the content readable even when Webflow cannot run the reveal animation.
 */
.section.blog-post [style*="opacity:0"],
.section.blog-post [style*="opacity: 0"],
.section.blog-post-articles [style*="opacity:0"],
.section.blog-post-articles [style*="opacity: 0"] {
  opacity: 1 !important;
  transform: none !important;
}
