
/* === GLOBAL BODY === */
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f9fdfb;
  color: #1f2d27;
  line-height: 1.6;
}

/* === HEADER AREA === */
.header, .pkp_structure_head {
  background-color: #2e7d32;
  color: #ffffff;
}

.header h1, .header h2 {
  color: #ffffff;
}

/* === NAVIGATION BAR === */
.navbar, .pkp_navigation_primary {
  background-color: #1b5e20;
}

.navbar a, .pkp_navigation_primary a {
  color: #ffffff;
  font-weight: bold;
}

.navbar a:hover, .pkp_navigation_primary a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

/* === JOURNAL TITLE === */
.pkp_site_name, .pkp_structure_main h1, h2.title {
  color: #2e7d32;
  font-weight: 600;
}

/* === ARTICLE TITLES === */
.obj_article_details h1, .title, .article-summary-title {
  color: #1b5e20;
  font-weight: 700;
}

/* === HOMEPAGE IMAGE === */
.pkp_structure_content img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

/* === FOOTER === */
.pkp_structure_footer {
  background-color: #1b5e20;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-size: 13px;
}

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

.pkp_structure_footer a:hover {
  text-decoration: underline;
}

/* === BUTTONS === */
.button, .cmp_button {
  background-color: #43a047;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
}

.button:hover, .cmp_button:hover {
  background-color: #388e3c;
}

/* === LINKS === */
a {
  color: #2e7d32;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* === TABLES === */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table, th, td {
  border: 1px solid #c8e6c9;
}

th {
  background-color: #e8f5e9;
  font-weight: bold;
}

td, th {
  padding: 10px;
  text-align: left;
}
