@font-face {
  font-family: "Libre Franklin";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("Libre Franklin Regular"),
    url("https://ijeds.clsu.edu.ph/plugins/themes/myCustomChild/fonts/LibreCaslonText-Regular.woff2")
      format("woff2"),
    url("https://ijeds.clsu.edu.ph/plugins/themes/myCustomChild/fonts/LibreCaslonText-Regular.woff")
      format("woff");
}
:root {
  --primary-color: green;
  --font-main: "Libre Franklin";
}
input[name="privacyConsent"],
input[name="remember"],
input[name="emailConsent"],
input[name="reviewerGroup[33]"] {
  visibility: visible !important;
}

.pkp_navigation_primary_wrapper {
  height: 40px;
}
.pkp_navigation_primary {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}

.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/index-metrics"]::before {
  font-family: "FontAwesome";
  content: "\f080";
  margin-right: 6px;
}

.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/open-access"]::before {
  font-family: "FontAwesome";
  content: "\f13e";
  margin-right: 6px;
}

.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/crossmark"]::before {
  font-family: "FontAwesome";
  content: "\f058";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/author-guidelines"]::before {
  font-family: "FontAwesome";
  content: "\f044";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/ethics"]::before {
  font-family: "FontAwesome";
  content: "\f24e";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/editorial"]::before {
  font-family: "FontAwesome";
  content: "\f0e8";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/issue/archive"]::before {
  font-family: "FontAwesome";
  content: "\f02d";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/announcement"]::before {
  font-family: "FontAwesome";
  content: "\f0a1";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/about"]::before {
  font-family: "FontAwesome";
  content: "\f02d";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/about/submissions"]::before {
  font-family: "FontAwesome";
  content: "\f15c";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/about/editorialTeam"]::before {
  font-family: "FontAwesome";
  content: "\f0c0";
  margin-right: 6px;
}
.pkp_navigation_primary
  a[href*="https://ijeds.clsu.edu.ph/index.php/clsuijeds/about/contact"]::before {
  font-family: "FontAwesome";
  content: "\f0e0";
  margin-right: 6px;
}

a[href="https://ijeds.clsu.edu.ph/index.php/clsuijeds/about/submissions"] {
  border-top: 2px solid white;
}

@keyframes  slideinleft_scroll{
 from{
  opacity: 0;
   transform: translateX(-200px);
 }

 to{
  opacity: 1;
  transform: translateX(0px);
 }
}

@keyframes slide {
  0% { background-position: 0% 0%; }
  100% { background-position: 100% 0%; }
}

.homepage_about h2 {
  display: none;
}

.pkp_page_ethics.pkp_op_index.has_site_logo .page_title,
.pkp_page_index-metrics .pkp_structure_main .page h1,
.pkp_page_open-access .pkp_structure_main .page h1,
.pkp_page_crossmark .pkp_structure_main .page h1,
.pkp_page_author-guidelines .pkp_structure_main .page h1,
.pkp_page_editorial .pkp_structure_main .page h1 {
  display: none;
}
.pkp_page_index .sections .section h3 {
  font-size: 0; /* hide original text */
}
.pkp_page_index .sections .section h3::after {
  content: "Recent Articles";
  font-size: 1rem;
  font-weight: bold;
  color: black;
  border-bottom: solid 2px var(--labels);
  padding-bottom: 1px;
}
.cmp_breadcrumbs a {
  color: gray;
  text-transform: capitalize;
}
.pkp_site_name .is_img {
  display: inline-block;
  margin-top: -0.4rem;
  margin-bottom: 0.357rem;
  padding: 0;
  margin-left: 1.2rem;
}
@media only screen and (max-width: 1024px) {
  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
    width: 100%;
    padding-top: 2px;
  }
}

#navigationPrimary > li > a {
  text-transform: inherit;
}
.jats-toc-container {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.9em;
  max-width: 188px;
  z-index: 2;
  margin-bottom: 2em;
}
.cmp_breadcrumbs,
.obj_issue_summary .title,
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4,
.pkp_structure_main p,
.pkp_page_about.pkp_op_index.has_site_logo ul,
.obj_announcement_summary h2 a,
.cmp_announcements .date,
.obj_announcement_summary .summary,
.obj_issue_summary .series,
.cmp_announcements .read_more {
  font-family: var(--font-main);
}
.obj_issue_summary .title,
.obj_announcement_summary h2 a,
.cmp_announcements .read_more {
  color: green;
}
.pkp_structure_footer {
  width: fit-content;
}
.pkp_block.block_custom p:last-child {
  margin-bottom: 0;
  text-align: center;
}
/* Styling for the TOC list */
#jats-toc-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: var(--font-main);
}

.slider-container .slick-list,
.slider-container .slick-track {
  overflow: visible;
}

.slider-container .slick-slide {
  overflow: visible;
  position: relative;
  z-index: 1;
}

/* Bring the hovered slide above its siblings so the overflow isn't hidden underneath */
.slider-container .slick-slide.pan-hovering {
  z-index: 10;
}

.slider-container .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1) translate(0px, 0px);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  position: relative; /* ensures it stacks correctly within the slide too */
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none !important;
}

/* Custom scrollbar styling (optional but recommended) */
#jats-toc-list::-webkit-scrollbar {
  width: 6px;
}

#jats-toc-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#jats-toc-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

#jats-toc-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* For Firefox */
#jats-toc-list {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

p:has([id^="journal-article-ref-"]) {
  text-align: left;
}

/* The italic text inside */
p:has([id^="journal-article-ref-"]) i {
  text-align: left;
}

/* The links inside */
p:has([id^="journal-article-ref-"]) a {
  text-align: left;
}
/* When TOC is in absolute position (default state) */

/* When TOC becomes fixed (sticky state) */
/* .jats-toc-container.toc-fixed {
    position: fixed;
    top: 200px;
    right: 50px;
} */

/* Hide TOC on small screens */
@media (max-width: 990px) {
  .jats-toc-container {
    display: none !important;
  }
}
/*============================================================================================================*/

.pkp_page_article.pkp_op_view.has_site_logo .cmp_breadcrumbs ol {
  line-height: 0.43rem;
  font-size: 0.93rem;
}

.pkp_page_article.pkp_op_view.has_site_logo .pkp_block.block_announcements {
  display: none;
}

.pkp_navigation_primary_row {
    background: linear-gradient(90deg, #1f4d1a, #3a8a2e, #6fc95e, #3a8a2e, #1f4d1a);
    background-size: 600% 100%;
    animation: slide 7s linear infinite alternate;
}
html,
body {
  background: #ddd;
  margin: 0rem;
  font-family: var(--font-main);
}
.obj_article_details .authors .orcid {
  display: block;
  font-size: 0.75rem;
  line-height: 1.43rem;
  visibility: hidden;
}
.obj_article_details .authors .affiliation {
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  visibility: hidden;
}

.pkp_navigation_user > li > a {
  color: var(--primary-color);
}
.pkp_site_name .is_img img {
  display: inline-block;
  max-height: 100px;
  min-height: 40px;
  max-width: 100%;
  width: auto;
  height: 7rem;
}
.pkp_site_name {
  top: -10px;
}
.pkp_site_name_wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  max-height: 120px;
}
.pkp_site_nav_menu {
  border-bottom: 1px solid #ddd;
}
.pkp_site_nav_menu .pkp_nav_list {
  padding-left: 0;
  margin-left: 30px;
}
a.pkp_search.pkp_search_desktop {
  color: #016312;
  visibility: hidden;
}
a.pkp_search.pkp_search_desktop:hover {
  color: #65bf67;
}
.pkp_structure_page {
  margin-top: 5px;
  max-width: 1300px;
}

.pkp_structure_content.has_sidebar {
  width: auto;
}
.pkp_structure_content .has_sidebar {
  height: 10rem;
}
#navigationPrimary a {
  font-family: var(--font-main);
  color: white;
  font-weight: 500;
}
#navigationPrimary ul {
  background: var(--primary-color);
}
#navigationPrimary ul a {
  color: white;
  text-transform: inherit;
}
#navigationPrimary ul a:hover {
  border-bottom: 5px solid white;
  background: none;
}
.pkp_structure_content {
  padding-top: 0rem;
}
.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
  width: 1300px;
  position: fixed;
  z-index: 10;
  top: 0;
}
.pkp_structure_sidebar:before {
  border: none;
}

.pkp_structure_sidebar .left {
  margin-top: 0rem;
}

.pkp_block .block_make_submission {
  border: none;
}
.pkp_navigation_user_wrapper .pkp_navigation_user {
  margin-right: 0;
  padding-right: 0;
  width: auto;
  justify-content: center;
}
.obj_galley_link.pdf {
  font-family: var(--font-main);
  font-weight: 700;
  text-transform: uppercase;
  background: var(--primary-color);
  color: white;
  border: none;
}
.obj_galley_link {
   font-family: var(--font-main);
   color: white;
   background: var(--primary-color);
   transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
}
.obj_galley_link:hover{
  transform: translateY(-5px);
}
.obj_article_summary > .title a {
  text-decoration: none;
  color: black;
}

.obj_article_summary > .title a:hover {
  color: #65bf67;
}
.pkp_page_issue .obj_issue_toc .section h2 {
  display: none;
}

.pkp_structure_footer_wrapper {
  margin-top: 0px;
  height: 18rem;
}
.pkp_structure_sidebar .block_make_submission a:hover {
  background-color: #65bf67;
}

.pkp_brand_footer {
  display: none;
}

.pkp_structure_footer_wrapper {
  background: rgba(0, 0, 0, 0);
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pkp_footer_content {
  padding: 0rem;
}
.pkp_structure_footer_wrapper {
  border-bottom: none;
  height: auto;
}
.jatsParser__article-fulltext #tbl4 tr:nth-child(2) td:nth-child(1) {
  text-align: center !important;
}

/*============================MAIN CONTENT============================*/
/* @media only screen and (max-width: 2300px) {
  .pkp_structure_main{
    padding-bottom: 10px;
    width: 83%;
    border-right: 1px solid #ddd;
    padding-left: 5rem
}
}
@media only screen and (max-width: 2300px) {
  .homepage_about{
    margin-top: -20rem;
    margin-left: 15rem;
  }
  .homepage_image{
    max-width: 25%;
    position: relative;
    top: 3rem;
  }
} */

