body {
    background: white;
    background-position: 0 0;
    background-repeat: repeat;
}

.pkp_structure_footer_wrapper {
    background: #111827;
}

@media (min-width: 992px) {
    .pkp_block {
        padding: 10px;
        box-shadow: 0px 0px 10px -8px;
        border: 1px #e5e7eb solid;
        margin: 10px;
    }
}

@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ffffff;
    }
}

.obj_article_summary {
    padding: 10px;
    border: 1px solid #80808000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 8px;
}



@media (min-width: 768px) {
    .obj_issue_toc .section>h3 {
        display: block;
        position: static;
        left: -15px;
        margin-top: 0;
        padding: 0 1.0715rem;
        background: #7c7c7c26;
        font-size: 1.143rem;
        font-weight: 400;
        line-height: 2.143rem;
        color: rgb(0 0 0);
    }
}

@media (min-width: 768px) {
    .obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
        content: '';
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        border-top: 1px solid #ffffff00 !important;
    }
}


.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    /* background: #034a8d; */
    border-bottom: 1px solid #006798;
    /* border-radius: 3px; */
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #111827;
    text-decoration: none;
}


.pkp_structure_main {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
}

.pkp_page_index .additional_content {
    padding: 2.143rem .714rem 0 .714rem;
    border-top: 1px solid #dddddd00;
}

/* Container */
.details-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  margin: 20px 0;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  color: #333;
}

/* Access status (top-right badges) */
.access.journal-home {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

.access-modal {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
  font-size: 14px;
  align-items: center;
}

.access-modal .status-text {
  font-weight: 600;
  color: #229619;
  margin-right: 6px;
}

.access-modal .open-access {
  font-weight: 600;
  color: #e17b25;
}

/* Cover Image */
.image.on-the-cover-homepage {
  flex: 0 0 160px;
}

.image.on-the-cover-homepage img {
  width: 160px;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* Details Section */
.details {
  flex: 1;
  min-width: 280px;
}

.overview {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
}

.overview li {
  margin-bottom: 5px;
}

.overview .bold {
  font-weight: 600;
}

.overview .value {
  color: #444;
}

.overview a.blue {
  color: #0066cc;
  text-decoration: none;
}

.overview a.blue:hover {
  text-decoration: underline;
}

/* Description */
.description {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-top: 10px;
}

.academic-banner-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    padding: 20px;
    background-color: #ffffff;
}

.academic-category {
  background: #ffffff;
  border: 1px solid #040a13;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s;
}

.academic-category:hover {
  transform: translateY(-5px);
}

.academic-category h3 {
  margin-top: 0;
  color: #050c19;
  font-size: 1.3em;
}

.academic-category p {
  margin: 10px 0 0;
  font-size: 0.95em;
  color: #333;
  line-height: 1.4;
}


/* Accessibility icons inline */
.icon.access-icon svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ffffff00;
    }
}

@media (min-width: 992px) {
    .pkp_block {
        padding: 10px;
        box-shadow: 0px 0px 10px -8px;
        border: 1px #e5e7eb solid;
        margin: 10px;
        background: white;
    }
}

.pkp_block .title {
    display: block;
    margin-bottom: 0.714rem;
    margin-top: 0;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1.43rem;
    color: rgb(1 54 86);
    background: #ffffff;
}




.journal-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin: auto;
}

.journal-cover img {
  width: 140px;
  height: auto;
  border-radius: 0px;
}

.journal-info {
  flex: 1;
  margin-left: 20px;
  min-width: 200px;
}

.journal-title {
  font-size: 20px;
  font-weight: bold;
  color: #84201b;
  margin-bottom: 5px;
}

.journal-meta {
  color: #666;
  margin-bottom: 10px;
  text-align: justify;
}

.journal-meta a {
  color: #0066cc;
  text-decoration: none;
}

.buttons {
  margin-top: 10px;
}

.btn {
  display: inline-block;
  padding: 8px 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: none;
  /* border-radius: 4px; */
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.submit-btn {
  background-color: #84201b;
  color: white;
}

.homepage-btn {
  background-color: #b68829;
  color: white;
}

.submit-btn:hover {
  background-color: #3e8e41;
}

.homepage-btn:hover {
  background-color: #000066;
}

/* Responsive Design */
@media (max-width: 600px) {
  .journal-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .journal-info {
    margin-left: 0;
    margin-top: 15px;
  }

  .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 90%;
    max-width: 250px;
  }
}
