/* =================================================
GOOGLE FONT
================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


/* =================================================
ROOT COLOR
================================================= */

:root{

--primary:#9CD5FF;
--primary-soft:#e8f6ff;
--bg:#F7F8F0;
--text:#333;
--muted:#777;

}


/* =================================================
GLOBAL
================================================= */

body{
font-family:'Poppins',sans-serif !important;
background:var(--bg);
color:var(--text);
line-height:1.7;
}

a{
color:#0d6efd;
transition:.3s;
}

a:hover{
color:#0a58ca;
text-decoration:none;
}


/* =================================================
HEADER
================================================= */

.pkp_structure_head{

background:white;
border-bottom:1px solid #eee;
box-shadow:0 4px 15px rgba(0,0,0,0.03);

}

.pkp_site_name a{

font-size:24px;
font-weight:600;
color:#222 !important;

}

.pkp_navigation_primary > li > a{

font-weight:500;
padding:14px 18px;
color:#444;
transition:.25s;

}

.pkp_navigation_primary > li > a:hover{

color:var(--primary);

}


/* =================================================
HOMEPAGE HERO
================================================= */

.page_index_journal .homepage_image{

border-radius:16px;
overflow:hidden;
margin-bottom:40px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);

}


/* =================================================
LATEST ISSUE
================================================= */

.current_issue{

background:white;
padding:30px;
border-radius:14px;
box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.current_issue_title{

font-size:22px;
font-weight:600;
margin-bottom:10px;

}


/* =================================================
ISSUE GRID
================================================= */

.obj_issue_summary{

background:#ffffff;
border-radius:14px;
padding:20px;
box-shadow:0 6px 18px rgba(0,0,0,.05);
transition:.3s;

}

.obj_issue_summary:hover{

transform:translateY(-6px);
box-shadow:0 16px 35px rgba(0,0,0,.08);

}

.obj_issue_summary .title a{

font-weight:600;
font-size:17px;
color:#222;

}


/* =================================================
ARTICLE CARD
================================================= */

.obj_article_summary{

background:white;
border-radius:16px;
padding:24px;
margin-bottom:24px;
box-shadow:0 4px 16px rgba(0,0,0,.05);
transition:.3s;

}

.obj_article_summary:hover{

transform:translateY(-5px);
box-shadow:0 14px 30px rgba(0,0,0,.08);

}

.obj_article_summary .title a{

font-size:20px;
font-weight:600;
color:#222;
line-height:1.4;

}

.obj_article_summary .title a:hover{

color:var(--primary);

}


/* =================================================
ARTICLE META
================================================= */

.obj_article_summary .authors{

font-size:14px;
color:#666;
margin-top:5px;

}

.obj_article_summary .pages{

font-size:13px;
color:#999;

}


/* =================================================
PDF BUTTON
================================================= */

.obj_galley_link{

background:var(--primary);
border-radius:8px;
padding:8px 16px;
font-weight:500;
color:white !important;
font-size:13px;

}

.obj_galley_link:hover{

background:#7ec7f5;

}


/* =================================================
SIDEBAR
================================================= */

.pkp_block{

background:white;
border-radius:14px;
padding:22px;
margin-bottom:22px;
box-shadow:0 5px 15px rgba(0,0,0,.05);

}

.pkp_block .title{

font-size:17px;
font-weight:600;
margin-bottom:12px;

}


/* =================================================
SEARCH
================================================= */

input[type="text"],
input[type="search"]{

border-radius:10px;
border:1px solid #ddd;
padding:10px 14px;
width:100%;
transition:.2s;

}

input[type="text"]:focus,
input[type="search"]:focus{

outline:none;
border-color:var(--primary);

}


/* =================================================
BUTTON
================================================= */

button,
.btn,
.pkp_button{

background:var(--primary);
border-radius:10px;
border:none;
padding:10px 18px;
font-weight:500;
transition:.3s;

}

button:hover,
.btn:hover,
.pkp_button:hover{

background:#7ec7f5;

}


/* =================================================
BADGE
================================================= */

.badge{

background:var(--primary);
color:white;
border-radius:6px;
padding:4px 10px;
font-size:12px;

}


/* =================================================
PAGINATION
================================================= */

.cmp_pagination_link{

border-radius:8px;
border:1px solid #ddd;
padding:6px 12px;
margin:2px;

}

.cmp_pagination_link:hover{

background:var(--primary);
color:white;

}


/* =================================================
ARTICLE PAGE
================================================= */

.article-details{

background:white;
padding:35px;
border-radius:16px;
box-shadow:0 6px 18px rgba(0,0,0,.05);

}

.article-details h1{

font-weight:600;
margin-bottom:10px;

}


/* =================================================
FOOTER
================================================= */

.pkp_structure_footer_wrapper{

background:white;
margin-top:70px;
border-top:1px solid #eee;

}

.pkp_footer_content{

padding:45px 0;
font-size:14px;
color:#666;

}


/* =================================================
PREMIUM FOOTER
================================================= */

.journal-footer{

background:white;
padding:50px 20px 30px;

}

.footer-grid{

max-width:1200px;
margin:auto;

display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:50px;

}


/* TITLE */

.footer-logo{

font-size:20px;
font-weight:600;
margin-bottom:12px;
color:#222;

}


/* DESCRIPTION */

.footer-desc{

font-size:14px;
line-height:1.7;
color:#666;

}


/* COLUMN TITLE */

.footer-title{

font-size:16px;
font-weight:600;
margin-bottom:14px;

}


/* LINKS */

.footer-col a{

display:block;
font-size:14px;
margin-bottom:8px;
color:#555;
text-decoration:none;
transition:.2s;

}

.footer-col a:hover{

color:var(--primary);
transform:translateX(4px);

}


/* CONTACT */

.footer-col p{

font-size:14px;
margin-bottom:10px;
color:#555;

}


/* BOTTOM */

.footer-bottom{

text-align:center;
margin-top:40px;
padding-top:20px;
border-top:1px solid #eee;
font-size:13px;
color:#777;

}


/* REMOVE PKP BRAND */

.pkp_brand_footer{
display:none;
}


/* =================================================
RESPONSIVE
================================================= */

@media (max-width:900px){

.footer-grid{
grid-template-columns:1fr 1fr;
}

}

@media (max-width:600px){

.footer-grid{
grid-template-columns:1fr;
}

.obj_article_summary{
padding:18px;
}

.pkp_navigation_primary > li > a{
padding:10px;
}

}