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

.ar-news-article {
  font-family: 'Alexandria', Arial, Tahoma, sans-serif;
  background: #FAFAFA;
  color: #212529;
  border: 1px solid #d6dee7;
  border-radius: 8px;
  max-width: 850px;
  margin: 30px auto;
  padding: 2.2rem 2rem 1.3rem 2rem;
  box-shadow: 0 2px 14px rgba(50,72,110,0.06);
  direction: rtl;
  text-align: justify;
  line-height: 2.05;
}

#the-post > div.post-inner > div.entry > div.ar-news-article > h2 {
  color: #274160;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border-right: 4px solid #1657ea33;
  padding-right: 9px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 2;
  background: linear-gradient(90deg, #e8f2ff 0, #fff 100%);
}

#the-post > div.post-inner > h1 > span {
	  color: #274160;
  font-size: 1.5rem;
  font-weight: 700;
	line-height: 1.8;
	font-family: 'Alexandria', Arial, Tahoma, sans-serif !important;
	text-align: justify;
	direction: rtl;
}

.ar-news-article p {
  margin-bottom: 1.2rem;
  font-size: 1.05em;
}

#homepost > div.post > div > div > ul, 
#homepost > div.post > div > div > ol {
  padding-right: 1.4em;
  margin-bottom: 1.4em;
}

.post ul li {
  list-style: circle;
  background: none;
  padding: 3px 0 4px 12px;
	margin-bottom: 0.5em;
}

.ar-news-article blockquote {
  border-right: 4px solid #1657ea66;
  background: #f4f8fb;
  margin: 1.7em 0;
  padding: 0.9em 1.3em 0.9em 0.7em;
  color: #384258;
  font-size: 1.08em;
}

.ar-news-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem auto;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(35,55,120,0.09);
}

/* جعل جميع العناوين والمحتوى والعناصر بنفس الخط */
.ar-news-article, 
.ar-news-article * {
  font-family: 'Alexandria', Arial, Tahoma, sans-serif !important;
}

/* دعم التجاوب على الهواتف */
@media (max-width: 600px) {
  .ar-news-article {
    padding: 1.1rem 0.6rem;
  }

#homepost > div.post > div > div > h2 { font-size: 1.07rem; }
}

#related_posts {
  display: none!important;
  visibility: hidden!important;
}