/* ===== ECONOMIC JOURNAL - GCU INSPIRED THEME FOR OJS 3.4 ===== */

/* Base */
:root {
  --ej-green: #0f3b2e;
  --ej-green-2: #184c3c;
  --ej-gold: #c8a64d;
  --ej-light: #f7f8f6;
  --ej-border: #d9dfdb;
  --ej-text: #1f2a24;
  --ej-muted: #5b675f;
  --ej-white: #ffffff;
}

html, body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ej-text);
  background: #eef2ef;
  line-height: 1.65;
}

/* Header */
.pkp_structure_head {
  background: linear-gradient(135deg, var(--ej-green), var(--ej-green-2));
  border-bottom: 4px solid var(--ej-gold);
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper {
  background: transparent !important;
}

.pkp_site_name {
  padding: 18px 0 12px;
}

.pkp_site_name a {
  color: #fff !important;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .3px;
  text-decoration: none;
}

.pkp_navigation_primary_row {
  background: rgba(255,255,255,0.06);
  border-top: 1px solid rgba(255,255,255,0.12);
}

.pkp_navigation_primary_row > li > a,
.pkp_navigation_user_wrapper a {
  color: #fff !important;
  font-weight: 600;
}

.pkp_navigation_primary_row > li > a:hover,
.pkp_navigation_user_wrapper a:hover {
  color: #f5d98d !important;
  text-decoration: none;
}

/* Main container */
.pkp_structure_content {
  background: transparent;
  padding-top: 28px;
  padding-bottom: 30px;
}

.pkp_structure_main {
  background: var(--ej-white);
  border: 1px solid var(--ej-border);
  box-shadow: 0 6px 20px rgba(0,0,0,.05);
  padding: 28px 30px;
  border-radius: 6px;
}

.pkp_structure_sidebar {
  padding-top: 0;
}

/* Headings */
.page_index_journal h1,
.current_issue h1,
.page_issue_archive h1,
.page_submissions h1,
.page_about h1 {
  color: var(--ej-green);
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 16px;
  border-bottom: 2px solid var(--ej-gold);
  padding-bottom: 10px;
}

h2, h3, h4 {
  color: var(--ej-green);
  font-weight: 700;
}

a {
  color: var(--ej-green-2);
}

a:hover,
a:focus {
  color: var(--ej-green);
}

/* Homepage summary blocks */
.cmp_announcements,
.cmp_notification,
.obj_issue_summary,
.obj_article_summary,
.pkp_block,
.page_index_journal .additional_content {
  background: var(--ej-white);
  border: 1px solid var(--ej-border);
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.page_index_journal .additional_content {
  padding: 22px;
  margin-top: 22px;
}

/* Issue/article cards */
.obj_issue_summary,
.obj_article_summary {
  padding: 18px 18px 14px;
  margin-bottom: 18px;
}

.obj_issue_summary .title,
.obj_article_summary .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.obj_issue_summary .series,
.obj_article_summary .meta {
  color: var(--ej-muted);
}

/* Buttons */
.cmp_button,
.obj_issue_summary .read_more,
.obj_article_summary .read_more,
a.cmp_manuscript_button,
button,
input[type="submit"] {
  background: var(--ej-green);
  color: #fff !important;
  border: 1px solid var(--ej-green);
  border-radius: 4px;
  padding: 9px 16px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: none;
}

.cmp_button:hover,
.obj_issue_summary .read_more:hover,
.obj_article_summary .read_more:hover,
a.cmp_manuscript_button:hover,
button:hover,
input[type="submit"]:hover {
  background: var(--ej-green-2);
  border-color: var(--ej-green-2);
}

/* Sidebar blocks */
.pkp_block {
  margin-bottom: 18px;
  overflow: hidden;
}

.pkp_block .title {
  background: var(--ej-green);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 15px;
  margin: 0;
  border-bottom: 3px solid var(--ej-gold);
}

.pkp_block .content {
  padding: 14px 15px 16px;
  background: #fff;
}

.pkp_block ul {
  margin: 0;
  padding-left: 18px;
}

.pkp_block li {
  margin-bottom: 8px;
}

/* About journal section */
.page_index_journal .journal-description,
.page_about .description,
.item.issue .description {
  font-size: 16px;
  color: var(--ej-text);
}

/* Forms */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea,
select {
  width: 100%;
  border: 1px solid #cfd7d2;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--ej-green);
  box-shadow: 0 0 0 3px rgba(15,59,46,.08);
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

table th {
  background: var(--ej-green);
  color: #fff;
  padding: 12px;
  text-align: left;
}

table td {
  border: 1px solid #e1e7e3;
  padding: 12px;
}

/* Footer */
.pkp_structure_footer_wrapper {
  margin-top: 36px;
  background: var(--ej-green);
  color: #fff;
  border-top: 4px solid var(--ej-gold);
}

.pkp_structure_footer {
  padding: 28px 0;
}

.pkp_structure_footer_wrapper a {
  color: #f2da8b !important;
}

.pkp_structure_footer_wrapper a:hover {
  color: #fff6d1 !important;
}

/* Make homepage more spacious */
.page_index_journal .homepage_image,
.page_index_journal .current_issue,
.page_index_journal .additional_content {
  margin-bottom: 24px;
}

/* Responsive */
@media (max-width: 991px) {
  .pkp_site_name a {
    font-size: 26px;
  }

  .pkp_structure_main {
    padding: 20px;
  }

  .page_index_journal h1,
  .current_issue h1,
  .page_issue_archive h1,
  .page_submissions h1,
  .page_about h1 {
    font-size: 28px;
  }
}

/* ===== GCU ECONOMIC JOURNAL STYLE ===== */

:root {
  --ej-green: #0f3b2e;     /* Header green */
  --ej-blue: #3c6e91;      /* Navbar blue */
  --ej-gold: #c8a64d;      /* Golden line */
  --ej-text: #1f2a24;
}

/* Container */
.ej-about {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ej-text);
  line-height: 1.7;
}

/* Top Info */
.ej-top {
  font-size: 15px;
  margin-bottom: 18px;
}

/* Description */
.ej-desc {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 30px;
}

/* Section */
.ej-section {
  margin-bottom: 28px;
}

/* Headings */
.ej-section h3 {
  color: var(--ej-green);
  font-size: 28px;
  margin-bottom: 6px;
  position: relative;
}

/* Golden underline */
.ej-section h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--ej-gold);
  margin-top: 6px;
}

