.elementor-1847 .elementor-element.elementor-element-a546671{--display:flex;}/* Start custom CSS *//* ===== TRAIA BLOG TEXT FIX ===== */

/* Main text */
.entry-content,
.entry-content p,
.elementor-widget-container p {
  color: #E6F0FF !important; /* soft bright white-blue */
}

/* Headings */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #FFFFFF !important;
}

/* Links */
.entry-content a {
  color: #38BDF8 !important; /* neon blue */
  text-decoration: none;
}

.entry-content a:hover {
  color: #7DD3FC !important;
  text-decoration: underline;
}

/* Bold text */
.entry-content strong {
  color: #FFFFFF !important;
}

/* Lists */
.entry-content li {
  color: #E6F0FF !important;
}

/* Horizontal line */
.entry-content hr {
  border-color: rgba(56, 189, 248, 0.3);
}/* End custom CSS */