/* Reset margin and padding */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, div {
    margin: 0;
    padding: 0;
}

/* Global styles */
body {
    font-family: 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    line-height: 1.6;
    background-color: #393939;
    color: #222;
}

/* Header overhaul */
.pkp_structure_head {
    background: none !important;
    padding: 0 !important;
    border-bottom: 2px solid #e1e1e1;
}

/* Full-width SVG or image logo */
.pkp_site_name {
    width: 100%;
    max-width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding: 0;
}

.pkp_site_name a,
.pkp_site_name img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
}

/* Navigation bar */
.pkp_navigation_primary {
    background-color: #002b45;
    justify-content: center;
    padding: 0.5rem 0;
    flex-wrap: wrap;
    border-bottom: 4px solid #3d87b8;
}

.pkp_navigation_primary li a {
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
    display: block;
    font-weight: 600;
    transition: background 0.3s;
}

.pkp_navigation_primary li a:hover {
    background-color: #005b8f;
    color: #ffffff;
}

/* Homepage journal description */
.pkp_page_index .current_issue_description {
    padding: 2rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 2rem auto;
    max-width: 900px;
}

/* Article page */
.obj_article_details {
    background: #ffffff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 2rem auto;
    max-width: 900px;
}

.obj_article_details h1.page_title {
    color: #002b45;
    font-size: 2.2rem;
    font-weight: 700;
}

/* Footer */
.pkp_footer_content {
    background-color: #002b45;
    color: #ffffff;
    padding: 2rem;
    text-align: center;
}

.pkp_footer_content a {
    color: #ffcc00;
    text-decoration: none;
}

.pkp_footer_content a:hover {
    text-decoration: underline;
}

/* Buttons */
.pkp_button, .pkp_button_link {
    background-color: #005b8f;
    color: #fff;
    border: none;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background 0.3s ease;
}

.pkp_button:hover, .pkp_button_link:hover {
    background-color: #00456a;
    color: #fff;
}

/* Sidebar widgets */
.pkp_block {
    background-color: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

.pkp_block h2 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #002b45;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .pkp_navigation_primary li a {
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
    }

    .obj_article_details,
    .pkp_page_index .current_issue_description {
        padding: 1rem;
        margin: 1rem;
    }
}

/* About Page Custom Styling */
.page_about h2, .page_about h3 {
    color: #002b45;
    font-weight: 700;
    margin-top: 1.5rem;
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 0.3rem;
}

.page_about p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin: 1rem 0;
}

.page_about ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.page_about ul li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.page_about a {
    color: #005b8f;
    text-decoration: underline;
}

.page_about a:hover {
    color: #00395e;
}

/* Optional: Add a subtle background and box */
.page_about {
    background: #ffffff;
    padding: 2rem;
    max-width: 900px;
    margin: 2rem auto;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 183px;
    }
}

html, body {
    background: #393939;
}

.sidebar a:hover {
    background-color: #3f8abd;
    color: #ffffff;
}


/*Repo*/
.repository-policy {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: #212529;
      line-height: 1.7;
      background-color: #fff;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      max-width: 800px;
      margin: 30px auto;
    }

    .repository-policy .title {
      font-size: 26px;
      color: #2c3e50;
      border-bottom: 2px solid #2c3e50;
      padding-bottom: 10px;
      margin-bottom: 20px;
    }

    .repository-policy h2 {
      font-size: 20px;
      color: #2c3e50;
      margin-top: 30px;
    }

    .repository-policy p {
      font-size: 16px;
      margin-bottom: 15px;
    }

    .repository-policy ul {
      margin-left: 25px;
      padding-left: 10px;
      margin-bottom: 20px;
    }

    .repository-policy li {
      font-size: 16px;
      margin-bottom: 8px;
      list-style-type: disc;
    }

    .repository-policy .notice {
      background-color: #e9f7ef;
      border-left: 5px solid #27ae60;
      padding: 10px 15px;
      margin: 15px 0;
      font-style: italic;
    }

    .repository-policy .footer-note {
      margin-top: 30px;
      font-size: 15px;
      color: #6c757d;
    }

    .repository-policy a {
      color: #007bff;
      text-decoration: none;
    }