@media only screen and (max-width: 1920px) {
  /*==================================== Author section ====================================*/

  /* Layout for the horizontal list of the first 3 authors */
  .authors-list-horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
  }

  /* Wrapper for Icon + Name */
  .author-header-group {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
  }

  .author-js-container {
    position: relative;
  }

  /* Tooltip Base - Handles ORCID, Email, and Affiliation popups */
  .author-tooltip {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    z-index: 10001; /* Higher than the dropdown */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 310px;
    white-space: normal;
    margin-top: 5px;
    transition:
      opacity 0.2s ease,
      visibility 0s linear 0.3s;
  }

  /* Bridge to prevent tooltip closing when moving mouse from trigger to box */
  .author-tooltip::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
  }
  .author-tooltip.orcid-tooltip a,
  .author-tooltip.email-tooltip a {
    text-decoration: none;
    color: var(--primary-color);
  }

  /* Global Hover Logic for all Tooltips */
  .orcid-icon-wrapper:hover .orcid-tooltip,
  .name-trigger:hover .affiliation-tooltip,
  .email-icon-wrapper:hover .email-tooltip,
  .author-tooltip:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .orcid-icon-wrapper,
  .email-icon-wrapper {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    bottom: 1.5px;
  }

  .name-trigger {
    cursor: help;
    position: relative;
    white-space: nowrap;
  }

  /* Icons */
  .fa-id-card {
    color: var(--primary-color);
  }

  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden;
  }
  /* ==================================== 
   THE CLICKABLE "MORE" DROPDOWN LOGIC 
   ==================================== */

  .author-more-dropdown {
    position: relative;
    display: inline-block;
  }

  /* Hidden Checkbox */
  .dropdown-check {
    display: none !important;
  }

  .more-trigger {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
  }

  /* The hidden dropdown menu - NO HOVER RULES HERE */
  .more-authors-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    min-width: 250px;
    list-style: none;
    margin-top: 10px;
    padding: 10px 0;
  }

  /* CLICK ACTION: Show list when checkbox is checked */
  .dropdown-check:checked ~ .more-authors-list {
    display: block !important;
  }

  /* Authors inside the dropdown */
  .dropdown-author-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
  }

  .dropdown-author-item:last-child {
    border-bottom: none;
  }

  /* Side tooltips for items inside the dropdown */
  .dropdown-author-item .author-tooltip {
    top: 0 !important;
    left: 100% !important;
    margin-left: 10px;
    margin-top: 0;
  }

  /* Bridge for side-tooltips */
  .dropdown-author-item .author-tooltip::before {
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
  }

  /*==================================== Article Metrics ====================================*/

  .obj_article_details .entry_details .article-usage-metrics {
    display: flex;
    background: none;
    border-radius: 0;
    justify-content: space-evenly;
    width: 100%;
    font-size: 21px;
  }

  .obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: center;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
  }

  /* Removed the .metric-item i selector since icons were removed from HTML */

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-label {
    color: var(--primary-color); /* Specific  color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    color: black; /* Grey color for the counts */
    font-size: 1.8em; /* Make the numbers larger */
  }

  .obj_article_details .issue_identification {
    position: absolute;
    top: 42.2rem;
    right: 4.7rem;
    color: #2e6930;
    font-size: 22px;
    font-weight: 700;
    font-family: sans-serif;
  }

  /*==================================== CITATION ICON ====================================*/

  .obj_article_details .entry_details .sub_item.citation_display .label-title {
    background-color: lightgray;
    font-size: 16px;
    padding: 14px;
    font-weight: 200;
    margin-top: 0rem;
  }
  /* Container positioning */
  /* 1. Hide the actual checkbox */
  .cite-checkbox-input {
    display: none;
  }

  /* 2. Style the Label to look like a Button */
  .citation-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    cursor: pointer;
    background: none;
    user-select: none;
  }

  .citation-toggle-btn:hover {
    background: none;
  }

  /* 3. The Dropdown Content (Hidden by default) */
  .citation-dropdown-content {
    display: none; /* Logic: show when checkbox is checked */
    position: absolute;
    z-index: 3;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 380px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: -3px;
  }

  /* 4. THE MAGIC: If checkbox is checked, show the dropdown */
  .cite-checkbox-input:checked ~ .citation-dropdown-content {
    display: block;
  }

  /* Rotate arrow icon when open */
  .cite-checkbox-input:checked ~ .citation-toggle-btn .arrow-icon {
    transform: rotate(180deg);
  }

  /* Ensure the dropdown is relative to the container */
  .citation-dropdown {
    display: inline-block;
  }

  .arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
  }

  .main_entry .item.citation-dropdown {
    left: 13.3rem;
    top: -52.3rem;
    background: none;
    box-shadow: none;
  }

  .citation-dropdown-content .label-title {
    margin: 1px;
  }

  .citation-toggle-btn .fa-quote-right {
    display: inline-block; /* Required for transforms to work */
    transform: scaleX(-1); /* This creates the mirror effect */
  }

  /*==================================== Recommended articles ====================================*/

  /* Container styling for the entire suggested reads section */
  #articlesBySimilarityList {
    position: absolute;
    width: 25rem;
    top: 57rem;
    left: 107.2rem;
    z-index: 1;
    font-size: 16px;
  }

  /* Style the heading (the H3 tag) to match the var(--primary-color) bar */
  #articlesBySimilarityList h3 {
    background-color: var(
      --primary-color
    ); /* A standard var(--primary-color) */
    color: white;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: normal; /* Title font in screenshot is not bold */
    margin: 0 0 10px 0; /* Adjust spacing */
  }

  #articlesBySimilarityList h3 a {
    color: inherit; /* Inherit the color (white) from the parent h3 */
    text-decoration: none; /* Optional: removes the default link underline */
  }

  /* Style the main unordered list */
  #articlesBySimilarityList ul {
    list-style: none; /* Removes default bullets */
    padding: 0;
    margin: 0;
  }

  /* Style individual list items */
  #articlesBySimilarityList li {
    border-bottom: 1px solid #ddd; /* Horizontal line separator */
    padding: 15px 0;
    line-height: 1.4em;
  }

  /* Remove the border from the very last item */
  #articlesBySimilarityList li:last-child {
    border-bottom: none;
  }

  /* Style the article title links (making them strong/bold like in the image) */
  #articlesBySimilarityList li a {
    text-decoration: none;
    color: #333; /* Dark gray for better contrast */
    font-weight: bold; /* Titles are bold in the screenshot */
    display: block; /* Ensures the link spans the whole line */
    margin-bottom: 5px; /* Space between title and authors */
  }

  /* Style the author list within each item */
  #articlesBySimilarityList li span.author {
    font-size: 0.85em; /* Smaller font size for authors */
    color: var(--primary-color); /* Greyed out text for authors */
    display: inline-block; /* Puts authors on a new line */
    /* Adjusting the " ," added by the smarty code to be less intrusive */
    margin-right: 2px;
  }

  /*==================================== DOI Link ====================================*/

  /* .custom-doi-link {
    margin: 15px 0;
    display: block;
    position: relative;
    left: 24rem;
    top: 21.25rem;
    font-size: 12px;
}

.custom-doi-link a {
    text-decoration: none  !important;
    color: black; 
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.custom-doi-link a:hover {
    color: var(--primary-color); 
   
}
.custom-doi-link a:hover span, 
.custom-doi-link a:hover .doi-text {
    text-decoration: underline;
}

.custom-doi-link a i,
.custom-doi-link a .fa-mouse-pointer {
    display: inline-block;
    text-decoration: none !important; 
    border: none !important;
    font-size: .9em;
    transform: scaleX(-1); 
} */

  .obj_article_details .entry_details .item.licensing-dropdown-container {
    background: none;
    box-shadow: none;
    position: relative;
    left: 12rem;
    top: -52.3rem;
    font-size: 12px;
  }
  .license-checkbox-input {
    display: none;
  }

  /* 2. Style the Trigger Button */
  .licensing-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 6px 12px;
    user-select: none;
    transition: background 0.2s;
  }

  /* 3. The Floating Popup (Hidden by default) */
  .licensing-floating-popup {
    display: none;
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    width: 320px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    border-radius: 4px;
  }

  /* 4. THE CLICK LOGIC: Show when checked */
  .license-checkbox-input:checked ~ .licensing-floating-popup {
    display: block;
  }

  /* Container spacing */
  .licensing-dropdown-container {
    position: relative;
    display: inline-block;
    margin: 10px 0;
  }

  /* Internal badge/text styling */
  .license-badge-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .license-terms-text {
    font-size: 0.85em;
    margin-top: 10px;
    color: #444;
  }

  /*==================================== Share Button ====================================*/

  .share-checkbox-input {
    display: none;
  }

  /* 2. The container anchor point */
  .social-share-dropdown-container {
    display: inline-block;
    margin: 10px 0;
    top: -52.3rem;
    left: 11rem;
  }

  /* 3. The "Share" button styling (the Label) */
  .share-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: transparent;
    padding: 6px 12px;
    border-radius: 4px;
    user-select: none;
    transition: background 0.2s;
  }

  .share-toggle-btn:hover {
    background: transparent;
  }

  .share-toggle-btn .arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
  }

  /* 4. The Dropdown Content (Hidden by default) */
  .social-share-buttons {
    display: none; /* Hidden by default */
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: -1px;
    border-radius: 4px;
    white-space: nowrap; /* Keep buttons on one line */
  }

  /* 5. THE CLICK LOGIC: Show when checkbox is checked */
  .share-checkbox-input:checked ~ .social-share-buttons {
    display: block;
  }

  /* Rotate arrow when open */
  .share-checkbox-input:checked ~ .share-toggle-btn .arrow-icon {
    transform: rotate(180deg);
  }

  /* Button styling inside the popup */
  .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0 4px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
  }

  .share-btn.facebook {
    background-color: #3b5998;
  }
  .share-btn.twitter {
    background-color: #55acee;
  }
  .share-btn.linkedin {
    background-color: #007bb5;
  }
  .share-btn.email {
    background-color: #6c757d;
  }

  /*==================================== Table of Contents ====================================*/

  .jats-toc-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9em;
    max-width: 188px;
    z-index: 2;
    margin-bottom: 2em;
  }

  .jats-toc-container.toc-absolute {
    position: relative;
    bottom: 12rem;
    /* left: 5rem; */
  }
  .jats-toc-container.toc-fixed {
    position: fixed;
    top: 13rem;
  }

  .item.abstract h2.label,
  .item.keywords h2.label,
  .article-section-title {
    scroll-margin-top: 200px; /* Adjust this value based on your theme's header height */
  }

  /* Header/Title styling (matches OJS default var(--primary-color) header) */
  .toc-header {
    background-color: var(
      --primary-color
    ); /* A standard var(--primary-color) for the header background */
    color: #fff; /* White text color */
    padding: 10px 15px;
    font-weight: bold;
    font-family: var(--font-main);
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /* Adding a dropdown arrow look with CSS pseudo-element if needed, 
       but that usually requires a special font icon */
  }

  /* List container resets */
  #jats-toc-list {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 11px;
  }

  /* Individual list item styling */
  #jats-toc-list li {
    border-bottom: 1px solid #eee; /* Horizontal dividers between items */
    padding: 0;
  }

  #jats-toc-list li:last-child {
    border-bottom: none; /* Remove the border from the last item */
  }

  /* Link styling */
  #jats-toc-list li a {
    display: block; /* Make the whole area clickable */
    padding: 5px 15px;
    text-decoration: none; /* Remove underlines */
    color: #333; /* Dark gray link color */
    transition: background-color 0.3s;
  }

  /* Hover effect */
  #jats-toc-list li a:hover {
    background-color: #f5f5f5; /* Light gray background on hover */
    color: #000;
  }

  /* Sub-heading indentation (H3s from the JS logic) */
  #jats-toc-list li[style*="padding-left"] a {
    font-size: 1em; /* Adjust font size if the JS made it smaller */
    color: #555; /* Slightly lighter color for sub-items */
  }

  /*==================================== DOI LINK ====================================*/

  .custom-doi-link a {
    text-decoration: none !important;
    color: black; /* OJS Blue */
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
  }

  .custom-doi-link a:hover {
    color: var(--primary-color); /* Change color on hover */
  }
  .custom-doi-link a:hover span,
  .custom-doi-link a:hover .doi-text {
    text-decoration: underline;
  }

  .custom-doi-link a i,
  .custom-doi-link a .fa-mouse-pointer {
    display: inline-block;
    text-decoration: none !important; /* Force no underline on icon */
    border: none !important;
    font-size: 0.9em;
    transform: scaleX(-1);
  }

  /*==================================== END DOI LINK ====================================*/

  .pkp_structure_main {
    padding-bottom: 10px;
    width: 77%;
    padding-left: 5rem;
    padding-top: 12rem;
  }
  .pkp_page_index .homepage_about h2,
  .pkp_page_index .homepage_about h3,
  .obj_issue_toc .section > h3,
  .pkp_page_index .current_issue .read_more,
  .pkp_page_index .current_issue .read_more:hover,
  .obj_issue_toc h3 + .articles,
  .obj_issue_toc .sections .title,
  .obj_issue_toc .pages {
    font-family: var(--font-main);
  }
  .jatsParser__article-fulltext a[class*="JATSParser__link-external-link-"] {
    word-break: break-all;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 100%;
  }

  .pkp_page_article .pkp_structure_sidebar > * {
    top: 81rem;
  }

  .pkp_page_article #customblock-citations {
    display: none;
  }

  .pkp_page_article #customblock-website-visitors {
    display: none;
  }

  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page h1 {
    margin-top: 2rem;
  }

  .jatsParser__article-fulltext {
    position: relative;
    text-align: justify;
    width: 85rem;
    left: 15rem;
    bottom: 44rem;
    font-size: 15px;
  }

  .jatsParser__article-fulltext table tbody {
    display: none;
  }

  .jatsParser__article-fulltext caption {
    width: 74rem;
    display: block;
    text-align: left;
  }
  .jatsParser__article-fulltext caption .notes {
    width: 74rem;
    display: none;
  }

  .jatsParser__article-fulltext .article-section-title {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: var(--font-main);
    line-height: 1;
  }

  .main_entry .dropdowns {
    display: flex;
    position: relative;
    top: -9.5rem;
    left: 14rem;
    align-items: center;
    font-size: 15px;
  }

  .pkp_page_article.pkp_op_view.has_site_logo .obj_galley_link.pdf {
    font-weight: 700;
    text-transform: uppercase;
    background: var(--primary-color);
    color: white;
    border: none;
    width: 13.3rem;
    text-align: center;
    position: relative;
    top: -12.65rem;
  }

  .obj_article_details .article_header_info {
    position: relative;
    top: 1rem;
    font-size: 13px;
  }

  .obj_article_details .item {
    padding: 0.143rem;
  }

  .pkp_page_index.pkp_op_index.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }

  /* .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main .page_title {      
        font-size: 27px;
        width: 76rem;
        line-height: 1.3;
        visibility: hidden;
        top: 0rem;
    } */

  .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main {
    padding-bottom: 2rem;
    width: 70%;
    padding-left: 5rem;
    padding-top: 11.5rem;
  }

  .page.page_article .cmp_breadcrumbs {
    padding: 0.8rem;
    padding-left: 5rem;
    padding-right: 10rem;
    font-family: "Libre Fanklin";
    font-size: 0.93rem;
    width: 100rem;
    height: 2rem;
    margin-left: -5rem;
    z-index: 11;
  }
  .page.page_article .cmp_breadcrumbs .separator {
    padding: 0 0.1em;
    opacity: 1;
    color: black;
  }
  .page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: black;
    text-transform: capitalize;
  }
  .page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    color: black;
  }
  .obj_article_details .entry_details {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 25rem;
    top: 11rem;
    left: 105rem;
  }
  .obj_article_details > .page_title {
    text-align: left;
    font-family: var(--font-main);
  }

  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    font-size: 32px;
    width: auto;
    height: auto;
    line-height: 1.2;
  }
  .obj_article_details .row {
    margin-left: -0.143rem;
    margin-right: -2.143rem;
    width: 89rem;
  }
  .obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
  }
  .obj_article_details .authors {
    font-family: var(--font-main);
    display: flex;
    flex-direction: row;
    width: 100rem;
    font-size: 13px;
    position: relative;
    top: -4.6rem;
    left: -0.6rem;
    color: var(--primary-color);
    z-index: 9;
    padding: 0rem;
    height: auto;
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
    position: relative;
    bottom: 39.5rem;
    left: -1.1rem;
    width: 14rem;
  }
  .obj_issue_toc .section {
    margin-top: -8rem;
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .obj_article_details .main_entry {
    width: 100rem;
    border-top: 1px solid black;
    margin-top: 1.2rem;
  }

  .obj_article_details .item.abstract {
    width: 85rem;
    position: relative;
    left: 15rem;
    font-size: 15px;
    text-align: justify;
    bottom: 50rem;
  }

  .obj_article_details .item.abstract .label {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: var(--font-main);
  }

  .obj_article_details .item.keywords {
    width: 85rem;
    position: relative;
    left: 15rem;
    font-size: 15px;
    text-align: justify;
    bottom: 46rem;
  }

  .obj_article_details .main_entry .item.doi .label,
  .obj_article_details .main_entry .item.keywords .label {
    display: block;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    color: black;
    font-family: var(--font-main);
  }

  .obj_article_details .main_entry .sub_item .label {
    padding-right: 3px;
    background-color: transparent;
    font-size: 11px;
    color: black;
    font-weight: normal;
    text-transform: capitalize;
    font-family: var(--font-main);
  }

  .obj_article_details .main_entry .sub_item .value {
    padding-top: 5px;
    padding-right: 8px;
    font-family: var(--font-main);
  }

  .obj_article_details .entry_details .sub_item .value {
    padding-top: 1.43rem;
    padding-left: 0.6rem;
    border-radius: 3px;
  }

  .obj_article_details .item.published .sub_item {
    display: inline-flex;
    font-size: 11px;
  }

  .obj_article_details .entry_details .galleys_links > li a {
    display: block;
    background: var(--primary-color);
    color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0px;
  }
  .pkp_block.block_announcements {
    font-size: 13px;
    font-family: var(--font-main);
  }

  .pkp_block.block_announcements .title {
    font-family: var(--font-main);
    color: white;
    font-size: 17px;
    text-align: center;
    width: 20.3rem;
    border-bottom: none;
    padding-top: 12px;
    border-radius: 2px;
    background: linear-gradient(90deg, #1f4d1a, #3a8a2e, #6fc95e, #3a8a2e, #1f4d1a);
    background-size: 500% 100%;
    animation: slide 4s linear infinite alternate;
  }

  .pkp_block.block_announcements .block_announcements_article_headline {
    text-align: left;
  }
  .pkp_block.block_announcements .block_announcements_article_headline a {
    color: black;
  }
  .pkp_block.block_announcements .block_announcements_article_content {
    text-align: left;
    font-size: 12px;
  }
  .pkp_block.block_custom .title {
    font-family: var(--font-main);
    color: white;
    font-size: 13px;
    text-align: center;
    width: 19rem;
    border-bottom: none;
    padding-top: 8px;
    border-radius: 2px;
    background: linear-gradient(90deg, #1f4d1a, #3a8a2e, #6fc95e, #3a8a2e, #1f4d1a);
    background-size: 500% 100%;
    animation: slide 4s linear infinite alternate;
  }
}
@media only screen and (max-width: 1920px) {
  .homepage_about {
    margin-top: -2rem;
    margin-left: 0rem;
    text-align: center;
    font-size: 15px;
    font-family: var(--font-main);
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: relative;
    bottom: 34.1rem;
    left: 9rem;
    text-transform: capitalize;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
  }

  .pkp_page_index .current_issue .read_more:after {
    content: "\f0a9"; /* Font Awesome arrow-circle-right unicode */
    font-family: "FontAwesome";
    margin-left: 6px;
    top: 0px;
    font-size: 15px;
  }
  .obj_article_summary{
    animation-name: slideinleft_scroll;
    animation-timing-function: ease-in;
    animation-timeline: view();
    animation-range: entry 0% cover 20%;
  }

  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }
  .pkp_page_index .current_issue .read_more:hover {
    color: #65bf67;
    transform: translateY(-5px);
  }
  .obj_issue_toc .heading .published {
    visibility: hidden;
  }
  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
  }
  .obj_issue_toc .sections .title:hover{
    transform: translateY(-5px);
  }
  .pkp_page_index .current_issue h2,
  .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
  }
  .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: 0rem;
    margin-top: 6rem;
    padding: 0rem;
    font-size: 1.143rem;
    font-weight: 600;
    line-height: 2.143rem;
    color: #191919;
    border-bottom: 3px solid #016312;
  }
  .obj_issue_toc h3 + .articles {
    height: 30rem;
  }
  .obj_issue_toc .section {
    margin-top: -7rem;
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .section .obj_article_summary .title {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }

  .obj_article_details .sub_item.citation_display .value {
    padding: 0.5rem;
    font-size: 11px;
  }
  .obj_article_details .item.published {
    border-bottom: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 1rem;
    bottom: 6.3rem;
    right: -0.1rem;
    background: transparent;
  }
  .obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0;
    border-bottom: none;
    color: black;
    text-transform: capitalize;
    font-weight: bold;
  }
  .obj_article_details .entry_details .item.copyright {
    background: rgba(242, 242, 242);
    box-shadow: none;
    position: absolute;
    width: 22rem;
    height: auto;
    left: 98.4rem;
    font-size: 11px;
    top: 57.8rem;
  }
  .obj_article_details .entry_details .cover_image {
    background: transparent;
    box-shadow: none;
    width: 100%;
  }
  .item.copyright p {
    padding: 0.7rem;
  }
  .item.copyright a {
    padding-left: 2rem;
  }
  .obj_article_details .item.issue {
    position: absolute;
    width: 21.9rem;
    left: 98.45rem;
    top: 44rem;
    display: none;
  }
  .obj_article_details .item.issue .value {
    padding: 0.5rem;
    font-size: 12px;
  }

  .section .obj_article_summary .meta .authors {
    font-size: 14px;
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .homepage_image {
    max-width: 20%;
    position: relative;
    top: 2rem;
    left: 2rem;
  }
  .current_issue {
    margin-top: 16.3rem;
  }
  .slider-container {
    position: relative;
    bottom: 67rem;
  }
  .pkp_page_index .additional_content {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
    height: 0rem;
    border: none;
  }
}

