@charset "UTF-8";

/************************** Font Face *******************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Lao:wght@400&display=swap');

@font-face {
    font-family: 'Phetsarath_OT';
    src: url('../fonts/phetsarath_ot.eot');
    src: url('../fonts/phetsarath_ot.eot?#iefix') format('embedded-opentype'),
         url('../fonts/phetsarath_ot.woff2') format('woff2'),
         url('../fonts/phetsarath_ot.woff') format('woff'),
         url('../fonts/phetsarath_ot.ttf') format('truetype'),
         url('../fonts/phetsarath_ot.svg#Phetsarath_OT') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, p, h1, h2, h3, h4, h5, h6, a, li {
    font-family: 'Noto Sans Lao', 'Phetsarath_OT', sans-serif !important;
    text-align: justify;
}

/************************** Global Body Variables *******************************/
a {
    color: #0056b3;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #007bff;
    text-decoration: underline;
}

body {
    background-color: #f8f8f8;
}

.pkp_structure_page {
    margin: 0 auto;
    box-shadow: none;
}

.carousel-inner {
    position: absolute;
}

/************************** Layout & Colors ****************************/
.aimcolumn {
    float: left;
}

.aimleft {
    width: 25%;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 20px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.aimright {
    width: 74%;
    height: auto;
    padding: 10px 20px 10px 35px;
    background-color: #ffffff;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (max-width: 600px) {
    .aimcolumn {
        width: 100%;
    }

    .aimleft {
        padding-top: 10px;
    }
}

/************************** SIDEBAR **********************************************/
.pkp_structure_sidebar:before {
    border-left: 0px solid #e8e8e8;
}

.pkp_block {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    background-color: #f2f2f2;
}

.block_make_submission {
    width: 100%;
    padding: 10px;
}

.pkp_block .title {
    width: 100%;
    background-color: #DFDFDF;
    height: 30px;
    font-size: 14px;
    color: #101e5a;
    padding-top: 0.4em;
    margin-bottom: 5px;
    border: 0px;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pkp_block .content {
    background-color: #ffffff;
}

.pkp_block .content ul li {
    padding: 1px 1px;
    background-color: #ffffff;
}

.pkp_block li {
    border-radius: 5px;
    position: relative;
    background-color: #ffffff;
    display: block;
}

.pkp_block ul>li {
    border-bottom: 1px solid #e8e8e8;
}

.pkp_block ul>li a {
    color: #ffffff;
    padding: .5rem 1rem;
    display: flex;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pkp_block ul>li a:hover {
    background-color: #e8e8e8;
    color: green; /* ✅ Hover font color for sub-menu */
}

/************************** Submission Block ********************************/
.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link {
    background-color: #006400; /* Dark Green */
    color: white;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.block_make_submission a:hover,
.cmp_manuscript_button:hover,
.obj_galley_link:hover {
    background-color: #32CD32; /* Light Green on hover */
    text-decoration: none;
}

/************************** Active Links ************************************/
a.active {
    color: #3366cc;
}

/************************** Issue Archive and Articles ****************************/
.obj_issue_summary {
    border-left: 1px solid #1B1B72;
}

.obj_article_summary>.title a {
    color: #1B1B72;
    transition: color 0.3s ease;
}

.obj_article_summary>.galleys_links a {
    color: #ffffff;
    background-color: #1B1B72;
}

.obj_article_details .doi a {
    color: #1B1B72;
    transition: color 0.3s ease;
}

.obj_article_details .galleys_links a {
    color: #fff;
    background-color: #1B1B72;
}

/************************** Announcement Block ****************************/
.block_announcements_article {
    background-color: #f9f9fb;
    color: #1B1B72;
}

/************************** Responsive Media Queries ****************************/
@media all and (max-width:376px) {
    .pkp_site_name .is_img img {
        max-height: 50px;
    }

    .pkp_navigation_user>li>a {
        color: #ffffff;
    }
}

/************************** MENU HEADER *************************************/
#navigationPrimary>li>a {
    color: #000000;
    transition: color 0.3s ease;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: #032d4f;
}

.pkp_nav_list li.profile {
    padding: 0px 8px 2px 5px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, .2);
    margin-left: 8px;
    margin-right: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pkp_navigation_user>li>a {
    color: #ffffff;
    transition: color 0.3s ease;
}

.pkp_navigation_primary_row {
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
    padding-top: 3px;
    padding-bottom: 3px;
}

#navigationPrimary ul a {
    color: #ffffff;
    transition: color 0.3s ease;
}

#navigationPrimary ul a:hover {
    background-color: #ffffff;
    color: green; /* ✅ Hover color for menu sublinks */
}

#navigationPrimary>li>a:hover {
    color: #545454;
}

/************************** HEADER *************************************************/
.pkp_structure_head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f8f2;
    margin-bottom: .25em;
    transition: background-color 0.3s ease;
}

.pkp_site_name .is_img img {
    margin-top: 1px;
    margin-bottom: 1px;
    max-height: 150px;
    transition: max-height 0.3s ease;
}

.pkp_site_name_wrapper {
    background: no;
}

.pkp_structure_head:hover .pkp_site_name .is_img img {
    max-height: 160px;
}

/************************** MAIN SITE **********************************************/

/************************** ISSUES ARCHIVE *****************************************/
.obj_issue_summary {
    margin: 0em 3em 0em 1.6em;
    padding-left: 1em;
    border-left: 1px solid #032d4f;
    text-align: justify;
}

.page_issue_archive .issues_archive>li {
    margin: 0em 0em 0em 0em;
    padding: 2em 0em 0em 0.7em;
}

/************************** ARTICLES SUMMARY ***************************************/
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0em;
}

.obj_issue_toc .section>h2 {
    border-bottom: 0px;
    border-left: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    padding: 0.15em 1em;
    background-color: #fafbfb;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: background-color 0.3s ease;
}

ul.galleys_links {
    list-style: none;
}

.obj_article_summary {
    padding: 0em 1.5em;
    text-align: justify;
}

.obj_article_summary .cover {
    display: block;
    float: left;
    width: 70px;
    height: auto;
    margin-right: 15px;
}

.obj_article_summary>.title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.obj_article_summary>.title a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #333333;
    transition: color 0.3s ease;
}

.pkp_brand_footer {
    display: none !important;
}
