/* Article 6 style fixes for white text on gradients */

/* Add text shadow to all white text in gradient backgrounds */
[style*="gradient"] [style*="color: white"],
[style*="gradient"] p,
[style*="gradient"] h2,
[style*="gradient"] h3,
[style*="gradient"] li,
[style*="gradient"] a {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7) !important;
}

/* Ensure better contrast for CTA buttons */
[style*="gradient"] a {
  background-color: rgba(0, 0, 0, 0.25) !important;
  border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

/* Ensure article tags are readable */
.article-tags span {
  background: #3A82C3 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}
