/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.3.6
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.8.2
Tags: translation-ready, accessibility-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/

/**
 * =================================================================
 * Local Font Definition - Seo-Partners Optimization
 * =================================================================
 */
/*
 * Two separate @font-face blocks with unicode-range:
 *   - Arabic block: browser downloads cairo-v31-arabic.woff2 (30.86 KiB) only
 *     when it finds Arabic characters — smaller & faster for Arabic pages.
 *   - Latin block:  cairo-v31-latin.woff2 loaded only when Latin text is present.
 * Without unicode-range, the combined file is always downloaded in full.
 */
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('fonts/cairo-v31-arabic.woff2') format('woff2');
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-089F, U+08A0-08FF,
                 U+FB50-FDFF, U+FE70-FEFF, U+1EE00-1EEFF;
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('fonts/cairo-v31-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* --- End of Font Definition --- */
/* =================================================================
   تنسيق احترافي لجدول المحتويات (نسخة مقاومة للتعارض)
   ================================================================= */
/* ### Custom Table of Contents Styling ### */

/* ### Custom Table of Contents - High Specificity Test ### */

/* --- حاوية جدول المحتويات الرئيسية --- */
body #eztoc-container {
    background-color: #f9f9f9 !important;
    border: 1px solid #ddd !important;
    padding: 20px !important;
    margin-bottom: 25px !important;
    width: fit-content !important;
    max-width: 100% !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05) !important;
}

/* --- عنوان الجدول "جدول المحتويات" --- */
body .ez-toc-title {
    font-size: 1.2em !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #0056b3 !important;
    color: #333 !important;
    text-align: center !important;
}

/* --- القائمة نفسها (UL) --- */
body .eztoc-list {
    list-style: none !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

/* ... أكمل إضافة `body` و `!important` لباقي المحددات ... */