/* ===============================
   Diniy Akademik Minimal Theme
   Author: Zarifjon G‘ulomov
   Palette: To‘q yashil (#0F5132) va Qum-sariq (#D4AF37)
   =============================== */

/* ====== BODY ====== */
body {
  background-color: #f9f8f3;
  color: #222;
  font-family: "Noto Naskh Arabic", "Noto Serif", Georgia, serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

/* ====== HEADER (Sayt nomi) ====== */
.pkp_site_name {
  background-color: #0F5132;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  border-bottom: 3px solid #D4AF37;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.pkp_site_name a {
  color: #D4AF37;
  text-decoration: none;
}

/* ====== NAVBAR ====== */
.pkp_navigation_primary {
  background-color: #124f38;
  text-align: center;
  border-top: 1px solid #D4AF37;
  border-bottom: 1px solid #D4AF37;
}

.pkp_navigation_primary ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: inline-block;
}

.pkp_navigation_primary li {
  display: inline;
  margin: 0 15px;
}

.pkp_navigation_primary a {
  color: #f7f6ef;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.pkp_navigation_primary a:hover {
  color: #D4AF37;
}

/* ====== MAIN CONTENT ====== */
.pkp_structure_main {
  background-color: #fff;
  border-top: 2px solid #D4AF37;
  border-bottom: 2px solid #D4AF37;
  padding: 30px;
  margin: 20px auto;
  max-width: 1000px;
  box-shadow: 0 2px 6px rgba(15, 81, 50, 0.1);
}

/* ====== HOMEPAGE TITLE ====== */
.pkp_structure_main h1 {
  color: #0F5132;
  text-align: center;
  font-weight: 700;
  font-size: 1.7em;
  margin-bottom: 10px;
}

.journal_description {
  text-align: center;
  color: #555;
  font-style: italic;
  font-size: 1.05em;
  margin-bottom: 40px;
}

/* ====== ARTICLE LIST ====== */
.obj_article_summary {
  background-color: #fcfcfa;
  border: 1px solid #ddd;
  border-left: 4px solid #0F5132;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.obj_article_summary:hover {
  box-shadow: 0 0 8px rgba(15, 81, 50, 0.2);
}

/* ====== BUTTONS ====== */
.pkp_button,
.obj_galley_link {
  background-color: #0F5132;
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 6px 14px;
  font-weight: 500;
  transition: 0.3s;
}

.pkp_button:hover,
.obj_galley_link:hover {
  background-color: #D4AF37;
  color: #0F5132 !important;
}

/* ====== FOOTER ====== */
.pkp_structure_footer {
  background-color: #0F5132;
  color: #f7f6ef;
  text-align: center;
  padding: 20px 0;
  border-top: 3px solid #D4AF37;
  margin-top: 50px;
  font-size: 0.95em;
}

.pkp_structure_footer a {
  color: #D4AF37;
  text-decoration: none;
}

.pkp_structure_footer a:hover {
  color: #fff;
}

/* ====== SMALL DETAILS ====== */
hr {
  border: 0;
  border-top: 1px solid #D4AF37;
  margin: 20px 0;
  opacity: 0.4;
}

blockquote {
  border-left: 3px solid #D4AF37;
  padding-left: 10px;
  color: #555;
  font-style: italic;
  background-color: #fefdf9;
}
