/* Reset أساسي */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

/* تهيئة عامة */
body {
  visibility: visible !important;
  font-family: 'Almari-Regular', sans-serif;
  background-color: #fff;
  color: #333;
}

/* العنوان الرئيسي للمقال */
h1.article-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 25px;
  text-align: center;
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 768px) {
  h1.article-title {
    font-size: 28px;
  }
}

/* بعض العناصر الأخرى اللي كانت موجودة */
b, strong {
  font-weight: 1000;
}

.topbar-today-date {
  float: left;
  padding-right: 15px;
  font-size: 18px;
  flex-shrink: 0;
}

#top-nav *, .search-in-top-nav.autocomplete-suggestions {
  border-color: rgba(255, 255, 255, 0.08);
}

.weather-menu-item .weather-current-temp,
.weather-menu-item .city-data {
  font-size: 20px;
  font-weight: 500;
}

#main-nav {
  z-index: 9;
  line-height: 40px;
}

.section-item {
  position: relative;
  padding: 15px 0 0;
  clear: both;
}

@media (max-width: 991px) {
  .has-header-ad .is-first-section {
    padding-top: 0;
  }
  .section-item {
    padding-top: 15px;
  }
}