@media only screen and (max-width: 1875px) {
  /*==================================== Author section ====================================*/

  /* Layout for the horizontal list of the first 3 authors */
  .authors-list-horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
  }

  /* Wrapper for Icon + Name */
  .author-header-group {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
  }

  .author-js-container {
    position: relative;
  }

  /* Tooltip Base - Handles ORCID, Email, and Affiliation popups */
  .author-tooltip {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    z-index: 10001; /* Higher than the dropdown */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    white-space: normal;
    margin-top: 5px;
    transition:
      opacity 0.2s ease,
      visibility 0s linear 0.3s;
  }

  /* Bridge to prevent tooltip closing when moving mouse from trigger to box */
  .author-tooltip::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
  }

  /* Global Hover Logic for all Tooltips */
  .orcid-icon-wrapper:hover .orcid-tooltip,
  .name-trigger:hover .affiliation-tooltip,
  .email-icon-wrapper:hover .email-tooltip,
  .author-tooltip:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .orcid-icon-wrapper,
  .email-icon-wrapper {
    cursor: pointer;
    position: relative;
    display: inline-flex;
  }

  .name-trigger {
    cursor: help;
    position: relative;
    white-space: nowrap;
  }

  /* Icons */
  .fa-id-card {
    color: var(--primary-color);
  }

  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden;
  }
  /* ==================================== 
   THE CLICKABLE "MORE" DROPDOWN LOGIC 
   ==================================== */

  .author-more-dropdown {
    position: relative;
    display: inline-block;
  }

  /* Hidden Checkbox */
  .dropdown-check {
    display: none !important;
  }

  .more-trigger {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
  }

  /* The hidden dropdown menu - NO HOVER RULES HERE */
  .more-authors-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    min-width: 250px;
    list-style: none;
    margin-top: 10px;
    padding: 10px 0;
  }

  /* CLICK ACTION: Show list when checkbox is checked */
  .dropdown-check:checked ~ .more-authors-list {
    display: block !important;
  }

  /* Authors inside the dropdown */
  .dropdown-author-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
  }

  .dropdown-author-item:last-child {
    border-bottom: none;
  }

  /* Side tooltips for items inside the dropdown */
  .dropdown-author-item .author-tooltip {
    top: 0 !important;
    left: 100% !important;
    margin-left: 10px;
    margin-top: 0;
  }

  /* Bridge for side-tooltips */
  .dropdown-author-item .author-tooltip::before {
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
  }

  /*==================================== Article Metrics ====================================*/

  .obj_article_details .entry_details .article-usage-metrics {
    font-size: 19px;
  }

  .obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: center;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
  }

  /* Removed the .metric-item i selector since icons were removed from HTML */

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-label {
    color: var(
      --primary-color
    ); /* Specific var(--primary-color) color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    font-size: 1.8em; /* Make the numbers larger */
  }

  .obj_article_details .issue_identification {
    position: absolute;
    top: 42.2rem;
    right: 4.7rem;
    color: #2e6930;
    font-size: 22px;
    font-weight: 700;
    font-family: sans-serif;
  }

  /*==================================== CITATION ICON ====================================*/

  .obj_article_details .entry_details .sub_item.citation_display .label-title {
    background-color: lightgray;
    font-size: 16px;
    padding: 14px;
    font-weight: 200;
    margin-top: 0rem;
  }
  /* Container positioning */
  /* 1. Hide the actual checkbox */
  .cite-checkbox-input {
    display: none;
  }

  /* 2. Style the Label to look like a Button */
  .citation-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    cursor: pointer;
    background: none;
    user-select: none;
  }

  .citation-toggle-btn:hover {
    background: none;
  }

  /* 3. The Dropdown Content (Hidden by default) */
  .citation-dropdown-content {
    display: none; /* Logic: show when checkbox is checked */
    position: absolute;
    z-index: 3;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 380px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: -3px;
  }

  /* 4. THE MAGIC: If checkbox is checked, show the dropdown */
  .cite-checkbox-input:checked ~ .citation-dropdown-content {
    display: block;
  }

  /* Rotate arrow icon when open */
  .cite-checkbox-input:checked ~ .citation-toggle-btn .arrow-icon {
    transform: rotate(180deg);
  }

  /* Ensure the dropdown is relative to the container */
  .citation-dropdown {
    display: inline-block;
  }

  .arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
  }

  .main_entry .item.citation-dropdown {
    left: 13.3rem;
    top: -52.3rem;
    background: none;
    box-shadow: none;
  }

  .citation-dropdown-content .label-title {
    margin: 1px;
  }

  .citation-toggle-btn .fa-quote-right {
    display: inline-block; /* Required for transforms to work */
    transform: scaleX(-1); /* This creates the mirror effect */
  }

  /*==================================== Recommended articles ====================================*/

  /* Container styling for the entire suggested reads section */
  #articlesBySimilarityList {
    position: absolute;
    width: 25rem;
    top: 56rem;
    left: 101rem;
    z-index: 1;
  }

  /* Style the heading (the H3 tag) to match the var(--primary-color) bar */
  #articlesBySimilarityList h3 {
    background-color: var(
      --primary-color
    ); /* A standard var(--primary-color) */
    color: white;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: normal; /* Title font in screenshot is not bold */
    margin: 0 0 10px 0; /* Adjust spacing */
  }

  #articlesBySimilarityList h3 a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--font-main);
  }

  /* Style the main unordered list */
  #articlesBySimilarityList ul {
    list-style: none; /* Removes default bullets */
    padding: 0;
    margin: 0;
  }

  /* Style individual list items */
  #articlesBySimilarityList li {
    border-bottom: 1px solid #ddd; /* Horizontal line separator */
    padding: 15px 0;
    line-height: 1.4em;
  }

  /* Remove the border from the very last item */
  #articlesBySimilarityList li:last-child {
    border-bottom: none;
  }

  /* Style the article title links (making them strong/bold like in the image) */
  #articlesBySimilarityList li a {
    text-decoration: none;
    color: #333; /* Dark gray for better contrast */
    font-weight: bold; /* Titles are bold in the screenshot */
    display: block; /* Ensures the link spans the whole line */
    margin-bottom: 5px; /* Space between title and authors */
  }

  /* Style the author list within each item */
  #articlesBySimilarityList li span.author {
    font-size: 0.85em; /* Smaller font size for authors */
    color: var(--primary-color); /* Greyed out text for authors */
    display: inline-block; /* Puts authors on a new line */
    /* Adjusting the " ," added by the smarty code to be less intrusive */
    margin-right: 2px;
  }

  /*==================================== DOI Link ====================================*/

  .obj_article_details .entry_details .item.licensing-dropdown-container {
    background: none;
    box-shadow: none;
    position: relative;
    left: 12rem;
    top: -52.3rem;
    font-size: 12px;
  }
  .license-checkbox-input {
    display: none;
  }

  /* 2. Style the Trigger Button */
  .licensing-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 6px 12px;
    user-select: none;
    transition: background 0.2s;
  }

  /* 3. The Floating Popup (Hidden by default) */
  .licensing-floating-popup {
    display: none;
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    width: 320px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    border-radius: 4px;
  }

  /* 4. THE CLICK LOGIC: Show when checked */
  .license-checkbox-input:checked ~ .licensing-floating-popup {
    display: block;
  }

  /* Container spacing */
  .licensing-dropdown-container {
    position: relative;
    display: inline-block;
    margin: 10px 0;
  }

  /* Internal badge/text styling */
  .license-badge-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .license-terms-text {
    font-size: 0.85em;
    margin-top: 10px;
    color: #444;
  }

  /*==================================== Share Button ====================================*/

  .share-checkbox-input {
    display: none;
  }

  /* 2. The container anchor point */
  .social-share-dropdown-container {
    display: inline-block;
    margin: 10px 0;
    top: -52.3rem;
    left: 11rem;
  }

  /* 3. The "Share" button styling (the Label) */
  .share-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: transparent;
    padding: 6px 12px;
    border-radius: 4px;
    user-select: none;
    transition: background 0.2s;
  }

  .share-toggle-btn:hover {
    background: transparent;
  }

  .share-toggle-btn .arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
  }

  /* 4. The Dropdown Content (Hidden by default) */
  .social-share-buttons {
    display: none; /* Hidden by default */
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: -1px;
    border-radius: 4px;
    white-space: nowrap; /* Keep buttons on one line */
  }

  /* 5. THE CLICK LOGIC: Show when checkbox is checked */
  .share-checkbox-input:checked ~ .social-share-buttons {
    display: block;
  }

  /* Rotate arrow when open */
  .share-checkbox-input:checked ~ .share-toggle-btn .arrow-icon {
    transform: rotate(180deg);
  }

  /* Button styling inside the popup */
  .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0 4px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
  }

  .share-btn.facebook {
    background-color: #3b5998;
  }
  .share-btn.twitter {
    background-color: #55acee;
  }
  .share-btn.linkedin {
    background-color: #007bb5;
  }
  .share-btn.email {
    background-color: #6c757d;
  }

  /*==================================== Table of Contents ====================================*/

  .jats-toc-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9em;
    height: 27rem;
    text-align: center;
    max-width: 188px;
    z-index: 2;
    margin-bottom: 2em;
  }

  .jats-toc-container.toc-absolute {
    position: relative;
    /* top: 26rem; */
    right: 0rem;
  }
  .jats-toc-container.toc-fixed {
    position: fixed;
    top: 13rem;
  }

  .item.abstract h2.label,
  .item.keywords h2.label,
  .article-section-title {
    scroll-margin-top: 200px; /* Adjust this value based on your theme's header height */
  }

  /* Header/Title styling (matches OJS default var(--primary-color) header) */
  .toc-header {
    background-color: var(
      --primary-color
    ); /* A standard var(--primary-color) for the header background */
    color: #fff; /* White text color */
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    /* Adding a dropdown arrow look with CSS pseudo-element if needed, 
       but that usually requires a special font icon */
  }

  /* List container resets */
  #jats-toc-list {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 11px;
    height: 24rem;
  }

  /* Individual list item styling */
  #jats-toc-list li {
    border-bottom: 1px solid #eee; /* Horizontal dividers between items */
    padding: 0;
  }

  #jats-toc-list li:last-child {
    border-bottom: none; /* Remove the border from the last item */
  }

  /* Link styling */
  #jats-toc-list li a {
    display: block; /* Make the whole area clickable */
    padding: 5px 15px;
    text-decoration: none; /* Remove underlines */
    color: #333; /* Dark gray link color */
    transition: background-color 0.3s;
  }

  /* Hover effect */
  #jats-toc-list li a:hover {
    background-color: #f5f5f5; /* Light gray background on hover */
    color: #000;
  }

  /* Sub-heading indentation (H3s from the JS logic) */
  #jats-toc-list li[style*="padding-left"] a {
    font-size: 1em; /* Adjust font size if the JS made it smaller */
    color: #555; /* Slightly lighter color for sub-items */
  }

  /*==================================== DOI LINK ====================================*/

  .custom-doi-link a {
    text-decoration: none !important;
    color: black; /* OJS Blue */
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
  }

  .custom-doi-link a:hover {
    color: var(--primary-color); /* Change color on hover */
  }
  .custom-doi-link a:hover span,
  .custom-doi-link a:hover .doi-text {
    text-decoration: underline;
  }

  .custom-doi-link a i,
  .custom-doi-link a .fa-mouse-pointer {
    display: inline-block;
    text-decoration: none !important; /* Force no underline on icon */
    border: none !important;
    font-size: 0.9em;
    transform: scaleX(-1);
  }

  /*==================================== END DOI LINK ====================================*/

  .pkp_structure_main {
    padding-bottom: 10px;
    width: 80%;
    padding-left: 5rem;
    padding-top: 12rem;
  }

  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page h1 {
    margin-top: 1rem;
  }

  .jatsParser__article-fulltext {
    position: relative;
    text-align: justify;
    width: 75rem;
    left: 15rem;
    bottom: 32rem;
  }

  .jatsParser__article-fulltext .article-section-title {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: var(--font-main);
    line-height: 1;
    text-align: left;
  }

  .main_entry .dropdowns {
    font-family: var(--font-main);
    display: flex;
    position: relative;
    top: -9.5rem;
    left: 14rem;
    align-items: center;
    font-size: 12.5px;
  }

  .pkp_page_article.pkp_op_view.has_site_logo .obj_galley_link.pdf {
    font-family: var(--font-main);
    font-weight: 700;
    text-transform: uppercase;
    background: var(--primary-color);
    color: white;
    border: none;
    width: 13.3rem;
    text-align: center;
    position: relative;
    top: -12.65rem;
  }

  .obj_article_details .article_header_info {
    position: relative;
    top: 0.5rem;
    font-size: 11px;
  }

  .obj_article_details .item {
    padding: 0.143rem;
  }

  .pkp_page_index.pkp_op_index.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }

  .jatsParser__article-fulltext caption {
    width: 75rem;
    display: block;
    text-align: left;
  }
  .jatsParser__article-fulltext caption .notes {
    width: 75rem;
    display: none;
  }

  .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main {
    padding-bottom: 2rem;
    width: 70%;
    padding-left: 5rem;
    padding-top: 11.5rem;
  }

  .page.page_article .cmp_breadcrumbs {
    padding: 0.8rem;
    padding-left: 5rem;
    padding-right: 10rem;
    font-family: var(--font-main);
    font-size: 0.93rem;
    width: 100rem;
    height: 2rem;
    margin-left: -5rem;
    z-index: 11;
  }
  .page.page_article .cmp_breadcrumbs .separator {
    padding: 0 0.1em;
    opacity: 1;
  }
  .page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
  }
  .page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
  }
  .obj_article_details > .page_title {
    text-align: left;
    font-family: var(--font-main);
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    font-size: 30px;
    width: 90rem;
    height: auto;
  }
  .obj_article_details .row {
    margin-left: -0.143rem;
    margin-right: -2.143rem;
    width: 89rem;
  }
  .obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
  }
  .obj_article_details .authors {
    font-family: var(--font-main);
    display: flex;
    flex-direction: row;
    width: 78.2rem;
    font-size: 13px;
    position: relative;
    top: -5.4rem;
    left: -0.4rem;
    color: var(--primary-color);
    z-index: 9;
    padding: 0rem;
    height: auto;
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
    position: relative;
    bottom: 39.5rem;
    left: -1.1rem;
    width: 14rem;
  }
  .obj_issue_toc .section {
    margin-top: -8rem;
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .obj_article_details .main_entry {
    width: 90rem;
    border-top: 1px solid black;
    margin-top: 2rem;
  }

  .obj_article_details .item.abstract {
    width: 75rem;
    position: relative;
    left: 15rem;
    text-align: justify;
    bottom: 39rem;
  }

  .obj_article_details .item.abstract .label {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
    color: black;
    font-family: var(--font-main);
  }

  .obj_article_details .item.keywords {
    width: 75rem;
    position: relative;
    left: 15rem;
    text-align: justify;
    bottom: 34rem;
  }

  .obj_article_details .main_entry .item.doi .label,
  .obj_article_details .main_entry .item.keywords .label {
    display: block;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: bold;
    color: black;
    font-family: var(--font-main);
  }

  .obj_article_details .entry_details {
    left: 99rem;
  }

  .obj_article_details .main_entry .sub_item .label {
    padding-right: 3px;
    background-color: transparent;
    font-size: 11px;
    color: black;
    font-weight: normal;
    text-transform: capitalize;
  }

  .obj_article_details .main_entry .sub_item .value {
    padding-top: 5px;
    padding-right: 8px;
  }

  .obj_article_details .entry_details .sub_item .value {
    padding-top: 1.43rem;
    padding-left: 0.6rem;
    border-radius: 3px;
  }

  .obj_article_details .item.published .sub_item {
    display: inline-flex;
    font-size: 11px;
  }

  .obj_article_details .entry_details .galleys_links > li a {
    display: block;
    background: var(--primary-color);
    color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0px;
  }
}
@media only screen and (max-width: 1875px) {
  .homepage_about {
    margin-top: -1rem;
    margin-left: 0rem;
    font-size: 15px;
    text-align: center;
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: relative;
    bottom: 34.2rem;
    left: 9rem;
  }
  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }
  .pkp_page_index .current_issue .read_more:hover {
    color: #65bf67;
  }
  .obj_issue_toc .heading .published {
    visibility: hidden;
  }
  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
  }
  .pkp_page_index .current_issue h2,
  .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
  }
  .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: 0rem;
    margin-top: 6rem;
    padding: 0rem;
    font-size: 1.143rem;
    font-weight: 600;
    line-height: 2.143rem;
    color: #191919;
    border-bottom: 3px solid #016312;
  }
  .obj_issue_toc h3 + .articles {
    height: 30rem;
  }
  .obj_issue_toc .section {
    margin-top: -7rem;
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .section .obj_article_summary .title {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }

  .obj_article_details .sub_item.citation_display .value {
    padding: 0.5rem;
    font-size: 11px;
  }
  .obj_article_details .item.published {
    border-bottom: none;
    box-shadow: none;
    position: relative;
    margin-bottom: 1rem;
    bottom: 6.7rem;
    right: -0.2rem;
    background: transparent;
  }
  .obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0;
    border-bottom: none;
    color: black;
    text-transform: capitalize;
    font-weight: bold;
  }
  .obj_article_details .entry_details .item.copyright {
    background: rgba(242, 242, 242);
    box-shadow: none;
    position: absolute;
    width: 22rem;
    height: auto;
    left: 98.4rem;
    font-size: 11px;
    top: 57.8rem;
  }
  .item.copyright p {
    padding: 0.7rem;
  }
  .item.copyright a {
    padding-left: 2rem;
  }
  .obj_article_details .item.issue {
    position: absolute;
    width: 21.9rem;
    left: 98.45rem;
    top: 44rem;
    visibility: hidden;
  }
  .obj_article_details .item.issue .value {
    padding: 0.5rem;
    font-size: 12px;
  }

  .section .obj_article_summary .meta .authors {
    font-size: 14px;
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .homepage_image {
    max-width: 22%;
    position: relative;
    top: 2rem;
    left: 2rem;
  }
  .current_issue {
    margin-top: 14.3rem;
    height: 43rem;
  }
  .slider-container {
    position: relative;
    bottom: 59rem;
  }
  .pkp_block.block_custom .title {
    text-align: center;
    padding-left: 5px;
  }
}

