/* Homepage caption readability fix
   The featured loop’s caption/terms background is currently a translucent white,
   while the caption text is also white, causing low contrast on dark images. */
.elementor-11 .elementor-171 .elementor-element.elementor-element-52326d6b{
  background-color:transparent !important;
  background-image:linear-gradient(135deg, rgba(219,43,254,0.18) 0%, rgba(133,35,248,0.18) 72%) !important;
}

/* Prevent "all categories" flicker while the JS picks the correct one. */
body.home .elementor-171 .elementor-post-info__terms-list,
.elementor-11 .elementor-171 .elementor-post-info__terms-list{
  opacity:0 !important;
  visibility:hidden !important;
}
body.home .elementor-171 .elementor-post-info__terms-list[data-primary-category-fixed="1"],
.elementor-11 .elementor-171 .elementor-post-info__terms-list[data-primary-category-fixed="1"]{
  opacity:1 !important;
  visibility:visible !important;
}

