/* ------------------------ HOME PAGE ------------------------ */

.page_index_journal * {
  border-top: none !important;
}

.homepage_about {
  border-bottom: 3px solid rgb(136, 135, 135) !important;
  padding-top: 0 !important;
}

.homepage_about h2:first-of-type {
  display: none;
}

.homepage_about h2:nth-of-type(2) {
  color: #0056b3;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.homepage_about > div {
  color: #1b5e20;
  background-color: #e8f5e9;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-block;
  margin: 0 0 12px 0;
}

.homepage_about p {
  color: #444;
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
  text-align: justify;
  margin: 0 0 12px 0;
}

.homepage_about p strong {
  color: #0056b3;
}

/* ------------------------ EDITORIAL BOARD PAGE ------------------------ */

.board-container {
  font-family: "Times New Roman", Times, serif;
  color: #000;
  line-height: 1.5;
}
.board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .board-grid {
    grid-template-columns: 1fr;
  }
}
.member-block {
  margin-bottom: 5px;
}
.role-title,
.section-title {
  color: #2020e6;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.role-title {
  margin-bottom: 4px;
}
.section-title {
  margin-top: 35px;
  margin-bottom: 20px;
  grid-column: 1 / -1;
}
.member-name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
}
.member-org {
  display: block;
  font-size: 15px;
  font-style: italic;
  color: #000;
}

/* ------------------------ SUBMISSIONS PAGE ------------------------ */
.page_submissions {
  display: flex;
  flex-direction: column;
}

.page_submissions .submission_checklist {
  order: 1;
}

.page_submissions .author_guidelines {
  order: 2;
}

.page_submissions .submission_checklist h2 {
  margin-top: 0;
}
