/* Button Block */
.block_make_submission_link {
    padding: 0 1em !important;
    background: #0F4C81 !important;
    border: 0 !important;
    border-radius: 5px !important;
    font-size: 0.93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 600 !important;
    color: #ffffff !important;
    text-decoration: none;
}

/* Sidebar Padding 

@media (min-width: 992px) {
    .pkp_block {
        padding: 1.43rem 2.143rem;
    }
}*/
.pkp_block {
  padding: 0 2.143rem 1.43rem;
}

/* Footer Styling */

.jos-footer {
    background-color: #0F4C81;
    color: #E8EEF5;
    padding: 48px 24px 20px;
  }
  .jos-footer a {
    color: #E8EEF5;
    text-decoration: none;
  }
  .jos-footer a:hover {
    color: #1E88E5;
    text-decoration: underline;
  }
  .jos-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .jos-footer__col h4 {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .jos-footer__col p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 10px;
    color: #CBD9E8;
  }
  .jos-footer__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .jos-footer__col ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .jos-footer__logo {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 12px;
  }
  .jos-footer__issn {
    display: inline-block;
    font-size: 13px;
    color: #9FC2E8;
    margin-bottom: 12px;
  }
  .jos-footer__social {
    display: flex;
    gap: 14px;
    margin-top: 16px;
  }
  .jos-footer__social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background 0.2s ease;
  }
  .jos-footer__social a:hover {
    background: #1E88E5;
    color:#fff;
  }
  .jos-footer__bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    font-size: 13px;
    color: #9FC2E8;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
  }
  @media (max-width: 900px) {
    .jos-footer__grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
    }
  }
  @media (max-width: 560px) {
    .jos-footer__grid {
      grid-template-columns: 1fr;
    }
    .jos-footer__bottom {
      flex-direction: column;
      text-align: center;
    }
  }
  
  /* Styles Override */

.pkp_footer_content {
    padding: 0;
}

.pkp_brand_footer {
    display:none;
}

.pkp_structure_footer_wrapper {
    background: #0f4c81;
    border-bottom: 0; 
}

  @media (max-width: 560px) {
.pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
    padding-left: 0;
    padding-right: 0; 
}
  }

