/*
Theme Name: TazaNewsz Child - Fixed for AdSense
Theme URI: https://www.tazanewsz.com/
Description: Child theme fixing copyright, fake Envato counts, E-E-A-T, speed and AdSense issues. Use with Foxiz parent theme. Created as part of AdSense Audit Fix Pack July 2026.
Author: TazaNewsz Fix Pack
Template: foxiz
Version: 1.1.0
License: GPL v2 or later
Text Domain: tazanewsz-child
*/

:root{
  --g-color: #111;
}

/* Fix: Hide default fake follower counts - will be replaced by plugin if needed */
.follow-box .follow-box-count { display: none; }

/* Fix: Better ad viewability */
.rb-adbanner, .adslot { margin: 24px auto; text-align: center; min-height: 90px; }
.rb-inline-ad { margin: 28px 0; clear: both; }

/* Fix: Author bio box for E-E-A-T */
.author-bio-box { border:1px solid #eee; padding:20px; border-radius:12px; background:#fafafa; margin:30px 0; }
.author-bio-box img { border-radius:50%; }

/* Fix: Improve readability */
.single-post .entry-content p { line-height:1.8; font-size:17px; }
