.elementor-8528 .elementor-element.elementor-element-8bf183f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for warren_core_blog_list, class: .elementor-element-d100392 */<script>
  document.addEventListener("DOMContentLoaded", function() {
    // Select all badges inside the widget with the ID blog-date-color-override
    const badges = document.querySelectorAll("#blog-date-color-override .qodef-e-date-of-image");

    badges.forEach(badge => {
      // Override inline styles forcibly
      badge.style.backgroundColor = "#9472AF";
      badge.style.color = "#ffffff";

      // Also force the text color inside day and month spans
      const day = badge.querySelector(".qodef-e-date-day");
      const month = badge.querySelector(".qodef-e-date-month");

      if(day) day.style.color = "#ffffff";
      if(month) month.style.color = "#ffffff";
    });
  });
</script>/* End custom CSS */