#theme-header:not(.main-nav-boxed) #main-nav, .main-nav-boxed .main-menu-wrapper {
    border-top-color: #b78242 !important;
    border-bottom-color: #b78242 !important;
    border-style: solid;
    border-right: 0 none;
    border-left: 0 none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}


body.rtl, body.rtl header, body.rtl footer, body.rtl .content, body.rtl .sidebar, body.rtl p, body.rtl h1, body.rtl h2, body.rtl h3, body.rtl h4, body.rtl h5, body.rtl h6, body.rtl ul, body.rtl li, body.rtl div, body.rtl nav, body.rtl nav a, body.rtl nav ul li, body.rtl input, body.rtl button, body.rtl label, body.rtl textarea, body.rtl input::placeholder {
    font-size: 24px !important;
    line-height: 2!important;
}.entry-header .entry-title {
    margin-bottom: 2px;
}body {
    background: #e4ded0;
    color:#101010 ;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 21px;


#copy-post-url-msg {
    color: #ff6600 !important; /* مثال على لون برتقالي */
}
/* اللون الأساسي للقالب (Primary Color) */
:root {
  --primary-color: #0000ff; /* غيّره حسب رغبتك */
}

}

/* لون الروابط */
a {
  color: #3b5998
}
a:hover {
  color: #b71c1c;
}

/* خلفية الفوتر */
.footer {
  background-color: #222;
  color: #eee;
}

/* خلفية المقالات أو البوستات */
.post {
  background-color: #f5f5f5;
  color: #333;
}

/* خلفية القوائم الجانبية (Sidebar) */
.sidebar {
  background-color: #f1f1f1;
  color: #444;
}

}

/* لون أزرار المشاركة */
.share-buttons a {
  background-color: #d81b60;
  color: #fff;
}

}



}body.block-editor-page {
  background-color: #ede7dd!important;
}

/* تغيير نمط نص المقالة فقط داخل المحتوى */
.single-post .entry-content {
  font-family: 'Amiri', serif; /* اختر خطاً عربياً أنيقاً */
  font-size: 18px;             /* حجم الخط */
  line-height: 2;              /* ارتفاع السطر */
  text-align: justify;         /* ضبط المحاذاة */
}
/* تغيير شكل عنوان المقالة */
.single-post .entry-title {
  font-size: 3  font-size: 60px;         /* حجم الخط */8px;         /* حجم الخط 
                            * 
                            * */  color: #F54927;          /* لون العنوان - أحمر غامق */
  font-family: 'Cairo', serif; /* خط عربي كلاسيكي */
  text-align: right;       /* محاذاة لليمين */
  margin-bottom: 20px;     /* مسافة تحت العنوان */
}

/* تغيير حجم عنوان المقالة داخل صفحة المقالة الفردية فقط في قالب جنة */
.single-post h1.post-title.entry-title {
  font-size: 35px !important;   /* غيّر الرقم حسب الحجم المطلوب */
  line-height: 1.4;
  font-weight: bold;
}