@media only screen and (max-width: 1800px) {
  .obj_article_details .entry_details {
    left: 99rem;
    width: 23rem;
  }
  #articlesBySimilarityList {
    width: 23rem;
    top: 53rem;
  }
  .obj_article_details .main_entry {
    width: 93rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 93rem;
  }
  .obj_article_details .item.abstract {
    width: 78rem;
  }
  .obj_article_details .item.keywords {
    width: 78rem;
  }
  .jatsParser__article-fulltext {
    width: 78rem;
  }
  .jatsParser__article-fulltext caption {
    width: 78rem;
  }
}

@media only screen and (max-width: 1760px) {
  .obj_article_details .entry_details {
    left: 96rem;
    width: 23rem;
  }
  #articlesBySimilarityList {
    width: 23rem;
    top: 53rem;
    left: 98.15rem;
  }
  .obj_article_details .main_entry {
    width: 90rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 90rem;
  }
  .obj_article_details .item.abstract {
    width: 75rem;
  }
  .obj_article_details .item.keywords {
    width: 75rem;
  }
  .jatsParser__article-fulltext {
    width: 75rem;
  }
  .jatsParser__article-fulltext caption {
    width: 75rem;
  }
}

@media only screen and (max-width: 1710px) {
  .obj_article_details .entry_details {
    left: 95rem;
    width: 23rem;
  }
  #articlesBySimilarityList {
    width: 23rem;
    top: 53rem;
    left: 97.15rem;
  }
  .obj_article_details .main_entry {
    width: 90rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 90rem;
  }
  .obj_article_details .item.abstract {
    width: 75rem;
  }
  .obj_article_details .item.keywords {
    width: 75rem;
  }
  .jatsParser__article-fulltext {
    width: 74rem;
  }
  .jatsParser__article-fulltext caption {
    width: 75rem;
  }
}

@media only screen and (max-width: 1700px) {
  .pkp_structure_main {
    padding-bottom: 10px;
    width: 80%;
    padding-left: 5rem;
    padding-top: 12rem;
  }
  .obj_article_details .article_header_info {
    left: 0rem;
    top: 0.1rem;
  }
  .pkp_block.block_announcements .title {
    font-family: var(--font-main);
    font-size: 16px;
    text-align: center;
    width: 18rem;
    border-bottom: none;
  }
  /*==================================== Author section ====================================*/

  /* Layout for the horizontal list of the first 3 authors */
  .authors-list-horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    height: 2rem;
    align-items: center;
  }

  /* Wrapper for Icon + Name */
  .author-header-group {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
  }

  .author-js-container {
    position: relative;
  }

  /* Tooltip Base - Handles ORCID, Email, and Affiliation popups */
  .author-tooltip {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    z-index: 10001; /* Higher than the dropdown */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    white-space: normal;
    margin-top: 5px;
    transition:
      opacity 0.2s ease,
      visibility 0s linear 0.3s;
  }

  /* Bridge to prevent tooltip closing when moving mouse from trigger to box */
  .author-tooltip::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
  }

  /* Global Hover Logic for all Tooltips */
  .orcid-icon-wrapper:hover .orcid-tooltip,
  .name-trigger:hover .affiliation-tooltip,
  .email-icon-wrapper:hover .email-tooltip,
  .author-tooltip:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .orcid-icon-wrapper,
  .email-icon-wrapper {
    cursor: pointer;
    position: relative;
    display: inline-flex;
  }

  .name-trigger {
    cursor: help;
    position: relative;
    white-space: nowrap;
  }

  /* Icons */
  .fa-id-card {
    color: var(--primary-color);
  }

  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden;
  }
  /* ==================================== 
   THE CLICKABLE "MORE" DROPDOWN LOGIC 
   ==================================== */

  .author-more-dropdown {
    position: relative;
    display: inline-block;
  }

  /* Hidden Checkbox */
  .dropdown-check {
    display: none !important;
  }

  .more-trigger {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
  }

  /* The hidden dropdown menu - NO HOVER RULES HERE */
  .more-authors-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    min-width: 250px;
    list-style: none;
    margin-top: 10px;
    padding: 10px 0;
  }

  /* CLICK ACTION: Show list when checkbox is checked */
  .dropdown-check:checked ~ .more-authors-list {
    display: block !important;
  }

  /* Authors inside the dropdown */
  .dropdown-author-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
  }

  .dropdown-author-item:last-child {
    border-bottom: none;
  }

  /* Side tooltips for items inside the dropdown */
  .dropdown-author-item .author-tooltip {
    top: 0 !important;
    left: 100% !important;
    margin-left: 10px;
    margin-top: 0;
  }

  /* Bridge for side-tooltips */
  .dropdown-author-item .author-tooltip::before {
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
  }

  /*==================================== Article Metrics ====================================*/

  .obj_article_details .entry_details .article-usage-metrics {
    font-size: 16px;
  }

  .obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: center;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
  }

  /* Removed the .metric-item i selector since icons were removed from HTML */

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-label {
    color: var(
      --primary-color
    ); /* Specific var(--primary-color) color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    font-size: 1.8em; /* Make the numbers larger */
  }

  .obj_article_details .issue_identification {
    position: absolute;
    top: 42.2rem;
    right: 4.7rem;
    color: #2e6930;
    font-size: 22px;
    font-weight: 700;
    font-family: sans-serif;
  }

  /*==================================== CITATION ICON ====================================*/

  .obj_article_details .entry_details .sub_item.citation_display .label-title {
    background-color: lightgray;
    font-size: 16px;
    padding: 14px;
    font-weight: 200;
    margin-top: 0rem;
  }
  /* Container positioning */
  /* 1. Hide the actual checkbox */
  .cite-checkbox-input {
    display: none;
  }

  /* 2. Style the Label to look like a Button */
  .citation-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    cursor: pointer;
    background: none;
    user-select: none;
  }

  .citation-toggle-btn:hover {
    background: none;
  }

  /* 3. The Dropdown Content (Hidden by default) */
  .citation-dropdown-content {
    display: none; /* Logic: show when checkbox is checked */
    position: absolute;
    top: 100%;
    left: 13px;
    z-index: 3;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 380px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: -3px;
  }

  /* 4. THE MAGIC: If checkbox is checked, show the dropdown */
  .cite-checkbox-input:checked ~ .citation-dropdown-content {
    display: block;
  }

  /* Rotate arrow icon when open */
  .cite-checkbox-input:checked ~ .citation-toggle-btn .arrow-icon {
    transform: rotate(180deg);
  }

  /* Ensure the dropdown is relative to the container */
  .citation-dropdown {
    display: inline-block;
  }

  .arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
  }

  .entry_details .item.citation-dropdown {
    position: absolute;
    left: 19rem;
    top: 19.7rem;
    background: none;
    box-shadow: none;
    font-size: 12px;
  }

  .citation-toggle-btn .fa-quote-right {
    display: inline-block; /* Required for transforms to work */
    transform: scaleX(-1); /* This creates the mirror effect */
  }

  /*==================================== Recommended articles ====================================*/

  /* Container styling for the entire suggested reads section */
  #articlesBySimilarityList {
    position: absolute;
    width: 23rem;
    top: 53rem;
    left: 94.15rem;
    z-index: 1;
  }

  /* Style the heading (the H3 tag) to match the var(--primary-color) bar */

  /*==================================== License Hover ====================================*/

  .obj_article_details .entry_details .item.licensing-dropdown-container {
    background: none;
    box-shadow: none;
    position: absolute;
    left: 23rem;
    top: 19.85rem;
    font-size: 12px;
  }
  .license-checkbox-input {
    display: none;
  }

  /* 2. Style the Trigger Button */
  .licensing-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 6px 12px;
    user-select: none;
    transition: background 0.2s;
  }

  /* 3. The Floating Popup (Hidden by default) */
  .licensing-floating-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    width: 320px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    border-radius: 4px;
  }

  /* 4. THE CLICK LOGIC: Show when checked */
  .license-checkbox-input:checked ~ .licensing-floating-popup {
    display: block;
  }

  /* Container spacing */
  .licensing-dropdown-container {
    position: relative;
    display: inline-block;
    margin: 10px 0;
  }

  /* Internal badge/text styling */
  .license-badge-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .license-terms-text {
    font-size: 0.85em;
    margin-top: 10px;
    color: #444;
  }

  /*==================================== Share Button ====================================*/

  .share-checkbox-input {
    display: none;
  }

  /* 2. The container anchor point */
  .social-share-dropdown-container {
    display: inline-block;
    margin: 10px 0;
    top: 21.25rem;
    left: 29rem;
  }

  /* 3. The "Share" button styling (the Label) */
  .share-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: transparent;
    padding: 6px 12px;
    border-radius: 4px;
    user-select: none;
    transition: background 0.2s;
  }

  .share-toggle-btn:hover {
    background: transparent;
  }

  .share-toggle-btn .arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
  }

  /* 4. The Dropdown Content (Hidden by default) */
  .social-share-buttons {
    display: none; /* Hidden by default */
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: -1px;
    border-radius: 4px;
    white-space: nowrap; /* Keep buttons on one line */
  }

  /* 5. THE CLICK LOGIC: Show when checkbox is checked */
  .share-checkbox-input:checked ~ .social-share-buttons {
    display: block;
  }

  /* Rotate arrow when open */
  .share-checkbox-input:checked ~ .share-toggle-btn .arrow-icon {
    transform: rotate(180deg);
  }

  /* Button styling inside the popup */
  .share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0 4px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
  }

  .share-btn.facebook {
    background-color: #3b5998;
  }
  .share-btn.twitter {
    background-color: #55acee;
  }
  .share-btn.linkedin {
    background-color: #007bb5;
  }
  .share-btn.email {
    background-color: #6c757d;
  }

  .jats-toc-container.toc-absolute {
    position: relative;
    bottom: 12rem;
    right: 0rem;
  }
  .jats-toc-container.toc-fixed {
    position: fixed;
    top: 12.5rem;
  }

  .main_entry .article_header_info {
    position: absolute;
    top: 12rem;
    left: 5.1rem;
    font-size: 11px;
    font-family: sans-serif;
  }

  .jatsParser__article-fulltext {
    position: relative;
    text-align: justify;
    width: 70rem;
    left: 15.14rem;
    bottom: 35rem;
  }

  .obj_issue_toc .heading .published {
    visibility: hidden;
  }
  .obj_issue_toc h3 + .articles {
    margin-top: 0rem;
  }
  .obj_article_details {
    margin-top: 0.5rem;
  }
  .obj_article_details .row {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
    width: 108%;
  }

  .obj_article_details .entry_details {
    left: 92rem;
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
  }
}
@media only screen and (max-width: 1700px) {
  .obj_issue_toc .section {
    margin-top: -9rem;
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }

  .page.page_article .cmp_breadcrumbs .separator {
    padding: 0 0.1em;
    opacity: 1;
  }
  .page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
  }
  .page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
  }

  .obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
  }
  .obj_article_details .main_entry {
    width: 85rem;
    text-align: justify;
    margin-top: -6.5rem;
  }
  .pkp_page_open-access.pkp_op_index.has_site_logo
    .pkp_structure_main
    .page_title {
    font-size: 27px;
    width: 76rem;
    line-height: 1.3;
    position: absolute;
    visibility: hidden;
    top: 0rem;
  }

  .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main {
    padding-bottom: 3rem;
    width: 70%;
    padding-left: 5rem;
    padding-top: 11.5rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    font-size: 30px;
    width: 85rem;
    height: auto;
  }
  .obj_article_details .authors {
    font-family: var(--font-main);
    display: flex;
    flex-direction: row;
    width: 78.2rem;
    font-size: 13px;
    position: relative;
    top: -5.8rem;
    left: -0.5rem;
    color: var(--primary-color);
    z-index: 9;
    padding: 0rem;
    height: 4rem;
  }
  .obj_article_details .row {
    margin-left: -0.143rem;
    margin-right: -2.143rem;
    width: 99%;
    margin-top: 11.1rem;
  }
  .obj_issue_toc .section {
    margin-top: -8rem;
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .obj_article_details > .page_title {
    padding-top: 0;
    text-align: left;
    font-family: var(--font-main);
  }
  .obj_article_details .entry_details {
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 20rem;
    left: 4.9rem;
  }
  .obj_article_details .entry_details .sub_item:first-child > .label {
    padding-top: 1.1rem;
    background-color: transparent;
    font-size: 10px;
    text-transform: capitalize;
    color: black;
  }
  .obj_article_details .entry_details .sub_item .value {
    padding-top: 1.38rem;
    padding-left: 0.6rem;
    border-radius: 3px;
  }

  .obj_article_details .item.published .sub_item {
    display: inline-flex;
    font-size: 10px;
  }
  .obj_article_details .entry_details .citation_display {
    font-size: 10px;
  }
  .jatsParser__article-fulltext caption {
    width: 70rem;
    display: block;
    text-align: left;
  }
  .jatsParser__article-fulltext caption .notes {
    width: 63rem;
    display: none;
  }

  .obj_article_details .item.citation {
    position: absolute;
    width: 11.25rem;
    font-size: 10px;
    top: 22.6rem;
  }
  .obj_article_details .sub_item.citation_display .value {
    padding: 0.5rem;
    font-size: 11px;
  }
  .obj_article_details .item.published {
    border-bottom: none;
    box-shadow: none;
    position: relative;
    top: -6.7rem;
    left: 0.07rem;
    background: transparent;
  }
  .obj_article_details .entry_details .item.copyright {
    background: rgba(242, 242, 242);
    box-shadow: none;
    width: 19rem;
    height: auto;
    font-size: 11px;
    position: absolute;
    left: 87rem;
    top: 53.7rem;
  }
  .item.copyright p {
    padding: 0.7rem;
  }
  .item.copyright a {
    padding-left: 2rem;
  }
  .obj_article_details .item.issue {
    visibility: hidden;
    position: absolute;
    width: 19rem;
    left: 87rem;
    top: 40rem;
  }
  .obj_article_details .item.issue .value {
    padding: 0.5rem;
    font-size: 12px;
  }

  .obj_article_details .main_entry .sub_item .value {
    padding-top: 5.5px;
    padding-right: 8px;
  }

  .obj_article_details .entry_details .galleys_links > li a {
    display: block;
    background: var(--primary-color);
    color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0px;
  }
  .obj_article_details .item.abstract {
    width: 70rem;
    position: relative;
    bottom: 39rem;
  }

  .obj_article_details .item.keywords {
    width: 70rem;
    bottom: 36rem;
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: relative;
    bottom: 34rem;
    left: 9rem;
  }
  .pkp_page_index .current_issue .read_more:hover {
    color: #65bf67;
  }
  .pkp_page_index .current_issue h2,
  .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
  }
  .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: 0rem;
    margin-top: 0;
    padding: 0rem;
    font-size: 1.143rem;
    font-weight: 600;
    line-height: 2.143rem;
    color: #191919;
    border-bottom: 3px solid #016312;
  }
  .section .obj_article_summary .title {
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
  }
  .section .obj_article_summary .meta .authors {
    font-size: 14px;
    width: 65%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .homepage_about {
    margin-top: -2rem;
    margin-left: 0rem;
    font-size: 15px;
    text-align: center;
  }
  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
  }
  .homepage_image {
    max-width: 25%;
    position: relative;
    top: 2rem;
  }
  .current_issue {
    margin-top: 18rem;
    height: 35rem;
  }
  .slider-container {
    position: relative;
    bottom: 56rem;
  }

  .pkp_block.block_custom .title {
    width: 17rem;
  }
}

@media only screen and (max-width: 1650px) {
  .obj_article_details .entry_details {
    left: 89rem;
  }
  #articlesBySimilarityList {
    left: 91.15rem;
  }
  .obj_article_details .main_entry {
    width: 82rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 82rem;
  }
  .obj_article_details .item.abstract {
    width: 67rem;
  }
  .obj_article_details .item.keywords {
    width: 67rem;
  }
  .jatsParser__article-fulltext {
    width: 67rem;
  }
  .jatsParser__article-fulltext caption {
    width: 67rem;
  }
}

