/************************************************
IJAAIR – LIGHT BLUE + ORANGE CLEAN THEME
OJS 3.4
************************************************/

/**************** GLOBAL **************/
html,
body {
font-family: "Segoe UI", Arial, sans-serif !important;
color: #0f2a4f !important;
line-height: 1.7 !important;
}

/**************** HEADER (CENTER LOGO) **************/
.pkp_structure_head {
background: #dff1ff !important; / soft light blue */
border-bottom: 4px solid #f57c00 !important;
min-height: 150px !important;
text-align: center !important;
}

.pkp_site_name {
display: flex !important;
justify-content: center !important;
align-items: center !important;
width: 100% !important;
}

.pkp_site_name img {
max-height: 120px !important;
margin: 0 auto !important;
display: block !important;
}

/* Hide default text */
.pkp_site_name a {
font-size: 0 !important;
}

/**************** NAVIGATION **************/
.pkp_navigation_primary_wrapper {
background: #4fc3f7 !important; / light blue */
border-bottom: 3px solid #f57c00 !important;
}

.pkp_navigation_primary > li > a {
color: #0f2a4f !important;
font-weight: 600 !important;
text-transform: uppercase !important;
padding: 12px 16px !important;
font-size: 13px !important;
transition: 0.3s ease;
}

.pkp_navigation_primary > li > a:hover {
background: #f57c00 !important;
color: #ffffff !important;
border-bottom: 3px solid #0f2a4f !important;
}

/**************** SUBMENU ****************/
.pkp_navigation_primary ul {
background: #ffffff !important;
border: 1px solid #4fc3f7 !important;
}

.pkp_navigation_primary ul li a {
color: #0f2a4f !important;
}

.pkp_navigation_primary ul li a:hover {
background: #eaf6ff !important;
color: #f57c00 !important;
}

/**************** MAIN CONTENT ****************/
.pkp_structure_main {
background: #ffffff !important;
padding: 35px !important;
border-radius: 12px !important;
text-align: justify !important;
color: #0f2a4f !important;
margin-top: 15px !important;
box-shadow: 0 0 20px rgba(79,195,247,0.25);
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3 {
color: #f57c00 !important;
font-weight: 700 !important;
}

.pkp_structure_main h2 {
border-left: 5px solid #4fc3f7;
padding-left: 12px;
}

/**************** SIDEBAR ****************/
.pkp_structure_sidebar .pkp_block {
background: #ffffff !important;
border: 2px solid #4fc3f7 !important;
border-radius: 10px !important;
padding: 18px !important;
margin-bottom: 12px !important;
margin-top: 15px !important;
margin-left: 10px !important;
margin-right: 10px !important;
}

.pkp_structure_sidebar .pkp_block h2,
.pkp_structure_sidebar .pkp_block h3 {
color: #f57c00 !important;
border-bottom: 2px solid #4fc3f7 !important;
padding-bottom: 6px !important;
}

.pkp_structure_sidebar .pkp_block a {
color: #0f2a4f !important;
}

.pkp_structure_sidebar .pkp_block a:hover {
color: #f57c00 !important;
}

/**************** BUTTONS ****************/
.pkp_button,
button {
background: linear-gradient(90deg, #f57c00, #ffb74d) !important;
color: #ffffff !important;
border-radius: 6px !important;
padding: 9px 18px !important;
border: none !important;
font-weight: 600;
transition: 0.3s ease;
}

.pkp_button:hover,
button:hover {
background: #4fc3f7 !important;
color: #0f2a4f !important;
}

/**************** FOOTER ****************/
.pkp_structure_footer {
background: #dff1ff !important;
color: #0f2a4f !important;
border-top: 4px solid #f57c00 !important;
text-align: center !important;
}

.pkp_brand_footer {
display: none !important;
}

/**************** REMOVE BREADCRUMB ****************/
.cmp_breadcrumbs,
.pkp_breadcrumbs,
.pkp_page_index .page_title,
.pkp_page .page_title {
display: none !important;
}

.pkp_site_name_wrapper{
background:#dff1ff;
}

.pkp_navigation_user>li>a{
color:#0f2a4f;
}

.pkp_structure_footer_wrapper{
border-bottom:0rem;
}

.pkp_footer_content{
text-align:center !important;
}
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4{
margin-top:0.5rem !important;
margin-bottom:0.5rem !important;

}

.pkp_site_name{
padding-bottom:0rem !important;
}
/**************** RESPONSIVE ****************/
@media (max-width: 1024px) {

.pkp_structure_head {
padding: 20px 0 !important;
min-height: 120px !important;
}

.pkp_site_name img {
max-height: 90px !important;
}

.pkp_structure_main {
padding: 20px !important;
}
}



















.cmp_article_list>li {
    margin-bottom: 1.143rem !important;
}

.obj_issue_toc .sections:not(:first-child){
    margin-top: 0rem !important;

}
.pkp_site_nav_menu ul {
    margin-top: 0px !important;
}
/************************************************
ARTICLE VIEW – LIGHT BLUE + ORANGE THEME
************************************************/

/* Reset list */
.obj_issue_toc ul.cmp_article_list.articles {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Each article box */
.obj_issue_toc ul.cmp_article_list.articles li {
  background: #ffffff !important;
  border: 1.5px solid #4fc3f7 !important;
  border-radius: 10px !important;
  padding: 10px 12px 8px 18px !important;
  position: relative !important;
  transition: all 0.25s ease !important;
}


/* Hover */
.obj_issue_toc ul.cmp_article_list.articles li:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(79,195,247,0.3);
  border-color: #f57c00 !important;
}

/************************************************
TEXT (KEEP YOUR STYLE)
************************************************/

/* Title */
.obj_issue_toc ul.cmp_article_list.articles li .title a {
  color: #0f2a4f !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}

.obj_issue_toc ul.cmp_article_list.articles li .title a:hover {
  color: #f57c00 !important;
}

/* Authors */
.obj_issue_toc ul.cmp_article_list.articles li .authors {
  color: #555 !important;
  margin-top: 6px !important;
  margin-bottom: 10px !important;
}

/************************************************
BUTTON – CLEAN (NO BOX)
************************************************/

/* Remove all inner boxes */
.obj_issue_toc ul.cmp_article_list.articles li .galleys_links,
.obj_issue_toc ul.cmp_article_list.articles li .galleys_links * {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Button */
.obj_issue_toc ul.cmp_article_list.articles li .galleys_links a {
  background: linear-gradient(90deg, #f57c00, #ffb74d) !important;
  color: #ffffff !important;
  padding: 7px 16px !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* Hover */
.obj_issue_toc ul.cmp_article_list.articles li .galleys_links a:hover {
  background: #4fc3f7 !important;
  color: #0f2a4f !important;
}

/************************************************
SPACING
************************************************/

.obj_issue_toc ul.cmp_article_list.articles li > * {
  margin-left: 2px !important;
}



.pkp_structure_main p, .pkp_structure_main ul {
    margin: 0rem 0;
}