/* Text */
.ej-section p {
  margin: 5px 0;
  font-size: 14px;
}

/* Bold labels */
.ej-section strong {
  color: #000;
}


:root {
  --ej-green: #0f4c3a;
  --ej-gold: #c9a646;
  --ej-border: #dcdcdc;
}

/* Title */
.ej-title {
  text-align: center;
  color: var(--ej-green);
  font-size: 32px;
  font-weight: 700;
  margin: 30px 0 20px;
  position: relative;
}

.ej-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--ej-gold);
  margin: 8px auto 0;
}

/* GRID */
.ej-board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--ej-border);
}


/* ===== GCU ECONOMIC JOURNAL STYLE ===== */

:root {
  --ej-green: #0f3b2e;     /* Header green */
  --ej-blue: #3c6e91;      /* Navbar blue */
  --ej-gold: #c8a64d;      /* Golden line */
  --ej-text: #1f2a24;
}

/* Container */
.ej-about {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ej-text);
  line-height: 1.7;
}

/* Top Info */
.ej-top {
  font-size: 15px;
  margin-bottom: 18px;
}

/* Description */
.ej-desc {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 30px;
}

/* Section */
.ej-section {
  margin-bottom: 28px;
}

/* Headings */
.ej-section h3 {
  color: var(--ej-green);
  font-size: 28px;
  margin-bottom: 6px;
  position: relative;
}

/* Golden underline */
.ej-section h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: var(--ej-gold);
  margin-top: 6px;
}

/* Text */
.ej-section p {
  margin: 5px 0;
  font-size: 14px;
}

/* Bold labels */
.ej-section strong {
  color: #000;
}


.cfp-box {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #1f2a44;
  max-width: 900px;
  margin: 0 auto;
}

.cfp-title {
  text-align: center;
  color: #0f4c3a;
  font-size: 20px;
  margin-bottom: 3px;
}

.cfp-subtitle {
  text-align: center;
  color: #b22222;
  font-size: 14px;
  margin-top: 0;
}

.cfp-line {
  width: 70px;
  height: 2px;
  background: #c9a646;
  margin: 6px auto 15px;
}

.cfp-box p {
  text-align: justify;
}

.cfp-box strong {
  color: #0f4c3a;
}