@media only screen and (max-width: 1615px) {
  .obj_article_details .entry_details {
    left: 86.5rem;
  }
  #articlesBySimilarityList {
    left: 88.65rem;
  }
}

@media only screen and (max-width: 1580px) {
  .obj_article_details .entry_details {
    left: 86rem;
    width: 20rem;
  }
  #articlesBySimilarityList {
    left: 88.2rem;

    width: 20rem;
    top: 49rem;
  }
  .obj_article_details .main_entry {
    width: 79rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 79rem;
  }
  .obj_article_details .item.abstract {
    width: 64rem;
  }
  .obj_article_details .item.keywords {
    width: 64rem;
  }
  .jatsParser__article-fulltext {
    width: 64rem;
  }
  .jatsParser__article-fulltext caption {
    width: 64rem;
  }
}

@media only screen and (max-width: 1540px) {
  .obj_article_details .entry_details {
    left: 82rem;
  }
  #articlesBySimilarityList {
    width: 20rem;
    top: 49rem;
    left: 84.15rem;
  }
  .obj_article_details .main_entry {
    width: 75rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 75rem;
  }
  .obj_article_details .item.abstract {
    width: 60rem;
  }
  .obj_article_details .item.keywords {
    width: 60rem;
  }
  .jatsParser__article-fulltext {
    width: 60rem;
  }
  .jatsParser__article-fulltext caption {
    width: 60rem;
  }
}

@media only screen and (max-width: 1521px) {
  .pkp_structure_main {
    padding-left: 5rem;
    padding-bottom: 10px;
    padding-right: 0rem;
    width: 75%;
  }
  .pkp_block.block_announcements .title {
    font-family: var(--font-main);
    font-size: 15px;
    text-align: center;
    width: 18.8rem;
    border-bottom: none;
  }
  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }
  .obj_article_details .item.keywords {
    width: 59rem;
    bottom: 36rem;
  }
  /* When TOC is in absolute position (default state) */
  .jats-toc-container.toc-absolute {
    position: relative;
    bottom: 12rem;
    right: 0rem;
  }

  /* When TOC becomes fixed (sticky state) */
  .jats-toc-container.toc-fixed {
    position: fixed;
    top: 13rem;
  }

  /*==================================== Author section ====================================*/

  /* Layout for the horizontal list of the first 3 authors */
  .authors-list-horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    height: 2rem;
  }

  /* Wrapper for Icon + Name */
  .author-header-group {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
  }

  .author-js-container {
    position: relative;
  }

  /* Tooltip Base - Handles ORCID, Email, and Affiliation popups */
  .author-tooltip {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    z-index: 10001; /* Higher than the dropdown */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    white-space: normal;
    margin-top: 5px;
    transition:
      opacity 0.2s ease,
      visibility 0s linear 0.3s;
  }

  /* Bridge to prevent tooltip closing when moving mouse from trigger to box */
  .author-tooltip::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
  }

  /* Global Hover Logic for all Tooltips */
  .orcid-icon-wrapper:hover .orcid-tooltip,
  .name-trigger:hover .affiliation-tooltip,
  .email-icon-wrapper:hover .email-tooltip,
  .author-tooltip:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .orcid-icon-wrapper,
  .email-icon-wrapper {
    cursor: pointer;
    position: relative;
    display: inline-flex;
  }

  .name-trigger {
    cursor: help;
    position: relative;
    white-space: nowrap;
  }

  /* Icons */
  .fa-id-card {
    color: var(--primary-color);
  }

  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden;
  }
  /* ==================================== 
   THE CLICKABLE "MORE" DROPDOWN LOGIC 
   ==================================== */

  .author-more-dropdown {
    position: relative;
    display: inline-block;
  }

  /* Hidden Checkbox */
  .dropdown-check {
    display: none !important;
  }

  .more-trigger {
    color: var(--primary-color);
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
  }

  /* The hidden dropdown menu - NO HOVER RULES HERE */
  .more-authors-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    min-width: 250px;
    list-style: none;
    margin-top: 10px;
    padding: 10px 0;
  }

  /* CLICK ACTION: Show list when checkbox is checked */
  .dropdown-check:checked ~ .more-authors-list {
    display: block !important;
  }

  /* Authors inside the dropdown */
  .dropdown-author-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
  }

  .dropdown-author-item:last-child {
    border-bottom: none;
  }

  /* Side tooltips for items inside the dropdown */
  .dropdown-author-item .author-tooltip {
    top: 0 !important;
    left: 100% !important;
    margin-left: 10px;
    margin-top: 0;
  }

  /* Bridge for side-tooltips */
  .dropdown-author-item .author-tooltip::before {
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
  }

  /*==================================== Article Metrics ====================================*/

  .obj_article_details .entry_details .article-usage-metrics {
    font-size: 16px;
  }

  .obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: center;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
  }

  /* Removed the .metric-item i selector since icons were removed from HTML */

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-label {
    color: var(
      --primary-color
    ); /* Specific var(--primary-color) color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    font-size: 1.8em; /* Make the numbers larger */
  }

  .obj_article_details .issue_identification {
    position: absolute;
    top: 45rem;
    right: 5.5rem;
    color: #2e6930;
    font-size: 22px;
    font-weight: 700;
    font-family: sans-serif;
  }

  /*==================================== CITATION ICON ====================================*/

  .obj_article_details .entry_details .sub_item.citation_display .label-title {
    background-color: lightgray;
    font-size: 16px;
    padding: 14px;
    font-weight: 200;
    margin-top: 0rem;
  }
  /* Container positioning */
  /* 1. Hide the actual checkbox */
  .cite-checkbox-input {
    display: none;
  }

  /* 2. Style the Label to look like a Button */
  .citation-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    cursor: pointer;
    background: none;
    user-select: none;
  }

  .citation-toggle-btn:hover {
    background: none;
  }

  /* 3. The Dropdown Content (Hidden by default) */
  .citation-dropdown-content {
    display: none; /* Logic: show when checkbox is checked */
    position: absolute;
    top: 100%;
    left: 13px;
    z-index: 3;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 380px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: -3px;
  }

  /* 4. THE MAGIC: If checkbox is checked, show the dropdown */
  .cite-checkbox-input:checked ~ .citation-dropdown-content {
    display: block;
  }

  /* Rotate arrow icon when open */
  .cite-checkbox-input:checked ~ .citation-toggle-btn .arrow-icon {
    transform: rotate(180deg);
  }

  /* Ensure the dropdown is relative to the container */
  .citation-dropdown {
    display: inline-block;
  }

  .arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
  }

  .entry_details .item.citation-dropdown {
    position: absolute;
    left: 17rem;
    top: 19.7rem;
    background: none;
    box-shadow: none;
    font-size: 12px;
  }

  .citation-toggle-btn .fa-quote-right {
    display: inline-block; /* Required for transforms to work */
    transform: scaleX(-1); /* This creates the mirror effect */
  }

  /*==================================== Recommended articles ====================================*/

  /* Container styling for the entire suggested reads section */
  #articlesBySimilarityList {
    position: absolute;
    width: 20rem;
    top: 49rem;
    left: 83.12rem;
    z-index: 1;
  }

  /*==================================== License Hover ====================================*/

  .obj_article_details .entry_details .item.licensing-dropdown-container {
    background: none;
    box-shadow: none;
    position: absolute;
    left: 21rem;
    top: 19.85rem;
    font-size: 12px;
  }
  .license-checkbox-input {
    display: none;
  }

  /* 2. Style the Trigger Button */
  .licensing-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 6px 12px;
    user-select: none;
    transition: background 0.2s;
  }

  /* 3. The Floating Popup (Hidden by default) */
  .licensing-floating-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 12px;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    width: 320px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    border-radius: 4px;
  }

  /* 4. THE CLICK LOGIC: Show when checked */
  .license-checkbox-input:checked ~ .licensing-floating-popup {
    display: block;
  }

  /* Container spacing */
  .licensing-dropdown-container {
    position: relative;
    display: inline-block;
    margin: 10px 0;
  }

  /* Internal badge/text styling */
  .license-badge-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .license-terms-text {
    font-size: 0.85em;
    margin-top: 10px;
    color: #444;
  }

  /*==================================== Share Button ====================================*/

  .social-share-dropdown-container {
    display: inline-block;
    margin: 10px 0;
    top: 21.25rem;
    left: 27.35rem;
  }

  .jatsParser__article-fulltext {
    width: 59rem;
    bottom: 35rem;
  }
  .slider-container {
    position: relative;
    bottom: 58rem;
  }
  .obj_article_details .article_header_info {
    left: 5px;
  }
  .page.page_article .cmp_breadcrumbs {
    padding-left: 5.4rem;
    width: 72rem;
  }
  .page.page_article .cmp_breadcrumbs .separator {
    padding: 0 0.1em;
    opacity: 1;
  }
  .page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
  }
  .cmp_breadcrumbs ol {
    line-height: 0.43rem;
    font-size: 0.93rem;
  }
  .page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    text-transform: capitalize;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    font-size: 28px;
    width: 74rem;
  }
  .obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
  }
  .obj_issue_toc .section {
    margin-top: -8rem;
    padding: 0rem;
    margin-bottom: 2rem;
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: relative;
    bottom: 34.1rem;
    left: 9rem;
  }
  .pkp_page_index .current_issue .read_more:hover {
    color: #65bf67;
  }
  .pkp_page_index .current_issue h2,
  .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
  }
  .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: 0rem;
    margin-top: 0;
    top: -6rem;
    padding: 0rem;
    font-size: 1.143rem;
    font-weight: 600;
    line-height: 2.143rem;
    color: #191919;
    border-bottom: 3px solid #016312;
  }
 
  .obj_issue_toc .heading .published {
    visibility: hidden;
  }
  .obj_issue_toc h3 + .articles {
    margin-top: -6rem;
  }
  .obj_article_details .row {
    margin-left: -0.143rem;
    margin-right: -2.143rem;
    width: 99%;
    margin-top: 11rem;
  }
  .obj_article_details .authors {
    font-family: var(--font-main);
    display: flex;
    flex-direction: row;
    width: 78.2rem;
    font-size: 13px;
    position: relative;
    top: -5.5rem;
    left: -0.4rem;
    color: var(--primary-color);
    z-index: 9;
    padding: 0rem;
    height: 4rem;
  }
  .obj_article_details .item.abstract {
    width: 59rem;
    position: relative;
    bottom: 38rem;
  }
  .obj_article_details .page_title {
    font-family: var(--font-main);
  }
  .obj_article_details .main_entry {
    width: 74rem;
    text-align: justify;
    margin-top: -6.6rem;
  }
  .obj_article_details .entry_details {
    left: 81rem;
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 19.9rem;
    left: 4.9rem;
  }
  .obj_article_details .item.published .sub_item {
    display: inline-flex;
    font-size: 10px;
  }

  .obj_article_details .item.published .citation_display {
    display: inline-flex;
    font-size: 10px;
  }
  .obj_article_details .item.citation {
    position: absolute;
    width: 11.25rem;
    font-size: 10px;
    top: 22.4rem;
  }
  .obj_article_details .sub_item.citation_display .value {
    padding: 0.5rem;
    font-size: 11px;
  }
  .obj_article_details .item.published {
    border-bottom: none;
    box-shadow: none;
    position: relative;
    top: -6.6rem;
    left: 0.2rem;
    background: transparent;
  }
  .obj_article_details .entry_details .item.copyright {
    background: rgba(242, 242, 242);
    box-shadow: none;
    width: 20.75rem;
    position: absolute;
    height: auto;
    font-size: 11px;
    left: 71rem;
    top: 56rem;
  }
  .item.copyright p {
    padding: 0.7rem;
  }
  .item.copyright a {
    padding-left: 2rem;
  }
  .obj_article_details .item.issue {
    position: absolute;
    width: 20.75rem;
    left: 71rem;
    top: 42.2rem;
  }
  .obj_article_details .item.issue .value {
    padding: 0.5rem;
    font-size: 12px;
  }

  .obj_article_details .entry_details .sub_item:first-child > .label {
    padding-top: 1.14rem;
    font-size: 10px;
    padding-right: 8px;
    text-transform: capitalize;
    color: black;
  }
  .obj_article_details .item.published .sub_item .value {
    padding-top: 5px;
    padding-left: 0rem;
    border-radius: 3px;
  }
  .obj_article_details .entry_details .galleys_links > li a {
    display: block;
    background: var(--primary-color);
    color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0px;
  }

  .jatsParser__article-fulltext caption {
    width: 59rem;
    display: block;
    text-align: left;
  }
  .jatsParser__article-fulltext caption .notes {
    width: 45.5rem;
    display: none;
  }

  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
  }
  .homepage_about {
    margin-top: -3rem;
    margin-left: 0rem;
    font-size: 15px;
    text-align: center;
  }
  .homepage_image {
    max-width: 28%;
    position: relative;
    top: 3rem;
  }
  .current_issue {
    margin-top: 22rem;
    height: 34rem;
  }
  .pkp_page_index .additional_content {
    height: 0rem;
    border: none;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page h1 {
    margin-top: 0.4rem;
    margin-left: 0.2rem;
  }
  .pkp_block.block_custom .title {
    width: 18rem;
  }
}

@media only screen and (max-width: 1470px) {
  .obj_article_details .entry_details {
    left: 80rem;
  }
  #articlesBySimilarityList {
    width: 20rem;
    top: 49rem;
    left: 82.15rem;
  }
  .obj_article_details .main_entry {
    width: 75rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 75rem;
  }
  .obj_article_details .item.abstract {
    width: 60rem;
  }
  .obj_article_details .item.keywords {
    width: 60rem;
  }
  .jatsParser__article-fulltext {
    width: 60rem;
  }
  .jatsParser__article-fulltext caption {
    width: 60rem;
  }
}

@media only screen and (max-width: 1440px) {
  .obj_article_details .entry_details {
    left: 78rem;
    width: 19rem;
  }
  #articlesBySimilarityList {
    width: 19rem;
    top: 47rem;
    left: 80.15rem;
  }
  .obj_article_details .main_entry {
    width: 72rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 72rem;
  }
  .obj_article_details .item.abstract {
    width: 57rem;
  }
  .obj_article_details .item.keywords {
    width: 57rem;
  }
  .jatsParser__article-fulltext {
    width: 57rem;
  }
  .jatsParser__article-fulltext caption {
    width: 57rem;
  }
}

@media only screen and (max-width: 1410px) {
  .obj_article_details .entry_details {
    left: 76rem;
    width: 19rem;
  }
  #articlesBySimilarityList {
    width: 19rem;
    top: 47rem;
    left: 78.15rem;
  }
  .obj_article_details .main_entry {
    width: 69rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 69rem;
  }
  .obj_article_details .item.abstract {
    width: 54rem;
  }
  .obj_article_details .item.keywords {
    width: 54rem;
  }
  .jatsParser__article-fulltext {
    width: 54rem;
  }
  .jatsParser__article-fulltext caption {
    width: 54rem;
  }
}

@media only screen and (max-width: 1375px) {
  .obj_article_details .entry_details {
    left: 74rem;
    width: 19rem;
  }
  #articlesBySimilarityList {
    width: 19rem;
    top: 47rem;
    left: 76.15rem;
  }
  .obj_article_details .main_entry {
    width: 69rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 69rem;
  }
  .obj_article_details .item.abstract {
    width: 54rem;
  }
  .obj_article_details .item.keywords {
    width: 54rem;
  }
  .jatsParser__article-fulltext {
    width: 54rem;
  }
  .jatsParser__article-fulltext caption {
    width: 54rem;
  }
}

@media only screen and (max-width: 1350px) {
  .obj_article_details .entry_details {
    left: 73rem;
    width: 17rem;
  }
  #articlesBySimilarityList {
    width: 17rem;
    top: 45rem;
    left: 75.15rem;
  }
  .obj_article_details .main_entry {
    width: 66rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 66rem;
  }
  .obj_article_details .item.abstract {
    width: 51rem;
  }
  .obj_article_details .item.keywords {
    width: 51rem;
  }
  .jatsParser__article-fulltext {
    width: 51rem;
  }
  .jatsParser__article-fulltext caption {
    width: 51rem;
  }
}

