/* =========================
   FONT
========================= */

/* SemiBold 600 */
@font-face {
  font-family: 'El Messiri';
  src: url('https://www.sult4n.com/fonts/ElMessiri-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* الخط الأساسي */
html, body {
  font-family: 'El Messiri';
  margin: 0;
  padding: 0;
}

/* =========================
   ROOT COLORS
========================= */
:root {
  --bg: #f4f5f7;
  --header-bg: #0b3565;
  --text-main: #222;
  --text-muted: #4a4a4a;
  --card-bg: #ffffff;
  --card-border: #B8BDCF;
  --card-shadow: 0 8px 18px rgba(15, 32, 60, 0.06);
  --accent: #0b8fe6;
}

/* =========================
   GENERAL RESET
========================= */

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background: var(--bg);
  color: var(--text-main);
}

/* ===== الهيدر ===== */

.site-header {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}

/* خط زخرفي علوي */
.site-header::before {
  content: "";
  height: 3px;
  display: block;
  background: linear-gradient(90deg, #2563eb, #22c55e, #0ea5e9);
}

/* ===== Inner ===== */
.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* ===== Brand ===== */
.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-icon {
  font-size: 32px;
  border-radius: 12px;
  padding: 10px;
}

.brand-text h1 {
  margin: 0;
  font-size: 22px;
  color: #111827;
  line-height: 1.2;
}

.brand-tagline {
  font-size: 12px;
  color: #6b7280;
}

/* ===== Meta ===== */
.site-meta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-greeting {
  font-size: 16px;
  font-weight: 600;
  color: #2563eb;
}

.hero-day {
  font-size: 14px;
  color: #374151;
  margin-top: 2px;
}

.hero-date {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
  display: flex;
  gap: 6px;
  justify-content: center;
}

/* ===== Mobile ===== */
@media (max-width: 700px) {
  .site-header-inner {
    flex-direction: column;
    text-align: center;
  }

  .site-meta {
    text-align: center;
  }
}

/* =========================
   SHARE BUTTON
========================= */

.whats {
  display: flex;
  justify-content: center;
}

.button2 {
-webkit-appearance: none;
    /* display: inline-block; */
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background: #25D366;
    color: #fff !important;
    font-weight: 700;
    font-family: 'El Messiri';
    outline: 0;
    font-size: 0.8em;
    padding: 0.65em 1.5em 0.65em 1.5em;
    text-align: center;
    margin: 0 0 0 0;
    box-shadow: 1px 1px #cc15cd;
}

/* التركيز باستخدام لوحة المفاتيح */
.button2:focus-visible {
    outline: 3px solid #003c1f;  /* لون واضح */
    outline-offset: 4px;
}
/* =========================
   ARTICLE
========================= */

.content2 {
  background: #fff;
  width: 90%;
  margin: 20px auto 0;
  padding: 20px;
  border-radius: 10px;
  line-height: 1.9;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.content2 p {
  text-align: justify;
}

/* =========================
   RELATED LINKS
========================= */

.dc-related {
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}

.dc-related p {
  margin-bottom: 8px;
  color: #444;
}

.dc-related-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.dc-btn-outline {
  border-radius: 999px;
  border: 1px solid #0c3465;
  color: #0c3465;
  background: #fff;
  padding: 7px 16px;
  font-size: 14px;
  text-decoration: none;
}

.dc-btn-outline:hover {
  background: #0c3465;
  color: #fff;
}

/* =========================
   FOOTER
========================= */

.footer2 {
  text-align: center;
  padding: 10px;
}

p.footer2 {
  font-size: small;
  margin: 0px 10px 10px 0px;
  color: #000;
}

/* =========================
   MOBILE FIXES
========================= */

@media (max-width: 480px) {

  .content2 img {
    margin: 0 auto;
    display: block;
  }

  .date-box {
    font-size: 12px;
  }
}

.brand-text {
  font-size: 15px;
}
