/*
Theme Name: BrouseAI Clone
Theme URI: https://example.com/
Author: Antigravity
Author URI: https://example.com/
Description: A custom WordPress directory theme inspired by BrouseAI.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brouseai
Tags: directory, ai, tailwind
*/

/* Tailwind CSS will be loaded via CDN for simplicity in development. */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Force hide any third-party ads injected by source content */
.google-auto-placed, 
ins.adsbygoogle, 
iframe[src*="googleads"], 
iframe[src*="doubleclick"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    position: absolute !important;
    pointer-events: none !important;
}