@media only screen and (max-width: 1320px) {
  /*==================================== Article Metrics ====================================*/

  .obj_article_details .entry_details .article-usage-metrics {
    font-size: 16px;
  }

  .obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: center;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
  }

  /* Removed the .metric-item i selector since icons were removed from HTML */

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-label {
    color: var(
      --primary-color
    ); /* Specific var(--primary-color) color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    font-size: 1.8em; /* Make the numbers larger */
  }

  /*==================================== end of Article Metrics ====================================*/

  .jatsParser__article-fulltext {
    width: 50rem;
    bottom: 36rem;
    font-size: 12px;
  }

  .jats-toc-container.toc-absolute {
    position: relative;
    bottom: 12rem;
  }
  .jats-toc-container.toc-fixed {
    position: fixed;
    top: 13rem;
  }

  .pkp_structure_main {
    padding-top: 11rem;
    padding-left: 5rem;
    padding-right: 0rem;
    padding-bottom: 10px;
    width: 75%;
  }
  .pkp_block.block_announcements .title {
    font-family: var(--font-main);
    font-size: 12px;
    text-align: center;
    width: 17.8rem;
    border-bottom: none;
  }

  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page h1 {
    margin-top: 0.8rem;
  }

  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main {
    padding-top: 12rem;
    padding-left: 5rem;
    padding-bottom: 10px;
    width: 60rem;
    border-right: none;
  }

  .page.page_article .cmp_breadcrumbs .separator {
    padding: 0 0.1em;
    opacity: 1;
  }
  .page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
  }
  .page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: relative;
    bottom: 34.1rem;
    left: 9rem;
  }
  .pkp_page_index .current_issue .read_more:hover {
    color: #65bf67;
  }
  .obj_issue_toc .heading .published {
    visibility: hidden;
  }
  .pkp_page_index .current_issue h2,
  .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
  }
  .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: 0rem;
    margin-top: 0;
    padding: 0rem;
    font-size: 1.143rem;
    font-weight: 600;
    line-height: 2.143rem;
    color: #191919;
    border-bottom: 3px solid #016312;
  }
  
  .obj_issue_toc h3 + .articles {
    margin-top: -6rem;
  }
  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
  }
  .obj_article_details .row {
    margin-left: -0.8rem;
    /* margin-right: -2.143rem; */
    width: 54rem;
    margin-top: 12.5rem;
  }
  .obj_article_details .page_title {
    text-align: left;
    font-family: var(--font-main);
    width: 97%;
  }
  .obj_article_details .authors {
    font-family: var(--font-main);
    display: flex;
    flex-direction: row;
    width: 50.2rem;
    font-size: 13px;
    position: relative;
    top: -5.4rem;
    left: -0.7rem;
    color: var(--primary-color);
    z-index: 9;
    padding: 0rem;
    height: 4rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    font-size: 25px;
    width: 65rem;
    left: 4rem;
  }
  .obj_article_details .main_entry {
    width: 65rem;
    text-align: justify;
    font-size: 12px;
    margin-left: 1rem;
    margin-top: -8.6rem;
  }
  .obj_article_details .item.keywords {
    width: 50rem;
  }

  .obj_article_details .item.abstract {
    width: 50rem;
    position: relative;
  }
  .obj_article_details .entry_details {
    left: 71rem;
    width: 17rem;
  }
  .obj_article_details .item.published {
    border-bottom: none;
    box-shadow: none;
    position: relative;
    top: -6.6rem;
    left: -0.1rem;
    background: transparent;
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 21.7rem;
    left: 4.24rem;
  }
  .obj_article_details .item.citation {
    position: absolute;
    width: 11.25rem;
    font-size: 10px;
    left: 4.25rem;
    top: 24.2rem;
  }
  .obj_article_details .sub_item.citation_display .value {
    padding: 0.5rem;
    font-size: 11px;
  }
  .obj_article_details .entry_details .item.copyright {
    background: rgba(242, 242, 242);
    box-shadow: none;
    width: 18.95rem;
    height: auto;
    left: 60.8rem;
    top: 53.3rem;
    font-size: 11px;
  }

  .jatsParser__article-fulltext caption {
    width: 50rem;
    display: block;
    text-align: left;
  }
  .jatsParser__article-fulltext caption .notes {
    width: 36rem;
    display: none;
  }
  #articlesBySimilarityList {
    position: absolute;
    width: 17rem;
    top: 45rem;
    left: 73.15rem;
    z-index: 1;
    font-size: 14px;
  }
  .item.copyright p {
    padding: 0.7rem;
  }
  .item.copyright a {
    padding-left: 2rem;
  }
  .obj_article_details .item.issue {
    position: absolute;
    width: 18.9rem;
    left: 60.8rem;
    top: 39.6rem;
  }
  .obj_article_details .item.issue .value {
    padding: 0.5rem;
    font-size: 12px;
  }
  .homepage_about {
    margin-top: -2rem;
    font-size: 13px;
  }
  .homepage_image {
    max-width: 32%;
    position: relative;
    top: 2rem;
  }
  .current_issue {
    margin-top: 18.5rem;
    height: 35rem;
  }
  .slider-container {
    position: relative;
    bottom: 56rem;
  }
  .pkp_page_article .pkp_structure_sidebar > * {
    display: none;
  }
}

@media only screen and (max-width: 1290px) {
  .obj_article_details .entry_details {
    left: 69rem;
    width: 17rem;
  }
  #articlesBySimilarityList {
    width: 17rem;
    top: 45rem;
    left: 71.15rem;
  }
  .obj_article_details .main_entry {
    width: 63rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 63rem;
  }
  .obj_article_details .item.abstract {
    width: 48rem;
  }
  .obj_article_details .item.keywords {
    width: 48rem;
  }
  .jatsParser__article-fulltext {
    width: 48rem;
  }
  .jatsParser__article-fulltext caption {
    width: 48rem;
  }
}

@media only screen and (max-width: 1250px) {
  .obj_article_details .entry_details {
    left: 67rem;
    width: 17rem;
  }
  #articlesBySimilarityList {
    width: 17rem;
    top: 45rem;
    left: 69.15rem;
  }
  .obj_article_details .main_entry {
    width: 61rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 61rem;
  }
  .obj_article_details .item.abstract {
    width: 46rem;
  }
  .obj_article_details .item.keywords {
    width: 46rem;
  }
  .jatsParser__article-fulltext {
    width: 46rem;
  }
  .jatsParser__article-fulltext caption {
    width: 46rem;
  }
}

@media only screen and (max-width: 1250px) {
  .obj_article_details .entry_details {
    left: 65rem;
    width: 16rem;
  }
  #articlesBySimilarityList {
    width: 16rem;
    top: 43rem;
    left: 67.15rem;
  }
  .obj_article_details .main_entry {
    width: 59rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 59rem;
  }
  .obj_article_details .item.abstract {
    width: 44rem;
  }
  .obj_article_details .item.keywords {
    width: 44rem;
  }
  .jatsParser__article-fulltext {
    width: 44rem;
  }
  .jatsParser__article-fulltext caption {
    width: 44rem;
  }
}

@media only screen and (max-width: 1200px) {
  .pkp_structure_main {
    padding-top: 11rem;
    padding-left: 3rem;
    padding-bottom: 10px;
    width: 75%;
  }
  .pkp_block.block_announcements {
    font-size: 13px;
  }
  .pkp_block.block_announcements .title {
    font-size: 15px;
    width: 13.5rem;
  }
  .pkp_block.block_custom .title {
    width: 13.5rem;
    font-size: 11px;
  }

  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main {
    padding-top: 12rem;
    padding-left: 5rem;
    padding-bottom: 10px;
    width: 60rem;
    border-right: none;
  }
  .jatsParser__article-fulltext {
    width: 44rem;
    bottom: 46rem;
    font-size: 13px;
  }
  .obj_article_details .article_header_info {
    left: 0.1rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page h1 {
    margin-left: 0rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    font-size: 20px;
    width: 59rem;
  }
  /*==================================== Article Metrics ====================================*/

  .obj_article_details .entry_details .article-usage-metrics {
    font-size: 15px;
  }

  .obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: center;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
  }

  /* Removed the .metric-item i selector since icons were removed from HTML */

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-label {
    color: var(
      --primary-color
    ); /* Specific var(--primary-color) color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
  }

  .obj_article_details
    .entry_details
    .article-usage-metrics
    .metric-item
    .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    font-size: 1.8em; /* Make the numbers larger */
  }

  /*==================================== end of Article Metrics ====================================*/
  .obj_article_details .galleys_links li {
    display: inline-block;
    margin-bottom: 13rem;
  }
  .jats-toc-container.toc-absolute {
    position: relative;
    bottom: 22rem;
    right: 0.1rem;
  }
  .jats-toc-container.toc-fixed {
    position: fixed;
    top: 13rem;
  }

  #articlesBySimilarityList {
    position: absolute;
    width: 16rem;
    top: 43rem;
    left: 67.15rem;
    z-index: 1;
    font-size: 12px;
  }

  .pkp_page_article.pkp_op_view.has_site_logo .obj_galley_link.pdf {
    top: -9.65rem;
    left: -0.2rem;
  }

  .main_entry .dropdowns {
    position: relative;
    top: -6.5rem;
    left: 14rem;
  }

  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }

  .pkp_navigation_primary_row {
    height: 2.8rem;
  }
  .page.page_article .cmp_breadcrumbs .separator {
    padding: 0 0.1em;
    opacity: 1;
  }
  .page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
  }
  .page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: relative;
    bottom: 34.2rem;
    left: 9rem;
  }
  .pkp_page_index .current_issue .read_more:hover {
    color: #65bf67;
  }
  .pkp_page_index .current_issue h2,
  .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
  }
  .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: 0rem;
    margin-top: 0;
    padding: 0rem;
    font-size: 1.143rem;
    font-weight: 600;
    line-height: 2.143rem;
    color: #191919;
    border-bottom: 3px solid #016312;
  }
  .obj_issue_toc .heading .published {
    visibility: hidden;
  }
 
  .obj_issue_toc h3 + .articles {
    margin-top: -6rem;
  }
  .page.page_article .cmp_breadcrumbs ol {
    font-size: 11px;
  }
  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    color: #191919;
  }
  .obj_article_details .row {
    margin-left: -1.143rem;
    margin-right: -2.143rem;
    width: 54rem;
    margin-top: 10rem;
  }
  .obj_article_details .page_title {
    text-align: left;
    font-family: var(--font-main);
    width: 52rem;
    font-size: 21px;
  }
  .obj_article_details .authors {
    font-family: var(--font-main);
    display: flex;
    flex-direction: row;
    width: 89%;
    margin-top: -4.4rem;
    margin-left: -6.4rem;
    color: var(--primary-color);
    top: -0.8rem;
    left: 5.6rem;
  }
  .obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
    font-size: 11px;
  }
  .obj_article_details .item.published {
    border-bottom: none;
    box-shadow: none;
    position: relative;
    top: -2.2rem;
    left: -0.2rem;
    background: transparent;
  }
  .obj_article_details .item.citation {
    position: absolute;
    width: 11.25rem;
    font-size: 10px;
    left: 4rem;
    top: 21.8rem;
  }
  .obj_article_details .sub_item.citation_display .value {
    padding: 0.5rem;
    font-size: 11px;
  }
  .obj_article_details .entry_details .item.copyright {
    background: rgba(242, 242, 242);
    box-shadow: none;
    width: 11rem;
    height: 38rem;
    left: 59.3rem;
    font-size: 11px;
    margin-top: -6.3rem;
  }
  .item.copyright p {
    padding: 0.7rem;
  }
  .item.copyright a {
    padding-left: 2rem;
  }
  .obj_article_details .item.issue {
    position: absolute;
    width: 11rem;
    left: 59.3rem;
    margin-top: -9.2rem;
  }
  .obj_article_details .item.issue .value {
    padding: 0.5rem;
    font-size: 12px;
  }
  .obj_article_details .item.keywords {
    width: 44rem;
    padding-right: 0rem;
    bottom: 47rem;
    font-size: 13px;
    font-family: var(--font-main);
  }
  .obj_article_details .item.abstract {
    width: 44rem;
    position: relative;
    font-size: 13px;
    bottom: 49.5rem;
    font-family: var(--font-main);
  }
  .obj_article_details .main_entry {
    width: 59rem;
    text-align: justify;
    font-size: 12px;
    margin-left: 1.2rem;
    margin-top: -6.1rem;
  }
  .obj_article_details .entry_details {
  }

  .jatsParser__article-fulltext caption {
    width: 44rem;
    display: block;
    text-align: left;
  }
  .jatsParser__article-fulltext caption .notes {
    width: 36rem;
    display: none;
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 19.3rem;
    left: 4rem;
  }
  .homepage_about {
    margin-top: -2rem;
    font-size: 12px;
  }
  .homepage_image {
    max-width: 33%;
    position: relative;
    top: 1.5rem;
    left: 2rem;
  }
  .current_issue {
    margin-top: 17rem;
    height: 36rem;
  }
  .slider-container {
    position: relative;
    bottom: 56rem;
  }
}

@media only screen and (max-width: 1180px) {
  .obj_article_details .entry_details {
    left: 63rem;
    width: 16rem;
  }
  #articlesBySimilarityList {
    width: 16rem;
    top: 43rem;
    left: 65.15rem;
  }
  .obj_article_details .main_entry {
    width: 57rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 57rem;
  }
  .obj_article_details .item.abstract {
    width: 42rem;
  }
  .obj_article_details .item.keywords {
    width: 42rem;
  }
  .jatsParser__article-fulltext {
    width: 42rem;
  }
  .jatsParser__article-fulltext caption {
    width: 42rem;
  }
}

@media only screen and (max-width: 1150px) {
  .obj_article_details .entry_details {
    left: 60rem;
    width: 16rem;
  }
  #articlesBySimilarityList {
    width: 16rem;
    top: 43rem;
    left: 62.15rem;
  }
  .obj_article_details .main_entry {
    width: 54rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 54rem;
  }
  .obj_article_details .item.abstract {
    width: 39rem;
  }
  .obj_article_details .item.keywords {
    width: 39rem;
  }
  .jatsParser__article-fulltext {
    width: 39rem;
  }
  .jatsParser__article-fulltext caption {
    width: 39rem;
  }
}

@media only screen and (max-width: 1120px) {
  .obj_article_details .entry_details {
    left: 58rem;
    width: 16rem;
  }
  #articlesBySimilarityList {
    width: 16rem;
    top: 43rem;
    left: 60.15rem;
  }
  .obj_article_details .main_entry {
    width: 52rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 52rem;
  }
  .obj_article_details .item.abstract {
    width: 37rem;
  }
  .obj_article_details .item.keywords {
    width: 37rem;
  }
  .jatsParser__article-fulltext {
    width: 37rem;
  }
  .jatsParser__article-fulltext caption {
    width: 37rem;
  }
}

@media only screen and (max-width: 1090px) {
  .obj_article_details .entry_details {
    left: 56rem;
    width: 15rem;
  }
  #articlesBySimilarityList {
    width: 15rem;
    top: 43rem;
    left: 58.15rem;
  }
  .obj_article_details .main_entry {
    width: 50rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 50rem;
  }
  .obj_article_details .item.abstract {
    width: 35rem;
    font-size: 12px;
  }
  .obj_article_details .item.keywords {
    width: 35rem;
    font-size: 12px;
  }
  .jatsParser__article-fulltext {
    width: 35rem;
    font-size: 12px;
  }
  .jatsParser__article-fulltext caption {
    width: 35rem;
  }
}

@media only screen and (max-width: 1090px) {
  .obj_article_details .entry_details {
    left: 56rem;
    width: 15rem;
  }
  #articlesBySimilarityList {
    width: 15rem;
    top: 42rem;
    left: 58.15rem;
  }
  .obj_article_details .main_entry {
    width: 50rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 50rem;
  }
  .obj_article_details .item.abstract {
    width: 35rem;
    font-size: 12px;
  }
  .obj_article_details .item.keywords {
    width: 35rem;
    font-size: 12px;
  }
  .jatsParser__article-fulltext {
    width: 35rem;
    font-size: 12px;
  }
  .jatsParser__article-fulltext caption {
    width: 35rem;
  }
}

