@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css?v=3.2.0.3);
@import url(https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

/* =========================================================
   BASE
   ========================================================= */

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #b2beb5;
}

.pkp_structure_page {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* =========================================================
   HEADER / SITE NAME / NAVIGATION
   ========================================================= */

.pkp_structure_head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25em;
}

.pkp_structure_head::before {
  content: "";
  background: url(https://deejournal.org/public/site/images/admin/header.png)
    #024 no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 100%;
  box-shadow: inset 0 0 50px 1px rgb(0 0 0 / 0.75);
}

.pkp_site_name_wrapper {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}

.pkp_site_name .is_img img {
  margin-top: 30px;
  margin-bottom: 20px;
  max-height: 150px;
}

.pkp_navigation_primary_row {
  background: #b2beb5;
  padding-left: 20px;
  font-size: 1.12em;
  padding-top: 5px;
}

.pkp_navigation_primary li a {
  color: #024;
  font-weight: 500;
  font-size: 15px;
  padding: 6px 10px;
}

.pkp_navigation_primary li a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  color: #000;
}

.pkp_navigation_search_wrapper {
  margin-left: auto;
}

.pkp_site_nav_menu a {
  display: inline-block;
  padding: 0.125rem 0;
  color: #024;
  text-decoration: none;
  font-family: "Helvetica", sans-serif;
  font-size: 13px;
}

.pkp_structure_head .pkp_user_nav {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #024;
}

a.pkp_search.pkp_search_desktop {
  color: #024;
  font-weight: 600;
  text-decoration: none;
  background: #b2beb5;
  border-radius: 10px;
  height: 28px;
  padding: 3px 25px;
}

.pkp_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#headerNavigationContainer {
  max-height: 200% !important;
}

#navigationPrimary .dropdown-menu a,
#navigationPrimary a {
  font-family: "Karla", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000 !important;
  text-decoration: none !important;
}
#navigationPrimary .dropdown-menu a:hover,
#navigationPrimary a:hover {
  color: gold !important;
  background-color: #024 !important;
}
#navigationPrimary a {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
#navigationPrimary,
#navigationPrimary .dropdown-menu {
  background: #b2beb5 !important;
}
#navigationPrimary .dropdown-menu {
  background: #b2beb5;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  margin: 0;
  padding: 0;
  border: none;
}
#navigationPrimary .dropdown-menu a {
  display: block;
  padding: 8px 16px;
  color: #024;
  background: #b2beb5;
  text-decoration: none;
  transition:
    color 0.2s,
    background 0.2s;
  border-radius: 0;
}

.section-title {
  font-family: "Karla", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #000 !important;
  text-align: center;
  margin: 14px 0 6px 0;
  padding: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  letter-spacing: 0.5px;
}

/* =========================================================
   MAIN CONTENT / MAIN TYPOGRAPHY
   ========================================================= */

.pkp_structure_content {
  font-size: 12px;
  margin-bottom: 0.3em;
  -webkit-box-shadow: 0 0 5px 0.5px rgb(103 104 107 / 0.34);
  -moz-box-shadow: 0 0 5px 0.5px rgb(103 104 107 / 0.34);
  box-shadow: 0 0 5px 0.5px rgb(103 104 107 / 0.34);
  background: #b2beb5;
  padding-top: 10px;
}

.pkp_structure_main p {
  line-height: 25px;
  margin: 20px 0;
  text-align: justify;
  color: #000;
}

.pkp_structure_main h1 {
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  color: #000 !important;
}

.pkp_structure_main h2 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000 !important;
}

.pkp_structure_main h3 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000 !important;
}

/* =========================================================
   SIDEBAR / BLOCK -> DEEJOURNAL
   ========================================================= */

.pkp_structure_sidebar {
  background: #b2beb5;
}

.pkp_structure_sidebar,
.sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pkp_block {
  border-bottom: 1.5px solid #d3d3d3;
  clear: both;
  font-size: 12px;
  line-height: 20px;
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
}

.pkp_block a {
  text-decoration: none;
  font-size: 12px;
}

.pkp_block .title {
  border-bottom: 3px solid #b2beb5;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 0;
  text-transform: capitalize;
}

.pkp_block.block_custom {
  text-align: center;
}

.pkp_block.block_custom .content {
  text-align: center;
}

.pkp_block.block_custom img {
  display: block;
  margin: 0 auto;
}

.pkp_block.block_custom p {
  margin: 0;
}

/* =========================================================
   TOOLS -> DEEJOURNAL
   ========================================================= */

