/*
Theme Name: ACA Blog Theme
Theme URI: https://aca-academia.com
Author: ACA Team
Author URI: https://aca-academia.com
Description: A modern, responsive Arabic blog theme for ACA Academia platform with golden logo and colorful navigation tabs.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aca-blog
Tags: blog, arabic, rtl, responsive, two-columns

This theme supports right-to-left (RTL) languages and is optimized for Arabic content.
*/

/* 
===========================================
IMPORTANT NOTE:
===========================================
All styles are embedded in index.php and single.php files.
This style.css file is required by WordPress to recognize the theme,
but the actual styling is done inline in the template files.

If you prefer to use an external stylesheet, you can move all
the CSS from index.php and single.php into this file, and then
enqueue it in functions.php.
*/

/* Basic Reset - This ensures clean styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Arial, sans-serif;
    direction: rtl;
    text-align: right;
}

/* Hide Cookie/Humanizer Widget - Global - AGGRESSIVE */
.humanizer-widget,
.humanizer-icon,
#humanizer-widget,
.cookie-notice,
.cookie-consent,
.cookie-banner,
.cookie-popup,
.cookie-modal,
.gdpr-notice,
.privacy-notice,
.consent-banner,
[class*="humanizer"],
[id*="humanizer"],
[class*="cookie"],
[id*="cookie"],
[class*="Cookie"],
[id*="Cookie"],
[class*="gdpr"],
[class*="privacy"],
[class*="consent"],
div[class*="cookie"],
div[id*="cookie"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Hide cookie overlay backgrounds */
.cookie-overlay,
.gdpr-overlay,
[class*="overlay"][class*="cookie"],
body::after[class*="cookie"] {
    display: none !important;
}

/* You can add additional global styles here if needed */
