/* =====================================================
   +81 HIPHOP — Contrast & Link Safety Overrides
   SAFE TAIL for /wp-content/themes/cocoon-child/css/style.css
   ----------------------------------------------------- */

html, body {
  background: #111 !important;   /* keep dark site background */
  color: #e6e6e6;                 /* readable default body text */
}

/* Dark sections only: white links */
.site-masthead a,
.site-masthead_nav a,
.site-footer a { color:#fff; }

/* Article defaults */
.entry-content { color:#e6e6e6; }
.entry-content a { color:#8ec9ff; text-decoration: underline; }

/* White-background boxes inside article: force black text/links */
.entry-content [style*="background-color:#fff" i],
.entry-content [style*="background:#fff" i],
.entry-content [style*="rgb(255, 255, 255)"],
.entry-content [style*="#FFFFFF" i],
.entry-content [bgcolor="#ffffff" i],
.entry-content [bgcolor="#fff" i]{ color:#111 !important; }

.entry-content [style*="background-color:#fff" i] *,
.entry-content [style*="background:#fff" i] *,
.entry-content [style*="rgb(255, 255, 255)"] *,
.entry-content [style*="#FFFFFF" i] *,
.entry-content [bgcolor="#ffffff" i] *,
.entry-content [bgcolor="#fff" i] *{ color:#111 !important; }

.entry-content [style*="background-color:#fff" i] a,
.entry-content [style*="background:#fff" i] a,
.entry-content [style*="rgb(255, 255, 255)"] a,
.entry-content [style*="#FFFFFF" i] a,
.entry-content [bgcolor="#ffffff" i] a,
.entry-content [bgcolor="#fff" i] a{ color:#111 !important; }

/* Inline white text neutralizer (just in case) */
.entry-content [style*="color:#fff" i],
.entry-content [style*="color: #fff" i],
.entry-content [style*="color:#FFFFFF" i],
.entry-content [style*="color: #FFFFFF" i]{ color:#111 !important; }

/* Cocoon blogcards / affiliate boxes */
.entry-content .blogcard,
.entry-content .blogcard-wrap,
.entry-content .internal-blogcard,
.entry-content .external-blogcard,
.entry-content .yyi-rinker,
.entry-content .kaerebalink-box{
  background:#fff; color:#111;
}
.entry-content .blogcard a,
.entry-content .yyi-rinker a,
.entry-content .kaerebalink-box a{ color:#111; }

/* Gutenberg preset backgrounds */
.entry-content .has-white-background-color,
.entry-content .has-background.has-white-background-color,
.entry-content .has-light-gray-background-color{ color:#111 !important; }
.entry-content .has-white-background-color a,
.entry-content .has-background.has-white-background-color a,
.entry-content .has-light-gray-background-color a{ color:#111 !important; }

/* Code/pre */
.entry-content pre,
.entry-content pre.wp-block-code,
.entry-content .wp-block-preformatted,
.entry-content code{
  background:#1d1f21; color:#eaeaea; border:1px solid rgba(255,255,255,.15);
}

/* DO NOT add a global `a { color: ... }` here */