.tools-wrapper {
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
  max-width: 220px;
  margin: 0 auto 10px auto;
}

.tools-block {
  width: 200px;
  background: #b2beb5;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  margin: 16px auto 20px auto;
  padding: 0;
  overflow: hidden;
}

.tools-title {
  background-color: #d3d3d3;
  color: #024;
  font-weight: 700;
  padding: 10px 14px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tools-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
}

/* =========================================================
   RECOMMENDED TOOLS -> DEEJOURNAL
   ========================================================= */

.recommended-tools-wrapper {
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
  max-width: 220px;
  margin: 0 auto 10px auto;
}

.recommended-tools-title {
  background-color: #d3d3d3;
  color: #024;
  font-weight: 700;
  padding: 10px 14px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* =========================================================
   CUSTOM MENU -> DEEJOURNAL
   ========================================================= */

.custom-menu-wrapper {
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
  max-width: 220px;
  margin: 0 auto 10px auto;
}

.custom-menu-title {
  background-color: #d3d3d3;
  color: #024;
  font-weight: 700;
  padding: 10px 14px;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.custom-menu-item {
  background-color: #b2beb5;
  border-radius: 6px;
  margin-bottom: 6px;
  transition: background-color 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

.custom-menu-item a {
  display: flex;
  align-items: center;
  padding: 6px 10px;
  color: #024;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: color 0.2s ease;
  border-radius: 6px;
}

.custom-menu-item:hover {
  background-color: #024;
}

.custom-menu-item:hover a {
  color: #ffd700;
}

.custom-menu-item a .fa {
  display: inline-block;
  width: 18px;
  margin-right: 8px;
  text-align: center;
  font-size: 15px;
  color: #024;
  line-height: 1;
}

.custom-menu-item a:hover .fa {
  color: #ffd700;
}

/* =========================================================
   IMAGES / LOGOS -> DEEJOURNAL
   ========================================================= */

.img1 {
  max-width: 180px;
  height: auto;
  border-radius: 10px;
  background-color: #b2beb5;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
  transition:
    box-shadow 0.2s,
    transform 0.2s;
  display: block;
  margin: 0 auto;
}

.img1:hover {
  box-shadow: 0 4px 8px 0 #000;
  transform: translateY(-2px) scale(1.05);
}

.index-block-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
  padding: 8px 0;
  width: 100%;
  align-items: center;
}

.index-block-list a {
  display: block;
  width: 100%;
  height: 40px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
}

.index-block-list img.img1 {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s;
  display: block;
  margin: 0 auto;
}

.index-block-list a:hover img.img1 {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

/* =========================================================
   ARTICLE SUMMARY -> DEEJOURNAL
   ========================================================= */

.homepage_about {
  background: #b2beb5;
  border-radius: 18px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  padding: 18px 18px 20px;
}

.homepage_about h2 {
  margin: 0 0 14px 0;
  font-size: 14px;
  font-weight: 700;
  color: #024;
  text-transform: none;
  border-bottom: 2px solid #d3d3d3;
  padding-bottom: 8px;
}

.deejournal-wrapper {
  margin-top: 6px;
}

.deejournal-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.deejournal-cover {
  flex: 0 0 165px;
}

.deejournal-cover img {
  width: 165px;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.deejournal-identity {
  flex: 1;
  min-width: 0;
}

.deejournal-row {
  display: flex;
  gap: 18px;
  padding: 8px 0;
  border-bottom: 1px dotted #d3d3d3;
}

.deejournal-row:last-child {
  border-bottom: none;
}

.deejournal-label {
  flex: 0 0 190px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.deejournal-value {
  flex: 1;
  color: #024;
  line-height: 1.5;
}

.deejournal-value strong {
  color: #024;
}

.deejournal-value a {
  color: #024;
  text-decoration: none;
}

.deejournal-value a:hover {
  text-decoration: underline;
}

.deejournal-long-description {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #d3d3d3;
}

.deejournal-long-description p {
  margin: 0 0 12px 0;
  line-height: 1.8;
  text-align: justify;
  color: #000;
}

@media (max-width: 768px) {
  .deejournal-box {
    flex-direction: column;
  }

  .deejournal-cover {
    flex-basis: auto;
  }

  .deejournal-row {
    flex-direction: column;
    gap: 4px;
  }

  .deejournal-label {
    flex: none;
  }
}

.obj_issue_toc .articles > li {
  margin: 20px 0;
  padding: 20px;
  background: #b2beb5;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.obj_issue_toc .articles > li:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.obj_issue_toc .pages {
  color: #024;
  font-size: 11px;
  font-weight: 600;
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
}

.obj_article_summary {
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  color: #024;
  text-align: justify;
  padding-bottom: 22px !important;
  position: relative;
}

.obj_article_summary > .title {
  font-size: 14px;
  line-height: 1.43rem;
  font-weight: 700;
  border-bottom: none;
  margin: 0;
}

.obj_article_summary > .title a {
  font-weight: 700;
  font-size: 12px;
  color: #024;
  text-decoration: none;
  transition: color 0.2s;
}

.obj_article_summary > .title a:hover {
  color: #000;
  text-decoration: underline;
}

.obj_article_summary .meta {
  position: relative;
  padding-top: 0.357rem;
  font-size: 12px;
  line-height: 1.43rem;
}

.obj_article_summary .pages {
  position: static;
  right: 0.5rem;
  bottom: 0.35rem;
  font-size: 0.85em;
  color: #024;
}

.obj_galley_link {
  font-weight: 700;
  text-transform: capitalize;
  background: #024;
  color: #fff;
  border: none;
  font-size: 11px;
  border-radius: 10px;
  padding: 0 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
}

a.obj_galley_link.pdf:hover,
.obj_article_summary .obj_galley_link:hover {
  background: #d3d3d3;
  color: #024;
}

.galleys_links {
  margin-bottom: 4px;
}

.galleys_links li {
  margin-bottom: 4px;
}

.obj_article_summary .authors {
  margin-bottom: 0.5em;
  font-size: 12px;
  color: #222;
  display: block;
}

.obj_article_summary .authors a {
  color: #000;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  padding-right: 5em;
  transition: color 0.2s;
}

.obj_article_summary .authors a:hover {
  color: navy;
}

.obj_article_summary .author-item {
  display: block;
  margin-bottom: 2px;
}

.obj_article_summary .author-name {
  font-weight: bold;
  font-style: normal;
}

.obj_article_summary .author-affiliation,
.obj_article_summary .author-country {
  font-weight: normal;
  font-style: italic;
  color: #024;
  margin-left: 2px;
}

.obj_article_summary .author-separator {
  margin-right: 4px;
}

.article-authors {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 2px;
  font-weight: 600;
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
}

.article-authors .author-name::before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  margin-right: 6px;
  color: #000;
}

.author-item {
  display: flex;
  align-items: baseline;
  font-size: 12px;
  margin-bottom: 3px;
  line-height: 1.4;
}

.author-icon {
  margin-right: 6px;
  font-size: 11px;
  color: #444;
}

.author-name {
  font-weight: 700;
  color: #000;
}

.author-affiliation {
  font-weight: 400;
  color: #555;
}

.article-affiliations {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 2px;
  font-family: "Karla", "Helvetica Neue", Arial, sans-serif;
}

.article-authors .author-name,
.obj_article_summary .author-name {
  font-size: 0.85em;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  display: inline;
}

.article-doi img,
.article-views img,
.pdf-views img {
  width: 20px;
  height: 20px;
}

.obj_article_summary .galleys-and-stats {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #eaeaea;
}

.obj_article_summary .galleys-col {
  flex: 1;
  min-width: 0;
}

.obj_article_summary .article-doi {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  margin-bottom: 6px;
  color: #024;
}

.obj_article_summary .article-doi img {
  width: 18px;
  height: 18px;
  opacity: 0.85;
}

.obj_article_summary .article-doi a {
  color: #024;
  font-weight: 600;
  text-decoration: none;
}

.obj_article_summary .article-doi a:hover {
  text-decoration: underline;
}

.obj_article_summary .obj_galley_link {
  display: inline-block;
  background: #024;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 12px;
  padding: 2px 10px;
  border: none;
  margin: 2px 4px 2px 0;
  transition: 0.2s ease;
}

.obj_article_summary .article-stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 190px;
  padding-left: 14px;
  border-left: 1px solid #024;
}

.obj_article_summary .article-views,
.obj_article_summary .pdf-views {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #000;
  white-space: nowrap;
}

.obj_article_summary .article-views img,
.obj_article_summary .pdf-views img {
  width: 18px;
  height: 18px;
  opacity: 0.85;
}

/* =========================================================
   ARTICLE DETAILS
   ========================================================= */

.obj_article_details div.main_entry > ul.authors,
.obj_article_details div.main_entry ul.authors {
  padding-top: 0;
  margin-top: -10px;
  padding: 20px 30px 10px 30px;
  background: #fdfdfd;
  box-shadow: 9px 10px 5px -10px rgb(224 224 224 / 75%);
  border: 1px solid #f3f3f3;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #eaeaea;
  background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 47%, #ffffff 100%);
  width: 97%;
}

.obj_article_details .authors .name {
  font-weight: 700;
  display: block;
}

.obj_article_details .authors .name::before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  margin-right: 6px;
  color: #000;
}

.obj_article_details .authors .affiliation {
  font-size: 13px;
  color: rgb(0 0 0 / 0.54);
}

.obj_article_details .authors .affiliation::before {
  font-family: "Font Awesome 5 Free";
  content: "\f19c";
  font-weight: 900;
  margin-right: 6px;
  color: #555;
}

.item.abstract {
  text-align: justify;
  padding-top: 0;
}

/* Cover benar-benar dihilangkan dari alur layout */
.obj_issue_toc .heading .cover {
  display: none !important;
}

/* Heading jadi satu kolom normal */
.obj_issue_toc .heading {
  display: block !important;
  text-align: left !important;
}

/* Judul issue */
.pkp_page_index .current_issue .current_issue_title {
  margin: 6px 0 4px 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* Published rata kiri, tanpa offset */
.pkp_page_index .current_issue .published {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: baseline !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

/* Hilangkan padding yang mengganggu */
.pkp_page_index .current_issue .published .label,
.pkp_page_index .current_issue .published .value {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.pkp_page_index .current_issue .published .label {
  margin-right: 8px !important;
  font-weight: 700;
}

/* =========================================================
   FOOTER
   ========================================================= */

.pkp_footer_content {
  float: left;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pkp_brand_footer {
  display: none;
}

.pkp_structure_footer_wrapper {
  margin-bottom: 10px;
  background-color: transparent !important;
  border-top: none;
  font-size: 12px;
}

.pkp_structure_footer {
  text-align: center;
  margin-top: 10px;
  background: #b2beb5;
  -webkit-box-shadow: 0 0 5px 0.5px rgb(103 104 107 / 34%);
  -moz-box-shadow: 0 0 5px 0.5px rgb(103 104 107 / 0.34);
  box-shadow: 0 0 5px 0.5px rgb(103 104 107 / 34%);
}

.pkp_footer_content a {
  color: #090909;
  text-decoration: none;
}

.pkp_footer_content a:hover {
  color: #36c;
  text-decoration: none;
}

/* =========================================================
   EDITORIAL BOARD
   ========================================================= */

.editorial-board {
  margin-top: 20px;
}

.editorial-board h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  border-bottom: 2px solid #f57c00;
  display: inline-block;
  padding-bottom: 4px;
}

.editor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.editor-card {
  background: linear-gradient(135deg, #ffffff 0%, #f9f9f9 47%, #ffffff 100%);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 14px 16px;
  transition: all 0.25s ease;
}

.editor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.editor-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #222;
}

.editor-name::before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  margin-right: 6px;
  color: #000;
}

.editor-affiliation {
  font-size: 0.85rem;
  color: #666;
  margin-top: 3px;
  margin-bottom: 8px;
}

.editor-affiliation::before {
  font-family: "Font Awesome 5 Free";
  content: "\f19c";
  font-weight: 900;
  margin-right: 6px;
  color: #666;
}

.editor-links {
  display: flex;
  gap: 8px;
}

.editor-links a,
.editor-links span {
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
}

.gs {
  background: #4285f4;
}

.sinta {
  background: #00a65a;
}

.scopus {
  background: #f57c00;
}

html,
body {
  background-color: #b2beb5 !important;
  background-image:
    repeating-linear-gradient(
      135deg,
      hsla(35, 0%, 41%, 0.09) 0,
      hsla(35, 0%, 41%, 0.09) 1px,
      transparent 1px,
      transparent 11px
    ),
    repeating-linear-gradient(
      45deg,
      hsla(35, 0%, 41%, 0.09) 0,
      hsla(35, 0%, 41%, 0.09) 1px,
      transparent 1px,
      transparent 11px
    ),
    linear-gradient(90deg, #b2beb5, #b2beb5) !important;
}
/* Untuk elemen pembungkus halaman OJS */
.pkp_structure_page,
.pkp_page_index,
.pkp_page_wrapper {
  background-color: transparent !important;
  background-image: none !important;
}

body p {
  font-family: inherit;
  font-size: 12px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (min-width: 1200px) {
  .pkp_site_name_wrapper {
    padding: 20px 40px;
    gap: 25px;
  }

  .pkp_site_name {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pkp_site_name_wrapper {
    padding: 18px 35px;
    gap: 22px;
  }

  .pkp_site_name {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .pkp_site_name_wrapper {
    padding: 15px 25px;
    gap: 18px;
  }

  .pkp_site_name {
    font-size: 1.1rem;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .pkp_site_name_wrapper {
    gap: 15px;
    padding: 12px 20px;
  }

  .pkp_site_name {
    font-size: clamp(0.9rem, 2.2vw, 1rem);
  }

  .pkp_navigation_primary_wrapper {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .pkp_site_name_wrapper {
    gap: 12px;
    padding: 10px 15px;
    justify-content: center;
  }

  .pkp_site_name {
    font-size: clamp(0.85rem, 2vw, 1rem);
    text-align: center;
    flex-basis: 100%;
    order: 2;
  }

  .pkp_site_name .is_img {
    order: 1;
  }
}

@media (max-width: 900px) {
  .index-block-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .index-block-list a {
    height: 36px;
  }
}

@media (max-width: 768px) {
  .editor-grid {
    grid-template-columns: 1fr;
  }

  .deejournal-journal-box {
    flex-direction: column;
    gap: 12px;
  }

  .deejournal-cover img {
    max-width: 100%;
    height: auto;
  }

  .deejournal-row {
    flex-direction: column;
    gap: 4px;
  }

  .deejournal-label {
    width: 100%;
  }

  .deejournal-value {
    width: 100%;
  }

  .deejournal-index img {
    max-height: 22px;
  }

  .deejournal-main-title {
    font-size: 1rem;
  }

  .obj_article_summary .galleys-and-stats {
    flex-direction: column;
  }

  .obj_article_summary .article-stats {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #eee;
    padding-top: 8px;
    flex-direction: row;
    justify-content: space-between;
    min-width: unset;
  }
}

@media (max-width: 480px) {
  .index-block-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .index-block-title {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .index-block-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .index-block-list a {
    height: 32px;
  }
}

@media (max-width: 479px) {
  .pkp_site_name_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
  }

  .pkp_site_name {
    font-size: 0.85rem;
    text-align: center;
  }

  .pkp_structure_head .pkp_user_nav {
    top: 5px;
    right: 10px;
    font-size: 12px;
  }
}

@media all and (min-width: 376px) and (max-width: 990px) {
  .pkp_structure_main {
    padding: 0 10px 10px 10px;
    overflow: auto;
    margin-bottom: 1.5em;
  }

  .obj_article_details .item {
    padding: 2em 0.5em 0 1.5em;
  }

  .pkp_block {
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .pkp_site_nav_toggle {
    position: absolute;
    right: 0;
    top: 5%;
    width: 4em;
    margin-top: -5em;
  }

  .carousel-inner {
    position: relative;
  }

  .pkp_site_name .is_img img {
    max-height: 90px;
    margin-top: -5px;
  }

  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
    text-align: center;
    left: 0;
    padding-left: 0;
    margin-top: -34px;
  }

  .pkp_navigation_user > li > a {
    color: #101e5a;
  }

  .pkp_site_nav_menu {
    top: -65%;
  }

  .pkp_site_nav_menu a {
    color: #101e5a;
  }

  .pkp_nav_list li.profile {
    margin-left: 8px;
    margin-right: 25px;
    text-align: center;
    margin-bottom: 5px;
  }

  .pkp_structure_head {
    height: 25vh;
  }
}

@media all and (max-width: 376px) {
  .pkp_structure_main {
    padding: 0 10px 10px 10px;
    overflow: auto;
    margin-bottom: 1.5em;
  }

  .pkp_block {
    padding: 0 0 20px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .pkp_footer_content {
    width: 100%;
    float: none;
  }

  .pkp_site_nav_toggle {
    position: absolute;
    right: 0;
    top: 5%;
    width: 4em;
    margin-top: -5em;
  }

  .obj_article_details .item {
    padding: 2em 0.5em 0 0.5em;
  }

  .carousel-inner {
    position: relative;
  }

  .pkp_site_name .is_img img {
    max-height: 60px;
    margin-top: -5px;
  }

  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
    text-align: center;
    left: 5px;
    margin-top: -14px;
  }

  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
    text-align: center;
    padding: 0;
  }

  .pkp_navigation_user > li > a {
    color: #101e5a;
  }

  .pkp_site_nav_menu {
    top: -65%;
  }

  .pkp_site_nav_menu a {
    color: #101e5a;
  }

  .pkp_structure_head {
    height: 25vh;
  }

  .homepage_about {
    margin-left: -9px !important;
  }
}
