@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap');

body, p, h1, h2, h3, h4, h5, h6,
.entry-title, .entry-content,
button, input, textarea, select,
.widget, .site-title, .nav-menu, a {
  font-family: 'Tajawal', sans-serif !important;


/* توسيط كامل لعناصر الـ Footer */
.site-footer,
.site-footer .wp-block-group,
.site-footer .wp-block-paragraph,
.site-footer p,
.site-footer a,
.site-footer h1,
.site-footer h2,
.site-footer h3 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.site-footer .wp-block-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.site-footer .wp-block-jetpack-subscriptions {
  margin: 0 auto !important;
  text-align: center !important;
}}
/* إخفاء footer القالب الافتراضي وإبقاء المخصص فقط */
.site-footer .wp-block-template-part + *,
footer .site-info,
.site-info {
  display: none !important;
}

/* توسيط كامل للـ footer */
.site-footer * {
  text-align: center !important;
}
.site-footer .wp-block-group {
  align-items: center !important;
  justify-content: center !important;
}

/* ===== إخفاء Footer الافتراضي للقالب ===== */
.site-info,
.site-footer .site-info,
footer .site-info,
.footer-credits,
.wp-block-template-part .site-info {
  display: none !important;
}

/* ===== توسيط كامل لكل عناصر الـ Footer ===== */
.site-footer,
.site-footer * {
  text-align: center !important;
  direction: rtl !important;
}

.site-footer .wp-block-group {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.site-footer p,
.site-footer a {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
}

/* ===== توسيط نموذج الاشتراك ===== */
.site-footer .wp-block-jetpack-subscriptions__container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* ===== إخفاء نص Recap المدمج ===== */
footer p:has(a[href*="wordpress.com"]),
.powered-by,
.site-footer .wp-block-site-tagline {
  display: none !important;
/* أضف هذا الكود في Custom CSS بلوحة التحكم */
/* المسار: Appearance > Customize > Additional CSS */

.widget_categories {
  background: var(--color-surface);
  border-radius: 12px;
  border: 1px solid oklch(from var(--color-text) l c h / 0.08);
  overflow: hidden;
  box-shadow: 0 4px 12px oklch(0.2 0.01 80 / 0.09);
}

.widget_categories .widget-title {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--color-divider);
}

.widget_categories ul li a {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  transition: all 180ms ease;
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.9rem;
}

.widget_categories ul li a:hover {
  background: var(--color-primary-highlight);
  color: var(--color-primary);

.cs-container { display: none 



!important; }}}

<meta name="google-site-verification" content="Xnbyo5COoi0xPDJIuIrjKhTEC6QJpsFxGHRwehckr_c" />