/* ====== Custom Academic-Islamic Theme for OJS 3.5 Default ====== */

/* HEADER */
.pkp_structure_head {
  background: linear-gradient(135deg, #004d40, #00695c) !important;
  border-bottom: 4px solid #d4af37 !important;
}

/* Journal title */
.pkp_site_name {
  color: #fff !important;
  font-family: "Merriweather", serif !important;
  font-size: 1.8em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* PRIMARY NAVIGATION (menyu) */
.pkp_navigation_primary,
.pkp_navigation_primary_wrapper {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* Menyu elementlari */
.pkp_navigation_primary > li > a {
  color: #fff !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  background: none !important;
}
.pkp_navigation_primary > li > a:hover {
  color: #d4af37 !important;
  background-color: rgba(255,255,255,0.08) !important;
  border-radius: 6px !important;
}

/* PAGE BACKGROUND */
.pkp_structure_main {
  background-color: #f9fafb !important;
}

/* ARTICLE CARDS */
.obj_article_summary {
  background: #ffffff !important;
  border-left: 5px solid #d4af37 !important;
  padding: 20px !important;
  margin: 20px 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}
.obj_article_summary h2 a {
  color: #004d40 !important;
}
.obj_article_summary h2 a:hover {
  color: #00695c !important;
}

/* FOOTER */
.pkp_structure_footer_wrapper {
  background-color: #004d40 !important;
  color: #fff !important;
  padding: 25px 0 !important;
  text-align: center !important;
  font-size: 0.95em !important;
  border-top: 3px solid #d4af37 !important;
}
.pkp_structure_footer_wrapper a {
  color: #d4af37 !important;
}
.pkp_structure_footer_wrapper a:hover {
  color: #fff !important;
}

/* SEARCH ICON */
.pkp_search button {
  background-color: #d4af37 !important;
  border: none !important;
  color: #004d40 !important;
  border-radius: 6px !important;
}
.pkp_search button:hover {
  background-color: #00695c !important;
  color: #fff !important;
}

/* TYPOGRAPHY */
body {
  font-family: "Open Sans", sans-serif !important;
  color: #333 !important;
  line-height: 1.6 !important;
}
h1, h2, h3, h4, h5 {
  font-family: "Merriweather", serif !important;
}

/* ==== AUTHORS + ORCID (Current issue cards) ==== */

/* Mualliflar ro'yxati */
.obj_article_summary .authors {
  margin-top: 4px;
}

.obj_article_summary .summary-authors {
  list-style: none;
  margin: 0;
  padding: 0;
}

.obj_article_summary .summary-authors li {
  margin-bottom: 4px;
}

/* Ism-sharif */
.obj_article_summary .summary-authors .name {
  font-weight: 600;
  font-size: 0.95rem;
}

/* ORCID – ism bilan yonma-yon, faqat yashil icon */
.obj_article_summary .summary-authors .orcid-inline {
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
}

.obj_article_summary .summary-authors .orcid-inline .orcid-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
  opacity: 0.9;
}

.obj_article_summary .summary-authors .orcid-inline a:hover .orcid-icon {
  opacity: 1;
}

/* Affilatsiya – ism va ORCID dan keyin yangi qatorda */
.obj_article_summary .summary-authors .affiliation {
  display: block;
  font-size: 0.85rem;
  color: #555;
}

/* DOI blok (agar kerak bo'lsa chiroyli turishi uchun) */
.article-doi {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 6px 0;
  font-size: 0.85rem;
}

.article-doi .doi-value a {
  font-family: "Merriweather", serif;
  font-weight: 600;
  text-decoration: none;
  color: #00695c;
}

.article-doi .doi-value a:hover {
  text-decoration: underline;
}
