/* =================================
BASE
================================= */
body {
  color: #2b2b2b;
  line-height: 1.7;
  background: #ffffff;
}

a {
  color: #0B3C5D;
  text-decoration: none;
}

a:hover {
  color: #1F7A4D;
  text-decoration: underline;
}

/* =================================
HEADER (mantido)
================================= */
.main-header__title {
  display: none !important;
}

header.main-header {
  min-height: 420px !important;
  display: flex !important;
  align-items: flex-end !important;
  padding-bottom: 40px !important;
  background-size: cover !important;
  background-position: center !important;
}

.main-header__admin {
  position: absolute !important;
  top: 40px;
  right: 90px;
}

.main-header__admin a {
  background: rgba(255,255,255,0.9);
  color: #1f7a4d;
  padding: 6px 10px;
  border-radius: 4px;
}

/* =================================
CONTAINER
================================= */
main#immersion_content_main {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* =================================
TIPOGRAFIA (USA O TEMA)
================================= */
html, body, .pkp_page_index {
  font-family: inherit !important;
}

h1, h2, h3 {
  color: #1F7A4D;
  font-weight: 600;
}

/* =================================
ABOUT (REAL DO OJS - FUNCIONAL)
================================= */

.pkp_page_index .homepage_about {
  max-width: 780px;
  margin: 0 auto 50px auto;

  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 32px;
}

/* título */
.pkp_page_index .homepage_about h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

/* texto */
.pkp_page_index .homepage_about p {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 18px;
}

/* links */
.pkp_page_index .homepage_about a {
  border-bottom: 1px solid #ccc;
}

/* =================================
SEPARAÇÃO VISUAL (EDITORIAL)
================================= */

.pkp_page_index .homepage_about::after {
  content: "";
  display: block;
  height: 1px;
  background: #e5e5e5;
  margin-top: 30px;
}

/* =================================
REMOVER CURRENT ISSUE
================================= */
.page_index main#immersion_content_main > section:nth-of-type(1) {
  display: none !important;
}
/* AUMENTA SOMENTE O TEXTO DO ABOUT REAL */
.pkp_page_index .homepage_about .pkp_page_content p {
  font-size: 18px !important;
  line-height: 1.9 !important;
}

/* fallback (caso o tema não use pkp_page_content) */
.pkp_page_index .homepage_about p {
  font-size: 18px !important;
  line-height: 1.9 !important;
}