.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);
}
.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: #004080;
  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: #004080;
  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: #004080;
  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: #004080;
  text-align: center;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}

/* النصوص المقتبسة أو المهمة */
.custom-texts strong {
  color: #111;
  font-weight: 700;
}


/* تعديل ايقونة التسجيل + الدخول*/

.pkp_navigation_user a {
  color: #004080;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 5px;
  background-color: #f1f1f1;
  transition: 0.3s;
}

.pkp_navigation_user a:hover {
  background-color: #004080;
  color: #fff;
}

.pkp_navigation_user i {
  margin-right: 5px;
}
