/**
 * ثهلان – ثيم عدد منتدى الحج والعمرة والزيارة
 * ألوان خضراء ذهبية متناسقة مع شريط المنتدى في الرئيسية
 */
html.theme-umrah {
  --um-primary: #1a4d3e;
  --um-secondary: #2d7a62;
  --um-gold: #d4af37;
  --um-cream: #e8f5f0;
  --um-deep: #0f2e26;
}

html.theme-umrah:not([data-theme="dark"]) {
  --bg: #f6faf8;
  --bg-soft: #e8f2ed;
  --bg-card: #ffffff;
  --text: #0f2e26;
  --text-soft: #2a4a3e;
  --muted: #2d7a62;
  --primary: #1a4d3e;
  --primary-2: #0f3d32;
  --primary-3: #2d7a62;
  --accent: #2d7a62;
  --accent-gold: #b8962e;
  --accent-soft: rgba(26, 77, 62, 0.1);
  --accent-gold-soft: rgba(212, 175, 55, 0.12);
  --border: rgba(26, 77, 62, 0.18);
}

html.theme-umrah:not([data-theme="dark"]) body {
  background: linear-gradient(180deg, #f8fcfa 0%, #e8f2ed 50%, #dceee4 100%);
}

html.theme-umrah:not([data-theme="dark"]) .article-header .category {
  color: var(--primary);
  font-weight: 700;
}

html.theme-umrah:not([data-theme="dark"]) .article-header .category:hover {
  color: var(--accent);
}

html.theme-umrah:not([data-theme="dark"]) .article-header h1 {
  color: var(--text);
}

html.theme-umrah:not([data-theme="dark"]) .article-header .dek {
  color: var(--text-soft);
}

html.theme-umrah:not([data-theme="dark"]) .article-body,
html.theme-umrah:not([data-theme="dark"]) .article-body p {
  color: var(--text);
}

html.theme-umrah .article-header::before {
  content: '';
  display: block;
  height: 4px;
  margin: -8px 0 20px 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--um-primary), var(--um-secondary), var(--um-gold));
}

html.theme-umrah .article-featured-image {
  border-radius: var(--radius, 12px);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 4px 24px rgba(26, 77, 62, 0.1);
}

html.theme-umrah .article-featured-image figcaption {
  background: var(--bg-soft);
  color: var(--text-soft);
  border-top: 1px solid var(--border);
}

html.theme-umrah .article-body .drop-cap {
  color: var(--text);
}

html.theme-umrah .article-body blockquote,
html.theme-umrah .article-body .article-byline {
  border-right-color: var(--accent);
  background: var(--accent-soft);
}

html.theme-umrah .btn-primary {
  background: linear-gradient(135deg, var(--um-primary), var(--um-secondary));
  color: var(--um-cream);
}

html.theme-umrah .btn-primary:hover {
  background: linear-gradient(135deg, var(--um-secondary), #1a5c4a);
  color: #fff;
}

html.theme-umrah[data-theme="dark"] {
  --bg: #141c1a;
  --bg-soft: #1e2a26;
  --bg-card: #1e2a26;
  --text: #e8f5f0;
  --text-soft: #b8d4c8;
  --muted: #7ec8a8;
  --primary: #7ec8a8;
  --primary-2: #e8f5f0;
  --accent: #d4af37;
  --accent-soft: rgba(45, 122, 98, 0.2);
  --border: rgba(126, 200, 168, 0.2);
}

html.theme-umrah[data-theme="dark"] body {
  background: linear-gradient(180deg, #141c1a 0%, #1a2320 50%, #1e2a26 100%);
}

html.theme-umrah[data-theme="dark"] .article-header .category {
  color: var(--um-gold);
}

html.theme-umrah[data-theme="dark"] .article-header .category:hover {
  color: var(--accent);
}

html.theme-umrah[data-theme="dark"] .article-header::before {
  background: linear-gradient(90deg, var(--um-primary), var(--um-secondary), var(--um-gold));
  opacity: 0.95;
}

html.theme-umrah[data-theme="dark"] .article-featured-image {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
  border-color: rgba(126, 200, 168, 0.2);
}

html.theme-umrah[data-theme="dark"] main .article-meta,
html.theme-umrah[data-theme="dark"] main .article-dates {
  color: var(--text-soft);
}

html.theme-umrah[data-theme="dark"] main .article-body,
html.theme-umrah[data-theme="dark"] main .article-body p {
  color: var(--text);
}