@media only screen and (max-width: 1040px) {
  .obj_article_details .entry_details {
    left: 53rem;
    width: 15rem;
  }
  #articlesBySimilarityList {
    width: 15rem;
    top: 42rem;
    left: 55.15rem;
  }
  .obj_article_details .main_entry {
    width: 47rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main .page_title {
    width: 47rem;
  }
  .main_entry .dropdowns {
    font-size: 11px;
  }
  .obj_article_details .item.abstract {
    width: 32rem;
    font-size: 12px;
  }
  .obj_article_details .item.keywords {
    width: 32rem;
    font-size: 12px;
  }
  .jatsParser__article-fulltext {
    width: 32rem;
    font-size: 12px;
  }
  .jatsParser__article-fulltext caption {
    width: 32rem;
  }
  .authors-list-horizontal{
    gap: 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .jatsParser__article-fulltext caption {
    width: 36rem;
    display: block;
    text-align: left;
  }
  .jatsParser__article-fulltext caption .notes {
    width: 33.5rem;
    display: none;
  }
  .jats-toc-container {
    max-width: 131px;
  }
  .authors-list-horizontal {
    gap: 5px;
  }
  .jats-toc-container.toc-absolute {
    position: relative;
    bottom: 22rem;
  }
  .jats-toc-container.toc-fixed {
    position: fixed;
    top: 12.5rem;
  }

  .main_entry .dropdowns {
    font-size: 10px;
    left: 10rem;
    width: 35rem;
  }

  .pkp_page_article.pkp_op_view.has_site_logo .obj_galley_link.pdf {
    width: 9.3rem;
    font-size: 12px;
  }

  .pkp_structure_main {
    padding-top: 11rem;
    padding-left: 2rem;
    padding-bottom: 10px;
    width: 72%;
  }
  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main {
    padding-left: 5rem;
    padding-bottom: 38rem;
    width: 60rem;
    border-right: none;
  }
  .page.page_article .cmp_breadcrumbs {
    width: 63rem;
  }

  .page.page_article .cmp_breadcrumbs .separator {
    padding: 0 0.1em;
    opacity: 1;
  }
  .page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
  }
  .page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: relative;
    bottom: 34.1rem;
    left: 9rem;
  }
  .pkp_page_index .current_issue .read_more:hover {
    color: #65bf67;
  }
  .pkp_page_index .current_issue h2,
  .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
  }
  .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: 0rem;
    margin-top: 0;
    padding: 0rem;
    font-size: 1.143rem;
    font-weight: 600;
    line-height: 2.143rem;
    color: #191919;
    border-bottom: 3px solid #016312;
  }
  .obj_issue_toc .heading .published {
    visibility: hidden;
  }
 
  .obj_issue_toc h3 + .articles {
    margin-top: -6rem;
  }
  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
  }
  .page.page_article .cmp_breadcrumbs ol {
    font-size: 11px;
    width: 104%;
  }
  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    color: #191919;
  }
  .obj_article_details .row {
    margin-left: -1.143rem;
    margin-right: -2.143rem;
    width: 108%;
    margin-top: 9rem;
  }
  .obj_article_details .item.citation {
    position: absolute;
    width: 9.7rem;
    left: 4.15rem;
    top: 86.8rem;
  }
  .obj_article_details .sub_item.citation_display .value {
    padding: 0.5rem;
    font-size: 11px;
  }
  .obj_article_details .item.published {
    border-bottom: none;
    box-shadow: none;
    position: relative;
    top: -2rem;
    left: -0.2rem;
    background: transparent;
  }
  .obj_article_details .entry_details .item.copyright {
    background: rgba(242, 242, 242);
    box-shadow: none;
    position: absolute;
    width: 9.9rem;
    height: auto;
    left: 4rem;
    font-size: 11px;
    top: 62rem;
  }
  .item.copyright p {
    padding: 0.7rem;
  }
  .item.copyright a {
    padding-left: 2rem;
  }
  .obj_article_details .page_title {
    text-align: left;
    font-family: var(--font-main);
    width: 44rem;
    font-size: 22px;
  }
  .obj_article_details .authors {
    font-family: var(--font-main);
    display: flex;
    flex-direction: row;
    width: 89%;
    top: -0.7rem;
    margin-left: -6.3rem;
    color: var(--primary-color);
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 18.2rem;
    left: 4rem;
  }
  .obj_article_details .entry_details .galleys_links > li a {
    display: block;
    background: var(--primary-color);
    color: white;
    padding-left: 3.6rem;
    padding-right: 3.8rem;
    border-radius: 0px;
    font-size: 10px;
  }
  .obj_article_details .item.issue {
    position: absolute;
    width: 9.85rem;
    left: 4rem;
    top: 48.5rem;
  }
  .obj_article_details .item.issue .value {
    padding: 0.5rem;
    font-size: 12px;
  }
  .obj_article_details .main_entry {
    width: 47rem;
    text-align: justify;
    font-size: 11px;
    margin-top: -5.3rem;
  }
  .obj_article_details .item.abstract {
    width: 36rem;
    position: relative;
    font-size: 11px;
    left: 11rem;
    bottom: 48.5rem;
  }
  .obj_article_details .item.keywords {
    width: 36rem;
    padding-right: 0rem;
    bottom: 44rem;
    left: 11rem;
  }
  .jatsParser__article-fulltext {
    width: 36rem;
    bottom: 43rem;
    left: 11rem;
    font-size: 11px;
  }
  .obj_article_details .entry_details {
    left: 52rem;
    width: 14rem;
  }
  .pkp_navigation_primary_wrapper {
    height: 3rem;
  }

  .obj_article_details .entry_details .article-usage-metrics {
    font-size: 14px;
  }

  #articlesBySimilarityList {
    position: absolute;
    width: 14rem;
    top: 40rem;
    left: 54.15rem;
    z-index: 1;
    font-size: 11px;
  }

  .homepage_about {
    margin-top: -2.8rem;
    font-size: 12px;
  }
  .homepage_image {
    max-width: 33%;
    position: relative;
    top: 2.5rem;
  }
  .current_issue {
    margin-top: 15rem;
    height: 37rem;
  }
  .pkp_block.block_announcements {
    font-size: 11px;
    bottom: 0rem;
  }
  .slider-container {
    position: relative;
    bottom: 55rem;
  }
  .homepage_about p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 992px) {
  .pkp_structure_main {
    margin-top: 20rem;
    padding-top: 0rem;
    padding-left: 3rem;
    width: 71%;
  }
  .pkp_page_issue .pkp_structure_main {
    margin-top: 4rem;
    padding: 0rem 4rem;
    width: 100%;
  }
  .pkp_page_index-metrics .pkp_structure_main {
    margin-top: 4rem;
    padding-top: 0rem;
    padding-left: 3rem;
    width: 100%;
  }
  .pkp_page_announcement .pkp_structure_main {
    margin-top: 4rem;
    padding: 0rem 4rem;
    width: 100%;
  }
  .pkp_page_about .pkp_structure_main {
    margin-top: 4rem;
    padding: 0rem 4rem;
    width: 100%;
  }
  .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main {
    width: 100%;
    margin-top: 4rem;
    padding: 0rem 4rem;
  }

  .pkp_page_crossmark .pkp_structure_main {
    width: 100%;
    margin-top: 4rem;
    padding: 0rem 4rem;
  }

  .pkp_page_author-guidelines .pkp_structure_main {
    width: 100%;
    margin-top: 4rem;
    padding: 0rem 4rem;
  }

  .pkp_page_ethics .pkp_structure_main {
    width: 100%;
    margin-top: 4rem;
    padding: 0rem 4rem;
  }

  .pkp_page_editorial .pkp_structure_main {
    width: 100%;
    margin-top: 4rem;
    padding: 0rem 4rem;
  }

  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
    position: absolute;
    visibility: hidden;
  }
  .slider-container {
    position: relative;
    bottom: 52rem;
  }
  .obj_issue_toc .sections .title {
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    color: #191919;
  }
  .section .obj_article_summary .title {
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: relative;
    bottom: 34.15rem;
    left: 8.5rem;
  }
  .pkp_page_index .current_issue .read_more:hover {
    color: #65bf67;
  }
  .page.page_article .cmp_breadcrumbs {
    padding: 0.7rem;
    padding-left: 1rem;
    padding-right: 10rem;
    font-size: 0.93rem;
    background-color: var(--primary-color);
    width: 55.3rem;
    margin-left: -2rem;
    margin-top: -8rem;
    position: fixed;
    top: 7.9rem;
  }
  .obj_article_details .row {
    margin-left: -1.143rem;
    margin-right: -2.143rem;
    width: 105%;
    margin-top: -2rem;
  }
  .obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
    font-size: 12px;
  }
  .obj_article_details .authors {
    font-family: var(--font-main);
    display: flex;
    flex-direction: row;
    width: 89%;
    margin-top: -2.7rem;
    margin-left: -6rem;
    color: var(--primary-color);
  }
  .obj_article_details .item.published {
    border-bottom: none;
    box-shadow: none;
    position: absolute;
    top: 5.9rem;
    left: 2.6rem;
    background: transparent;
  }
  .obj_article_details .entry_details .item.galleys {
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 9.2rem;
    left: 4rem;
  }
  .obj_article_details .entry_details .item.copyright {
    background: rgba(242, 242, 242);
    box-shadow: none;
    width: 9.9rem;
    position: absolute;
    height: 39rem;
    left: 4rem;
    font-size: 11px;
    top: 31.5rem;
  }
  .obj_article_details .page_title {
    text-align: left;
    font-family: var(--font-main);
    width: 55rem;
    font-size: 22px;
    position: absolute;
    top: 4.4rem;
  }
  .obj_article_details .item.citation {
    position: absolute;
    width: 9.9rem;
    font-size: 10px;
    left: 4rem;
    top: 75rem;
  }
  .obj_article_details .entry_details .item.citation .value {
    padding-top: 1.45rem;
    padding-left: 1rem;
    border-radius: 3px;
  }
  .item.copyright p {
    padding: 0.7rem;
  }
  .item.copyright a {
    padding-left: 2rem;
  }
  .section .obj_article_summary .meta {
    font-size: 11px;
  }
  .obj_article_details .item.issue {
    position: absolute;
    width: 9.9rem;
    left: 4rem;
    top: 13rem;
  }
  .obj_article_details .entry_details .item.issue .value {
    padding-top: 1.45rem;
    padding-left: 1rem;
    border-radius: 3px;
  }
  .obj_article_details .entry_details .citation_display {
    font-size: 10px;
  }
  .obj_article_details .entry_details .sub_item.citation_display {
    padding: 0;
    margin-bottom: 0;
  }
  .homepage_about {
    margin-top: -19.5rem;
    margin-left: 0.5rem;
    font-size: 13px;
  }
  .homepage_image {
    visibility: hidden;
    max-width: 32%;
    position: relative;
    top: 1.5rem;
  }
  .current_issue {
    margin-top: 12rem;
  }
  .pkp_block.block_announcements {
    font-size: 11px;
  }
  .homepage_about p {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 830px) {
  .pkp_structure_main {
    width: 100%;
    padding-right: 2rem;
  }
  .slider-container {
    bottom: 55rem;
  }
  .current_issue {
    margin-top: 15rem;
  }
  .pkp_page_index .current_issue .read_more {
    bottom: 34.2rem;
    left: 9rem;
  }
}
@media only screen and (max-width: 810px) {
  .pkp_structure_main {
    width: 100%;
    padding: 0rem 2rem;
  }
  .pkp_page_index-metrics .pkp_structure_main {
    margin-top: 4rem;
    padding-top: 0rem;
    padding-left: 3rem;
    padding-right: 3rem !important;
    width: 100%;
  }
  .current_issue {
    margin-top: 15rem;
  }
  .pkp_page_index .current_issue .read_more {
    bottom: 34.2rem;
    position: relative;
    left: 9rem;
  }
}
@media only screen and (max-width: 767px) {
  .section .obj_article_summary .meta {
    display: flex;
    justify-content: space-between;
  }
  .pkp_page_index .current_issue .read_more {
    bottom: 36.2rem;
  }
}
@media only screen and (max-width: 550px) {
  .pkp_page_issue .pkp_structure_main {
    padding: 0rem 1.5rem;
  }
}
@media only screen and (max-width: 500px) {
  .current_issue {
    margin-top: 11rem;
  }
  .slider-container {
    bottom: 51rem;
  }
}
@media only screen and (max-width: 425px) {
  .current_issue {
    margin-top: 10rem;
  }
  .slider-container {
    bottom: 50rem;
  }
  .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main {
    padding: 0rem 1rem;
  }

  .pkp_page_author-guidelines .pkp_structure_main {
    padding: 0rem 1rem;
  }

  .pkp_page_ethics .pkp_structure_main {
    padding: 0rem 0.5rem;
  }
  .pkp_page_editorial .pkp_structure_main {
    padding: 0rem 1rem;
  }
}
/*================================NAV BAR================================*/
@media only screen and (max-width: 2300px) {
  .pkp_navigation_primary.pkp_nav_list li {
    padding-left: 17px;
  }
}
@media only screen and (max-width: 1875px) {
  .pkp_navigation_primary.pkp_nav_list li {
    padding-left: 10px;
    padding-right: 14px;
  }

  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_navigation_primary.pkp_nav_list
    li {
    padding-left: 10px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1700px) {
  .pkp_navigation_primary.pkp_nav_list li {
    padding-left: 10px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_navigation_primary.pkp_nav_list
    li {
    padding-left: 10px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1521px) {
  .pkp_navigation_primary.pkp_nav_list li {
    padding-left: 0px;
    padding-right: 6px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_navigation_primary.pkp_nav_list
    li {
    padding-left: 11px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1440px) {
  .pkp_navigation_primary.pkp_nav_list li {
    padding-left: 0px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_navigation_primary.pkp_nav_list
    li {
    padding-left: 11px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1320px) {
  .pkp_navigation_primary.pkp_nav_list li {
    padding-left: 0px;
    padding-right: 1px;
  }
  #navigationPrimary > li > a {
    text-transform: inherit;
    font-size: 11px;
  }
}
@media only screen and (max-width: 1295px) {
  .pkp_navigation_primary {
    max-width: 100%;
    height: 3rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pkp_navigation_primary.pkp_nav_list li {
    padding-left: 0px;
    padding-right: 0px;
  }
  #navigationPrimary > li > a {
    font-size: 11px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_navigation_primary.pkp_nav_list
    li {
    padding-left: 0px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .pkp_navigation_primary.pkp_nav_list {
    padding-left: 0;
    margin-left: 6px;
  }
  #navigationPrimary > li > a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .pkp_navigation_primary.pkp_nav_list li {
    padding-left: 11px;
    padding-right: 35px;
  }
  .pkp_navigation_search_wrapper {
    margin-top: 0rem;
    padding-top: 0rem;
    border-top: none;
  }
  .pkp_site_nav_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: var(--primary-color);
    left: 0;
    padding: 0.714rem;
    z-index: 9999;
  }
  #navigationPrimary > li > a {
    font-size: 0.93rem;
  }
  a[href="https://ijeds.clsu.edu.ph/index.php/clsuijeds/about/submissions"] {
    border-top: none;
  }
}

/*============================STRUCTURE PAGE============================*/
@media only screen and (max-width: 2300px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1900px;
  }
}
@media only screen and (max-width: 1875px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1700px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1700px;
    height: auto;
  }
}
@media only screen and (max-width: 1700px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1500px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1500px;
    height: auto;
  }
}
@media only screen and (max-width: 1521px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1300px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1300px;
    height: auto;
  }
}
@media only screen and (max-width: 1320px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1150px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1150px;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1000px;
    max-height: auto;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1000px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 900px;
    max-height: auto;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 900px;
    height: auto;
  }
}
@media only screen and (min-width: 375px) {
  .pkp_page_index-metrics .pkp_structure_page {
    margin-top: 5px;
    width: 100%;
    max-width: fit-content;
  }
  .pkp_structure_page {
    margin-top: 5px;
    width: 100%;
    max-width: fit-content;
    margin-bottom: 0rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    width: 100%;
    max-width: fit-content;
    height: auto;
  }
}

/*==========================LOGO AND NAV BAR==========================*/
@media only screen and (max-width: 2300px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    width: -webkit-fill-available;
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
  }
}
@media only screen and (max-width: 1875px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
  }
}
@media only screen and (max-width: 1700px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
  }
}
@media only screen and (max-width: 1521px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
  }
}
@media only screen and (max-width: 1320px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
  }
  .pkp_navigation_primary_row {
    padding-left: 5rem;
    padding-right: 2.143rem;
    height: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    position: fixed;
    z-index: 10;
    top: 0;
  }
  .pkp_navigation_primary_row {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
  }
  .pkp_site_nav_toggle > span {
    position: absolute;
    top: 64%;
    left: 73%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 25px;
    border-bottom: none;
    text-indent: -9999px;
    overflow: hidden;
  }
  .pkp_site_nav_toggle > span:before,
  .pkp_site_nav_toggle > span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 90%;
    height: 4px;
    background: var(--primary-color);
  }
  .pkp_site_nav_toggle {
    top: 5px;
  }
  .pkp_navigation_user_wrapper .pkp_navigation_user {
    margin-right: 0px;
    padding-right: 0;
    width: auto;
    border: none;
    margin-top: 0;
    justify-content: center;
  }
  .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    height: 54px;
    background: white;
  }
  .pkp_site_name .is_img img {
    max-height: 55px;
    max-width: 100%;
  }
  .pkp_site_name .is_img {
    margin-left: 1.2rem;
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 810px) {
  .pkp_head_wrapper,
  .has_site_logo .pkp_head_wrapper {
    width: 58rem;
  }
}
/*=================================SIDEBAR=================================*/

