/*
Theme Name: Gulf Policy
Theme URI: https://example.com
Author: Gulf Policy
Description: Custom editorial theme for Gulf Policy — جلف بوليسي. Arabic RTL news and analysis platform with navy/gold styling, built on Tailwind (CDN) with WordPress categories, custom post types, and custom fields for read time, video, source publication and report PDFs.
Version: 1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gulf-policy
*/

body {
    font-family: 'Readex Pro', 'Tajawal', sans-serif;
    background-color: #F8F9FA;
    color: #121212;
}
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #F8F9FA; }
::-webkit-scrollbar-thumb { background: #203A43; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #C5A059; }
.no-scrollbar::-webkit-scrollbar { display: none; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.line-clamp-4 { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

.gp-filter.is-active {
    background-color: #0A192F !important;
    color: #C5A059 !important;
}
