:root{
  --ed-bg: rgb(42 42 42);
  --ed-toolbar-border: rgb(0 0 0);
  --ed-fg: #fff;
  --ed-content-bg: transparent;
  --ed-btn-bg: rgba(255,255,255,0.04);
  --ed-btn-bg-hover: rgba(255,255,255,0.08);
  --ed-btn-border: rgba(255,255,255,0.20);
  --ed-btn-fg: #fff;
  --ed-pop-bg: rgb(151 151 151);
  --ed-pop-border: rgba(255,255,255,.12);
}

.blog_wrap,
.blog_list{
  max-width:920px;
  margin-inline:auto;
}

.blog_content{
  font-size:17px;
  line-height:1.9;
}

.blog_content p,
.blog_content li{
  margin:.6em 0;
}

.blog_content h2{
  font-size:22px;
  margin:1.2em 0 .6em;
}

.blog_content h3{
  font-size:20px;
  margin:1.1em 0 .5em;
}

.blog_content img,
.blog_content video{
  max-width:100%;
  height:auto;
  display:block;
  margin:8px auto;
  border-radius:10px;
}

.post_meta{
  text-align:center;
  font-size:12px;
  opacity:.8;
}

/* ==== مواضيع ذات صلة ==== */
.related_posts{
  margin-top:24px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.08);
}

.related_title{
  text-align:center;
  font-size:18px;
  margin-bottom:10px;
  opacity:.9;
}

.related_grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

@media (min-width:700px){
  .related_grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

.related_item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.02);
  text-decoration:none;
  color:inherit;
  transition:
    background .18s ease,
    border-color .18s ease,
    transform .12s ease;
}

.related_item:hover{
  background:rgba(255,255,255,.05);
  border-color:rgba(255,255,255,.18);
  transform:translateY(-1px);
}

.related_thumb img{
  width:80px;
  height:60px;
  object-fit:cover;
  border-radius:8px;
  display:block;
}

.related_info{
  flex:1;
  min-width:0;
}

.related_item_title{
  font-size:15px;
  font-weight:600;
  margin-bottom:3px;
}

.related_item_meta{
  font-size:11px;
  opacity:.7;
  margin-bottom:3px;
}

.related_item_excerpt{
  font-size:13px;
  opacity:.9;
  line-height:1.5;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}

/* تكبير النص على الشاشات الكبيرة */
@media (min-width:900px){
  .blog_content{
    font-size:18px;
  }
}

/* ==== المحرر ==== */
.editor_wrap{
  border-radius:12px;
  background:var(--ed-bg);
  border:1px solid var(--ed-toolbar-border);
}

.editor_toolbar{
  display:none !important;
}

.editor_area{
  padding:14px;
  min-height:500px;
  line-height:1.8;
  font-size:16px;
  outline:none;
  background:var(--ed-content-bg);
  color:var(--ed-fg);
}

#blog_editor:empty::before{
  content:"اكتب هنا…";
  opacity:.45;
  color:var(--ed-fg);
}

#blog_content{
  display:none;
}

/* ==== شريط التنقل في المدونة ==== */
.blog_navbar{
  position:sticky;
  top:0;
  z-index:50;
  background:transparent;
  backdrop-filter:none;
  border-bottom:1px solid rgba(255,255,255,.08);
  margin-bottom:8px;
}

.blog_navbar__inner{
  max-width:920px;
  margin-inline:auto;
  display:flex;
  gap:8px;
  padding:10px 12px;
  align-items:center;
  flex-wrap:wrap;
}

.site_link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:transparent;
  color:inherit;
  text-decoration:none;
  font-size:14px;
  line-height:1;
}

.site_link:hover{
  background:transparent;
  border-color:rgba(255,255,255,.18);
}

.site_link.active{
  background:transparent;
  border-color:rgba(255,255,255,.35);
}

.news_box.post_card{
  display:block !important;
  flex-direction:column !important;
  align-items:stretch !important;
  border-radius:12px;
}

.news_box.post_card > *{
  width:100%;
}

.news_box.post_card img{
  display:block;
  margin:8px auto;
  max-width:100%;
  height:auto;
  border-radius:12px;
}

.news_box.post_card .post_meta{
  text-align:center;
  font-size:12px;
  opacity:.8;
}

.news_box.post_card .centered_element{
  text-align:center;
}

/* ==== المقتطف في الكرت ==== */
.blog_excerpt{
  margin-top:10px;
  margin-bottom:16px;
  text-align:center;
  font-size:17px;
  white-space:normal !important;
  word-break:break-word;
  overflow:hidden !important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:6;
  max-height:calc(1.9em * 6);
}

@media (min-width:900px){
  .blog_excerpt{
    font-size:18px;
  }
}

/* ==== قائمة الوسوم + الأرشيف ==== */
.blog_tagmenu{
  position:relative;
}

.blog_tagmenu__btn{
  cursor:pointer;
}

.blog_tagmenu__btn::after{
  content:"▾";
  font-size:12px;
  margin-inline-start:6px;
  opacity:.8;
}

.blog_tagmenu__panel{
  position:absolute;
  top:100%;
  inset-inline-end:0;
  min-width:260px;
  max-height:260px;
  overflow:auto;
  background:#ffffff;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:10px;
  margin-top:6px;
  display:none;
  z-index:60;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.blog_tagmenu.open .blog_tagmenu__panel{
  display:block;
}

.blog_tagmenu__panel .tag_link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin:4px;
  padding:6px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  text-decoration:none;
  color:inherit;
  background:transparent;
  font-size:14px;
  line-height:1;
}

.blog_tagmenu__panel .tag_link:hover{
  background:transparent;
  border-color:rgba(255,255,255,.18);
}

/* حالات خاصة للثيم الفاتح */
html[data-theme="lite"] .blog_tagmenu__panel .tag_link:hover,
html[data-theme="light"] .blog_tagmenu__panel .tag_link:hover,
body.lite .blog_tagmenu__panel .tag_link:hover,
body.light .blog_tagmenu__panel .tag_link:hover{
  background:#f3f3f6;
}

.blog_tagmenu__panel .tag_link.active{
  border-color:rgba(255,255,255,.35);
  background:transparent;
}

html[data-theme="lite"] .blog_tagmenu__panel .tag_link.active,
html[data-theme="light"] .blog_tagmenu__panel .tag_link.active,
body.lite .blog_tagmenu__panel .tag_link.active,
body.light .blog_tagmenu__panel .tag_link.active{
  border-color:rgba(0,0,0,.35);
  background:#ececf2;
}

/* منع الخط السفلي للروابط */
a.theme_btn,
a.small_btn,
a.small_button,
.theme_btn a,
.small_btn a,
.small_button a,
.blog_tagmenu__panel .tag_link{
  text-decoration:none !important;
  border-bottom:0 !important;
}

/* الأرشيف (داخل قائمة الأرشيف) */
.archive_year_group{
  margin-bottom:8px;
}

.archive_year_link{
  font-weight:600;
  display:block;
  margin-bottom:4px;
}

.archive_months{
  padding-inline-start:12px;
  display:flex;
  flex-wrap:wrap;
  gap:4px;
}