@media only screen and (max-width: 1920px) {
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    float: right;
    width: 29rem;
    height: auto;
    margin-top: 11rem;
  }
  .pkp_structure_sidebar {
    float: right;
    width: 340px;
    height: auto;
    margin-top: 9rem;
  }

}
@media only screen and (max-width: 1875px) {
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    float: right;
    width: 24rem;
    height: auto;
    margin-top: 11rem;
  }
  .pkp_structure_sidebar {
    float: right;
    width: 340px;
    height: auto;
  }
}
@media only screen and (max-width: 1700px) {
  .pkp_structure_sidebar {
    float: right;
    width: 300px;
    height: auto;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    float: right;
    width: 21.2rem;
    height: auto;
    margin-top: 11rem;
  }
}
@media only screen and (max-width: 1521px) {
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    float: right;
    width: 22.8rem;
    height: auto;
    margin-top: 11rem;
  }
  .pkp_structure_sidebar {
    float: right;
    width: 22.8rem;
    height: auto;
  }
}
@media only screen and (max-width: 1320px) {
  .pkp_structure_sidebar {
    float: right;
    width: 300px;
    height: auto;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    float: right;
    width: 22rem;
    height: auto;
    margin-top: 11rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pkp_structure_sidebar {
    float: right;
    width: 17.8rem;
    height: auto;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    width: 170px;
    height: auto;
    right: 1rem;
    top: 1rem;
    position: absolute;
  }
}
@media only screen and (max-width: 1024px) {
  .pkp_structure_sidebar {
    float: right;
    width: 252px;
    height: auto;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    width: 216px;
    height: auto;
    right: 1rem;
    top: -21.4rem;
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .pkp_structure_sidebar {
    float: right;
    width: 256px;
    height: auto;
    margin-top: -68rem;
  }
  .pkp_page_issue .pkp_structure_sidebar {
    float: right;
    width: 256px;
    height: auto;
    margin-top: -61rem;
  }
  .pkp_block.block_make_submission {
    display: none;
  }
  .pkp_page_index-metrics .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_index-metrics .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_index-metrics .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_index-metrics #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_index-metrics #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_index-metrics #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pkp_page_issue .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_issue .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_issue .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_issue #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_issue #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_issue #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pkp_page_announcement .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_announcement .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_announcement .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_announcement #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_announcement #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_announcement #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pkp_page_about .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_about .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_about .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_about #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_about #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_about #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pkp_page_open-access .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_open-access .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_open-access .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_open-access #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_open-access #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_open-access #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pkp_page_crossmark .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_crossmark .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_crossmark .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_crossmark #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_crossmark #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_crossmark #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pkp_page_author-guidelines .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_author-guidelines .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_author-guidelines .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_author-guidelines #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_author-guidelines #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_author-guidelines #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pkp_page_ethics .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_ethics .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_ethics .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_ethics #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_ethics #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_ethics #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pkp_page_editorial .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    margin-top: 0rem;
  }
  .pkp_page_editorial .pkp_block .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_page_editorial .pkp_block.block_announcements {
    width: 50%;
  }
  .pkp_page_editorial #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_editorial #customblock-citations {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pkp_page_editorial #customblock-website-visitors {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 830px) {
  .pkp_structure_sidebar {
    flex-wrap: wrap;
    display: flex;
    padding: 0rem 5rem;
    flex-direction: row;
    float: none;
    width: 100%;
    height: 100%;
    margin-top: 0rem;
  }
  .pkp_page_index-metrics .pkp_structure_sidebar {
    margin-top: 0rem;
    float: left;
    height: 100%;
  }
  .pkp_block.block_announcements .title {
    width: 100%;
    font-size: 11px;
    padding-top: 8px;
  }
  .pkp_block.block_custom .title {
    width: 100%;
  }
  .pkp_block.block_announcements {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #customblock-recognized-or-indexed-by {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #customblock-citations {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #customblock-website-visitors {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 810px) {
  .pkp_structure_sidebar {
    float: none;
    width: 100%;
    margin-top: -7rem;
  }
  .pkp_page_index-metrics .pkp_structure_sidebar {
    margin-left: 4rem;
    margin-left: 0rem;
    width: 100%;
    height: 100%;
  }
  .pkp_block.block_announcements {
    bottom: 0rem;
    left: 0rem;
  }
  #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
  }
  #customblock-citations {
    bottom: 0rem;
    left: 0rem;
  }
  #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
  }
  .pkp_page_index-metrics #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
  }
  .pkp_page_index-metrics #customblock-citations {
    bottom: 0rem;
    left: 0rem;
  }
  .pkp_page_index-metrics #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .pkp_structure_sidebar {
    margin-top: -7rem;
  }
}
@media only screen and (max-width: 665px) {
  .pkp_block.block_announcements {
    left: 0rem;
  }
  #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
  }
  #customblock-citations {
    bottom: 0rem;
    left: 0rem;
  }
  #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
  }
}
@media only screen and (max-width: 650px) {
  .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_issue .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_index-metrics .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_announcement .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_about .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_open-access .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_crossmark .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_author-guidelines .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_ethics .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
  .pkp_page_editorial .pkp_structure_sidebar {
    padding: 0rem 2rem;
  }
}
@media only screen and (max-width: 550px) {
  .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_issue .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_issue .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_issue #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_issue #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_issue #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_index-metrics .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_index-metrics .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_index-metrics #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_index-metrics #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_index-metrics #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_announcement .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_announcement .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_announcement #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_announcement #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_announcement #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_about .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_about .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_about #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_about #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_about #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_open-access .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_open-access .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_open-access #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_open-access #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_open-access #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_crossmark .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_crossmark .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_crossmark #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_crossmark #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_crossmark #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_author-guidelines .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_author-guidelines .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_author-guidelines #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_author-guidelines #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_author-guidelines #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_ethics .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_ethics .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_ethics #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_ethics #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_ethics #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }

  .pkp_page_editorial .pkp_structure_sidebar {
    align-items: center;
    flex-direction: column;
  }
  .pkp_page_editorial .pkp_block.block_announcements {
    left: 0rem;
    width: 80%;
  }
  .pkp_page_editorial #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_editorial #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
  .pkp_page_editorial #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 80%;
  }
}
@media only screen and (max-width: 425px) {
  .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_issue .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_issue #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_issue #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_issue #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_index-metrics .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_index-metrics #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_index-metrics #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_index-metrics #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_announcement .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_announcement #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_announcement #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_announcement #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_about .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_about #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_about #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_about #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_open-access .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_open-access #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_open-access #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_open-access #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_crossmark .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_crossmark #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_crossmark #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_crossmark #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_author-guidelines .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_author-guidelines #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_author-guidelines #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_author-guidelines #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_ethics .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_ethics #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_ethics #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_ethics #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }

  .pkp_page_editorial .pkp_block.block_announcements {
    left: 0rem;
    width: 90%;
  }
  .pkp_page_editorial #customblock-recognized-or-indexed-by {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_editorial #customblock-citations {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
  .pkp_page_editorial #customblock-website-visitors {
    bottom: 0rem;
    left: 0rem;
    width: 90%;
  }
}
@media only screen and (max-width: 343px) {
  .pkp_structure_sidebar {
    margin-top: 0rem;
  }
  .pkp_page_issue .pkp_structure_sidebar {
    margin-top: 0rem;
  }
}
/* @media only screen and (max-width: 645px) {
  #customblock-recognized-or-indexed-by {
    left: 23.5rem;
  }
  #customblock-website-visitors {
    left: 23.5rem;
  }
}
@media only screen and (max-width: 620px) {
  .pkp_block.block_announcements {
    left: 3rem;
  }
  #customblock-recognized-or-indexed-by {
    left: 22.5rem;
  }
  #customblock-citations {
    left: 3rem;
  }
  #customblock-website-visitors {
    left: 22.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .pkp_block.block_announcements {
    left: 2rem;
  }
  #customblock-recognized-or-indexed-by {
    left: 21.5rem;
  }
  #customblock-citations {
    left: 2rem;
  }
  #customblock-website-visitors {
    left: 21.5rem;
  }
}
@media only screen and (max-width: 570px) {
  .pkp_structure_sidebar {
    margin-top: -11rem;
    height: 110rem;
  }
  .pkp_block.block_announcements {
    left: 10rem;
  }
  #customblock-recognized-or-indexed-by {
    bottom: 1.8rem;
    left: 10rem;
  }
  #customblock-citations {
    left: 10rem;
    bottom: 4.3rem;
  }
  #customblock-website-visitors {
    bottom: 5.7rem;
    left: 10rem;
  }
}
@media only screen and (max-width: 500px) {
  .pkp_block.block_announcements {
    left: 8rem;
  }
  #customblock-recognized-or-indexed-by {
    bottom: 1.8rem;
    left: 8rem;
  }
  #customblock-citations {
    left: 8rem;
    bottom: 4.3rem;
  }
  #customblock-website-visitors {
    bottom: 5.7rem;
    left: 8rem;
  }
}
@media only screen and (max-width: 425px) {
  .pkp_block.block_announcements {
    left: 6rem;
  }
  #customblock-recognized-or-indexed-by {
    left: 6rem;
  }
  #customblock-citations {
    left: 6rem;
  }
  #customblock-website-visitors {
    left: 6rem;
  }
}
@media only screen and (max-width: 390px) {
  .pkp_block.block_announcements {
    left: 4rem;
  }
  #customblock-recognized-or-indexed-by {
    left: 4rem;
  }
  #customblock-citations {
    left: 4rem;
  }
  #customblock-website-visitors {
    left: 4rem;
  }
} */

/*===============================SEARCH AND LOGIN/USER===============================*/
@media only screen and (max-width: 1875px) {
  .pkp_navigation_user_wrapper {
    top: 3.1rem;
    right: 0;
    left: 88rem;
    width: auto;
    transform: none;
  }
}
@media only screen and (max-width: 1700px) {
  .pkp_navigation_user_wrapper {
    top: 3.1rem;
    right: 0;
    left: 76.5rem;
    width: auto;
    transform: none;
  }
}
@media only screen and (max-width: 1521px) {
  .pkp_navigation_user_wrapper {
    top: 3.1rem;
    right: 0;
    left: 65em;
    width: auto;
    transform: none;
  }
}
@media only screen and (max-width: 1320px) {
  .pkp_navigation_user_wrapper {
    top: 3.1rem;
    right: 0;
    left: 57rem;
    width: auto;
    transform: none;
  }
}
@media only screen and (max-width: 1200px) {
  .pkp_navigation_user_wrapper {
    top: 3.1rem;
    left: 48rem;
    width: auto;
    transform: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pkp_navigation_user_wrapper {
    top: 2rem;
    right: 0;
    left: 42rem;
    width: auto;
    transform: none;
  }
}
@media only screen and (max-width: 991px) {
  .pkp_navigation_user_wrapper {
    width: auto;
    transform: none;
    margin-top: 27rem;
  }
  .has_site_logo .pkp_site_name,
  .has_site_logo .pkp_navigation_primary_wrapper {
    width: auto;
    padding-top: 9px;
    background: none;
    margin-left: -2.2rem;
    height: 5rem;
  }
  .pkp_navigation_user_wrapper .profile a {
    color: white;
    font-weight: 500;
    font-family: var(--font-main);
  }
}

/*===========================MAKE SUBMISSION BUTTON===========================*/
@media only screen and (max-width: 1920px) {
  .pkp_block.block_make_submission {
    padding: 1rem;
  }
  .pkp_structure_sidebar .block_make_submission a {
    margin-top: 7rem;
    background-color: var(--primary-color);
    padding-left: 80px;
    padding-right: 80px;
    color: white;
    border-radius: 0px;
    font-family: "Libre Franklin";
    display: none;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    background-color: var(--primary-color);
    font-family: var(--font-main);
    padding-left: 64px;
    padding-right: 65px;
    border-radius: 0px;
    color: white;
    margin-top: 0rem;
  }
}
@media only screen and (max-width: 1875px) {
  .pkp_block.block_make_submission {
    padding: 1rem;
  }
  .pkp_structure_sidebar .block_make_submission a {
    background-color: var(--primary-color);
    padding-left: 50px;
    padding-right: 51px;
    color: white;
    border-radius: 0px;
    display: none;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    background-color: var(--primary-color);
    padding-left: 95px;
    padding-right: 95px;
    border-radius: 0px;
    color: white;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 1700px) {
  .pkp_block.block_make_submission {
    padding: 1rem;
  }
  .pkp_structure_sidebar .block_make_submission a {
    background-color: var(--primary-color);
    padding-left: 63px;
    padding-right: 63px;
    font-family: var(--font-main);
    border-radius: 0px;
    color: white;
    display: none;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    background-color: var(--primary-color);
    padding-left: 75px;
    padding-right: 75px;
    border-radius: 0px;
    color: white;
  }
}
@media only screen and (max-width: 1521px) {
  .pkp_block.block_make_submission {
    padding: 1rem;
  }
  .pkp_structure_sidebar .block_make_submission a {
    background-color: var(--primary-color);
    padding-left: 71px;
    padding-right: 74px;
    border-radius: 0px;
    color: white;
    display: none;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    background-color: var(--primary-color);
    padding-left: 87px;
    padding-right: 87px;
    border-radius: 0px;
    color: white;
  }
}
@media only screen and (max-width: 1320px) {
  .pkp_block.block_make_submission {
    padding-left: 9px;
    padding-right: 0px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    background-color: var(--primary-color);
    padding-left: 73px;
    padding-right: 74px;
    border-radius: 0px;
    color: white;
  }
}
@media only screen and (max-width: 1200px) {
  .pkp_block.block_make_submission {
    padding: 1rem;
  }
  .pkp_page_index.pkp_op_index.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    padding-left: 28px;
    padding-right: 25px;
    font-size: 10px;
    visibility: hidden;
  }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_block.block_make_submission {
    padding: 0rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    padding-left: 33px;
    padding-right: 33px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .pkp_page_index.pkp_op_index.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    padding-left: 55px;
    padding-right: 56px;
    font-size: 10px;
    visibility: hidden;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission {
    padding: 0rem;
    position: absolute;
    left: 4.2rem;
    top: 22.6rem;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission
    a {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 10px;
  }
  .pkp_page_article.pkp_op_view.has_site_logo
    .pkp_structure_sidebar
    .block_make_submission {
    padding: 0rem;
    position: absolute;
    left: 4rem;
    top: 13.6rem;
  }
}

/*====================FOOTER RESPONSIVENESS====================*/

.footer {
  padding: 2rem 7rem;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}

/* ── Desktop: 6 columns ── */
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.75fr 1fr 1.5fr 1fr;
  gap: 0 1.5rem;
  align-items: start;
  width: 100%;
}

.footer-section h4,
.footer-address h4,
.footer-follow h4 {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin: 0 0 10px;
}

.footer-section a {
  display: block;
  font-size: 12px;
  color: #545454;
  text-decoration: none;
  line-height: 1.9;
}

.footer-section a:hover {
  color: #111;
}

.footer-address {
  font-size: 12px;
  color: #545454;
  line-height: 1.7;
}

.footer-follow {
  text-align: center;
}

.footer-follow h4 {
  text-align: center;
}

.footer-follow .social-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 4px;
}

.footer-follow .social-icons img {
  display: block;
}

/* ── Tablet: 3 columns, 2 explicit rows ──
     Row 1: About | Guidelines | Explore
     Row 2: Connect | Address  | Follow Us
  */
@media (max-width: 900px) {
  .footer {
    padding: 2rem 2.5rem;
  }

  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 2rem 1.5rem;
  }

  .footer-about {
    grid-column: 1;
    grid-row: 1;
  }
  .footer-guidelines {
    grid-column: 2;
    grid-row: 1;
  }
  .footer-explore {
    grid-column: 3;
    grid-row: 1;
  }

  .footer-connect {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-address {
    grid-column: 2;
    grid-row: 2;
  }
  .footer-follow {
    grid-column: 3;
    grid-row: 2;
    text-align: left;
  }

  .footer-follow h4 {
    text-align: left;
  }
  .footer-follow .social-icons {
    justify-content: flex-start;
  }
}

/* ── Mobile: 2 columns ── */
@media (max-width: 600px) {
  .footer {
    padding: 1.5rem 1.25rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 1.5rem 1.25rem;
  }

  .footer-about,
  .footer-guidelines,
  .footer-explore,
  .footer-connect,
  .footer-address,
  .footer-follow {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-address {
    grid-column: 1 / -1;
    padding-top: 0.75rem;
    border-top: 1px solid #e0e0e0;
  }

  .footer-follow {
    grid-column: 1 / -1;
    text-align: left;
  }

  .footer-follow h4 {
    text-align: left;
  }
  .footer-follow .social-icons {
    justify-content: start;
  }
}