/* Additional Content Styling */

  .jos-home-section {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 16px;
  }
  .jos-home-section h2 {
    color: #0F4C81;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    text-align: center;
  }
  .jos-home-section .jos-sub {
    text-align: center;
    color: #5A6B7A;
    font-size: 14px;
    margin: 0 0 28px;
  }
  .jos-block {
    background: #F5F7FA;
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 40px;
  }
  .jos-scope-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .jos-scope-grid li {
    font-size: 14px;
    color: #2C3E50;
    padding-left: 20px;
    position: relative;
  }
  .jos-scope-grid li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1E88E5;
  }
  .jos-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .jos-why-card {
    background: #FFFFFF;
    border: 1px solid #E1E8EF;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
  }
  .jos-why-card .jos-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E3F0FC;
    color: #0F4C81;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto 12px;
  }
  .jos-why-card p {
    font-size: 13.5px;
    color: #2C3E50;
    margin: 0;
    font-weight: 600;
  }
  .jos-indexing-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
  .jos-indexing-row span {
    background: #FFFFFF;
    border: 1px solid #E1E8EF;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 13.5px;
    color: #0F4C81;
    font-weight: 600;
  }
  @media (max-width: 800px) {
    .jos-scope-grid { grid-template-columns: repeat(2, 1fr); }
    .jos-why-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 560px) {
    .jos-scope-grid { grid-template-columns: 1fr; }
    .jos-why-grid { grid-template-columns: 1fr; }
  }
  
  /* About Page */
  
    .jos-about {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 16px 30px;
    color: #2C3E50;
    line-height: 1.7;
  }
  .jos-about h2 {
    color: #0F4C81;
    font-size: 21px;
    font-weight: 700;
    margin: 36px 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #1E88E5;
  }
  .jos-about h2:first-child {
    margin-top: 0;
  }
  .jos-about p {
    font-size: 15px;
    margin: 0 0 14px;
  }
  .jos-about ul {
    margin: 0 0 14px;
    padding-left: 22px;
  }
  .jos-about ul li {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .jos-about .jos-note {
    background: #F5F7FA;
    border-left: 4px solid #1E88E5;
    padding: 12px 16px;
    font-size: 14px;
    color: #4A5A68;
    border-radius: 0 6px 6px 0;
  }
  
  /* Editorial History */
  
    .jos-history {
    max-width: 900px;
    margin: 0 auto;
  }
  .jos-history table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }
  .jos-history th {
    background: #0F4C81;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 12px;
    font-weight: 600;
  }
  .jos-history td {
    padding: 10px 12px;
    border-bottom: 1px solid #E1E8EF;
    color: #2C3E50;
  }
  .jos-history tr:nth-child(even) td {
    background: #F5F7FA;
  }
  
  /* Privacy Policy */
    .jos-privacy {
    max-width: 900px;
    margin: 0 auto;
    color: #2C3E50;
    line-height: 1.7;
  }
  .jos-privacy h3 {
    color: #0F4C81;
    font-size: 17px;
    font-weight: 700;
    margin: 24px 0 8px;
  }
  .jos-privacy h3:first-child {
    margin-top: 0;
  }
  .jos-privacy p {
    font-size: 14.5px;
    margin: 0 0 12px;
  }
  .jos-privacy ul {
    margin: 0 0 12px;
    padding-left: 22px;
  }
  .jos-privacy ul li {
    font-size: 14.5px;
    margin-bottom: 6px;
  }
  
  /* For Readers */
  
    .jos-readers {
    max-width: 900px;
    margin: 0 auto;
    color: #2C3E50;
    line-height: 1.7;
  }
  .jos-readers h3 {
    color: #0F4C81;
    font-size: 18px;
    font-weight: 700;
    margin: 26px 0 10px;
  }
  .jos-readers h3:first-child {
    margin-top: 0;
  }
  .jos-readers p {
    font-size: 15px;
    margin: 0 0 14px;
  }
  .jos-readers ul {
    margin: 0 0 14px;
    padding-left: 22px;
  }
  .jos-readers ul li {
    font-size: 15px;
    margin-bottom: 6px;
  }
  
  /* For Authors */
  
    .jos-authors {
    max-width: 900px;
    margin: 0 auto;
    color: #2C3E50;
    line-height: 1.7;
  }
  .jos-authors h3 {
    color: #0F4C81;
    font-size: 18px;
    font-weight: 700;
    margin: 26px 0 10px;
  }
  .jos-authors h3:first-child {
    margin-top: 0;
  }
  .jos-authors p {
    font-size: 15px;
    margin: 0 0 14px;
  }
  .jos-authors ul {
    margin: 0 0 14px;
    padding-left: 22px;
  }
  .jos-authors ul li {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .jos-authors table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    margin: 0 0 14px;
  }
  .jos-authors th {
    background: #0F4C81;
    color: #FFFFFF;
    text-align: left;
    padding: 8px 10px;
    font-weight: 600;
  }
  .jos-authors td {
    padding: 8px 10px;
    border-bottom: 1px solid #E1E8EF;
  }
  .jos-authors tr:nth-child(even) td {
    background: #F5F7FA;
  }
  
  /* Reviewer Guidelines */
  
    .jos-reviewer {
    max-width: 900px;
    margin: 0 auto;
    color: #2C3E50;
    line-height: 1.7;
  }
  .jos-reviewer h3 {
    color: #0F4C81;
    font-size: 18px;
    font-weight: 700;
    margin: 26px 0 10px;
  }
  .jos-reviewer h3:first-child {
    margin-top: 0;
  }
  .jos-reviewer p {
    font-size: 15px;
    margin: 0 0 14px;
  }
  .jos-reviewer ul {
    margin: 0 0 14px;
    padding-left: 22px;
  }
  .jos-reviewer ul li {
    font-size: 15px;
    margin-bottom: 6px;
  }
  
  /* Publication Ethics */
  
    .jos-ethics {
    max-width: 900px;
    margin: 0 auto;
    color: #2C3E50;
    line-height: 1.7;
  }
  .jos-ethics h3 {
    color: #0F4C81;
    font-size: 18px;
    font-weight: 700;
    margin: 26px 0 10px;
  }
  .jos-ethics h3:first-child {
    margin-top: 0;
  }
  .jos-ethics p {
    font-size: 15px;
    margin: 0 0 14px;
  }
  .jos-ethics ul {
    margin: 0 0 14px;
    padding-left: 22px;
  }
  .jos-ethics ul li {
    font-size: 15px;
    margin-bottom: 6px;
  }
  
  /* Indexing */
  
    .jos-indexing {
    max-width: 900px;
    margin: 0 auto;
    color: #2C3E50;
    line-height: 1.7;
  }
  .jos-indexing h3 {
    color: #0F4C81;
    font-size: 18px;
    font-weight: 700;
    margin: 26px 0 10px;
  }
  .jos-indexing h3:first-child {
    margin-top: 0;
  }
  .jos-indexing p {
    font-size: 15px;
    margin: 0 0 14px;
  }
  .jos-indexing table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    margin: 0 0 14px;
  }
  .jos-indexing th {
    background: #0F4C81;
    color: #FFFFFF;
    text-align: left;
    padding: 10px 12px;
    font-weight: 600;
  }
  .jos-indexing td {
    padding: 10px 12px;
    border-bottom: 1px solid #E1E8EF;
  }
  .jos-indexing tr:nth-child(even) td {
    background: #F5F7FA;
  }
  .jos-indexing .jos-note {
    background: #F5F7FA;
    border-left: 4px solid #1E88E5;
    padding: 12px 16px;
    font-size: 14px;
    color: #4A5A68;
    border-radius: 0 6px 6px 0;
  }
  
  /* Image Block */
  
    .jos-sidebar-block {
    background: #FFFFFF;
    border: 1px solid #E1E8EF;
    border-radius: 10px;
    padding: 14px;
    text-align: center;
  }
  .jos-sidebar-block img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
  }
  .jos-sidebar-block .jos-caption {
    font-size: 13px;
    color: #5A6B7A;
    margin-top: 10px;
  }
