.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100px;
    max-width: 100%;
    widh: auto;
    height: auto;
}
.pkp_structure_page {
  margin-top: 0px;
  margin-bottom: 0px;
}
.obj_article_details .abstract {
   text-align: justify;
   font:tajawal,geneva,tajawal;
}
html, body {
    font-family: "tajawal",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.87);
    background: #fff;
}
.pkp_structure_main h1 {
    font-family: "tajawal",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1.200rem;
    line-height: 2.143rem;
    font-weight: 700;
}
.pkp_block .title {
    display: block;
    margin-bottom: .714rem;
    margin-top: 0;
    font-family: "tajawal",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1.43rem;
    color: rgba(0,0,0,0.54);
}

/*------------------------------------
  🔹 تنسيق البلوكات الجانبية في OJS (العناوين بخلفية زرقاء)
------------------------------------*/
.pkp_block {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 15px 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
  text-align: center; /* توسيط جميع المحتويات */
}

/* تأثير بسيط عند المرور */
.pkp_block:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* 🔹 عنوان كل بلوك */
.pkp_block .title {
  font-size: 1.1rem;
  background-color: #776159;  /* ✅ خلفية زرقاء */
  color: #fff;                /* ✅ النص أبيض */
  font-weight: 700;
  margin: -15px -18px 10px -18px; /* تمديد اللون ليغطي عرض البلوك بالكامل */
  padding: 10px 0;
  border-radius: 10px 10px 0 0; /* زوايا علوية مستديرة */
  text-align: center;
}

/* النصوص والمحتوى داخل البلوك */
.pkp_block .content,
.pkp_block ul,
.pkp_block li {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

/* الروابط داخل البلوك */
.pkp_block a {
  color: #776159;;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
  display: inline-block;
}

.pkp_block a:hover {
  color: #e60000;
  text-decoration: underline;
}

/* 🔹 الفاصل بين البلوكات */
.pkp_block + .pkp_block::before {
  content: "";
  display: block;
  height: 1px;
  background: #eee;
  margin: 10px 0;
}






.pkp_structure_main h2 {
    font-family: "tajawal",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1.285rem;
    line-height: 2.143rem;
    font-weight: 700;
}
.obj_article_summary>.title {
    font-family: "tajawal",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1rem;
    line-height: 1.43rem;
    font-weight: 700;
    border-bottom: none;
    margin: 0;
}
.obj_issue_summary .title {
    font-family: "tajawal",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.obj_article_details .item {
    padding: 2.143rem;
    text-align: justify;
}



/* تنسيق الجداول الخاصة بالمجلة */
.ojs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: "Tahoma", Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ojs-table thead tr {
  background-color: #776159;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.ojs-table th,
.ojs-table td {
  padding: 10px 12px;
  border: 1px solid #ddd;
}

.ojs-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.ojs-table tbody tr:hover {
  background-color: #f1f7ff;
  transition: background 0.3s;
}

/* روابط الـ CV */
.ojs-table a {
  color: #776159;
  font-weight: bold;
  text-decoration: none;
}

.ojs-table a:hover {
  color: #e60000;
  text-decoration: underline;
}

/* تنسيق عام للصور داخل الصفحة */
.custom-logos img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 1px;
  vertical-align: middle;
  border: none;
  transition: transform 0.3s, box-shadow 0.3s;
}

.custom-logos img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* حاوية عامة تضمن أن العناصر في الوسط */
.custom-logos {
  text-align: center;
  margin: 20px auto;
}

/* تنسيق الجداول للشعارات */
.custom-logos table {
  margin: 20px auto;
  border-collapse: collapse;
}

.custom-logos td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

/* الروابط حول الصور */
.custom-logos a {
  text-decoration: none;
  display: inline-block;
}

/* تنسيق إضافي للعناوين (لو فيه نص تحت الصور) */
.custom-logos strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

/* الحاوية الخاصة بالنصوص */
.custom-texts {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  font-family: "Times New Roman", "Tahoma", serif;
  font-size: 17px;
  line-height: 1.8;
  color: #222;
  text-align: justify;
  background: #fff;
}

/* الفقرات */
.custom-texts p {
  margin-bottom: 1.2em;
}

/* الروابط داخل النص */
.custom-texts a {
  color: #776159;
  font-weight: 600;
  text-decoration: none;
}

.custom-texts a:hover {
  color: #e60000;
  text-decoration: underline;
}

/* العناوين داخل النصوص */
.custom-texts h1,
.custom-texts h2,
.custom-texts h3 {
  font-family: "Times New Roman", Georgia, serif;
  font-weight: bold;
  margin: 20px 0 10px;
  color: #776159;
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

/* النصوص المقتبسة أو المهمة */
.custom-texts strong {
  color: #111;
  font-weight: 700;
}

/* تعديل ايقونة التسجيل + الدخول */
.pkp_navigation_user a {
  color: #776159;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #f1f1f1;
  transition: 0.3s;
}

.pkp_navigation_user a:hover {
  background-color: #776159;
  color: #fff;
}

.pkp_navigation_user i {
  margin-right: 5px;
}
