/* EMERGENCY FIX FOR ARTICLE TEXT VISIBILITY */
/* Force white background always - not just on hover */

.ya-cfu-article-card {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.ya-cfu-article-card:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.ya-cfu-article-content {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.ya-cfu-article-content:hover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

.ya-cfu-article-title {
  color: #000000 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.ya-cfu-article-title:hover {
  color: #000000 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

h3.ya-cfu-article-title {
  color: #000000 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

h3.ya-cfu-article-title:hover {
  color: #000000 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.ya-cfu-article-link {
  color: #0066cc !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.ya-cfu-article-link:hover {
  color: #0066cc !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* Ultra specific selectors to override everything */
div.ya-cfu-article-content h3 {
  color: #000000 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

div.ya-cfu-article-content h3:hover {
  color: #000000 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

div.ya-cfu-article-content a {
  color: #0066cc !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

div.ya-cfu-article-content a:hover {
  color: #0066cc !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
}

/* Force all text inside article cards to be visible */
.ya-cfu-article-card * {
  background: #ffffff !important;
  background-color: #ffffff !important;
}

.ya-cfu-article-card h3,
.ya-cfu-article-card .ya-cfu-article-title {
  color: #000000 !important;
}

.ya-cfu-article-card a,
.ya-cfu-article-card .ya-cfu-article-link {
  color: #0066cc !important;
}
