 .pkp_structure_content {
        background: #fff;
    }      
.immersion_issue_current,
.current_issue_title,
#immersion_content_main .current_issue {
   background: rgba(115, 167, 204, 0.85) !important;
    padding: 18px 24px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow:
        0 8px 24px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
}
  
.immersion_issue_current h2,
.current_issue_title h2,
.issue-summary h2 {
    color: #ffffff !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.immersion_issue_current .lead,
.issue-summary h3,
.issue-summary .series_title {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
}

.immersion_issue_current .published,
.issue-summary .published {
    color: #90caf9 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}

/*    5. ARTICLE CARDS*/
.obj_article_summary,
.article_summary {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-left: 4px solid #73a7cc !important;
    border-radius: 8px !important;
    padding: 24px 28px !important;
    margin-bottom: 20px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.obj_article_summary:hover,
.article_summary:hover {
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.15) !important;
    border-left-color: #73a7cc !important;
    transform: translateY(-2px) !important;
}

.obj_article_summary .title a,
.article_summary .title a {
    color: #1e293b !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    line-height: 1.5 !important;
    transition: color 0.3s ease !important;
}

.obj_article_summary .title a:hover,
.article_summary .title a:hover {
    color: #3b82f6 !important;
}

.obj_article_summary .authors,
.article_summary .meta .authors {
    color: #64748b !important;
    font-size: 13px !important;
    font-style: italic !important;
    margin-bottom: 8px !important;
}

/* PDF/Galley buttons */
.obj_article_summary a.obj_galley_link,
.obj_article_summary .btn,
.article_summary a.obj_galley_link {
    background: linear-gradient(135deg, #3b82f6, #73a7cc) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 6px 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 10px !important;
    transition: all 0.3s ease !important;
}

.obj_article_summary a.obj_galley_link:hover,
.obj_article_summary .btn:hover,
.article_summary a.obj_galley_link:hover {
    background: linear-gradient(135deg, #1e40af, #3b82f6) !important;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3) !important;
    transform: translateY(-1px) !important;
}

/* Articles section heading */
#immersion_content_main h3,
.page_issue_current h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #3b82f6 !important;
    display: inline-block !important;
    margin-bottom: 30px !important;
}

/* Page background */
#immersion_content_main,
main {
    background: #f5f7fa !important;
}

.page_issue_current .obj_article_summary,
.issue-toc .obj_article_summary {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.article-buttons{
margin-top:15px;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.abstract-btn,
.view-pdf-btn,
.download-pdf-btn{
padding:8px 14px;
border-radius:4px;
text-decoration:none;
font-weight:600;
background:#112f57;
color:#ffffff;
border:1px solid #112f57;
}

.abstract-btn:hover,
.view-pdf-btn:hover,
.download-pdf-btn:hover{
background:#0c2342;
border-color:#0c2342;
color:#ffffff;
}
/* Main article container */
.article-details{
    max-width:1100px;
    margin:40px auto;
    background:#ffffff;
    padding:30px;
    border-radius:6px;
    box-shadow:0 2px 10px rgba(0,0,0,0.08);
}

.article-abstract{
    background:#f7f7f7;
    padding:20px;
    border-left:4px solid #1a73b8;
    border-radius:4px;
}

/* Authors spacing */
.author{
    padding:12px 0;
    border-bottom:1px solid #eee;
}

/* Abstract title */
.article-summary h2{
    border-bottom:3px solid #1a73b8;
    display:inline-block;
    padding-bottom:4px;
}

/* References */
.article-references{
    margin-top:30px;
}
.article-buttons{
margin-top:15px;
display:flex;
gap:10px;
flex-wrap:wrap;
}

.article-btn{
background:#112f57;
color:#ffffff;
padding:8px 14px;
border-radius:4px;
text-decoration:none;
font-weight:600;
display:inline-flex;
align-items:center;
gap:6px;
}

.article-btn:hover{
background:#0c2342;
color:#ffffff;
}

.col-md-8{
    gap:30px;
}

.article-main{
    flex:2;
}

.article-more-details{
    flex:1;
}

.article-more-details .panel{
    margin-bottom:20px;
}
@media (max-width:992px){

.col-md-8{
    flex-direction:column;
}

.article-main,
.article-more-details{
    width:100%;
}

}

.col-md-8.article-page {
    width: 100% !important;
}

.article-summary.media{
    background:#ffffff;
    padding:20px;
    margin-bottom:25px;
    border-radius:6px;
    border:1px solid #e5e5e5;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
}

/* ensure articles not nested */
.article-summary.media + .article-summary.media{
    margin-top:20px;
}

/* TITLE */
.article-summary .media-heading{
    font-size:18px;
    font-weight:600;
    margin-top:1rem;
}
.article-buttons a{
display:inline-flex;
align-items:center;
gap:6px;
}

.article-buttons svg{
width:16px;
height:16px;
}
/* AUTHORS */
.article-summary .authors{
    font-size:14px;
    color:#555;
    margin-bottom:10px;
}

/* BUTTON AREA */
.article-buttons{
    margin-top:10px;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
  
/* BUTTON STYLE */
.article-buttons a{
    background:#243f66;
    color:#fff;
    padding:7px 14px;
    border-radius:4px;
    font-size:13px;
    text-decoration:none;
}

.article-buttons a:hover{
    background:#1b3150;
}
.issue-details.col-md-8 {
    width: 100%;
}
body.pkp_page_article p#articlesBySimilarityPages {
    display: none;
}
body.pkp_page_article .cmp_pagination {
   display:none
}

@media (min-width: 992px) {
    .pkp_structure_main {
        padding: 1rem;

    }
        .pkp_navigation_primary>li:first-child a {
        margin-left: 0px;
    }
}
.pkp_site_nav_toggle>span:before {
    background: #161111;
}
.pkp_navigation_primary_wrapper li:hover {
      background: rgba(255, 255, 255, .08);
}

a.block_make_submission_link {
     background: #060707;
    padding: 5px 18px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.pkp_navigation_user li a:hover {
    color: #fff;
}
section.homepage_about {
    display: none;
}
div#callforpaper {
    display: none;
}
button.tablinks {
    background: #f5f5f5;
    padding: 12px;
    border: 1px solid #d6d0d0;
    text-transform: uppercase;
    /*font-size: 1.2rem;*/
}
.tabcontent {
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
}
.mrjlogo {
    padding-top: 20px;
}
button.tablinks.active {
    background-color: #474747;
    color: #fff;
    
    text-transform: uppercase;
}
div#customblock-our-editorial-team {
    background-color: #f4f4f9;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: auto 10px;
}
.profile .name h4 {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}


div#customblock-our-editorial-team .content {
    padding: 10px;
}
div#customblock-cover-page {
    border: 1px solid #bbb6b6;
    margin: 0 10px;
}
div#customblock-author {
    background-color: #f4f4f9;
    margin: 12px 10px;
    border: 1px solid #dddddded;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.pkp_block .content p {
    line-height: 25px;
}
.obj_article_summary>.title a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #2e2e2e;
}
.fdescription {
    padding: 10px 0px;
}
.fname a {
    color: #717171;
}
.pkp_footer_content a {
    color: #717171;
}
.pkp_structure_footer_wrapper {
    position: relative;
    background-color: #74a7cc !important;
    overflow: hidden;
}

.pkp_structure_footer_wrapper::before {
    content: "";
    position: absolute;
    top: -210px;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 800'%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='100%25' id='grad'%3E%3Cstop stop-color='%23506f88' offset='0%25'/%3E%3Cstop stop-color='%23dedede' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='url(%23grad)'%3E%3Cpath d='M0 312 Q450 589 600 310 Q1050 465 1200 308 Q1650 554 1800 326 Q2250 509 2400 300 L2400 800 L0 800Z' opacity='.15'/%3E%3Cpath d='M0 312 Q450 589 600 310 Q1050 465 1200 308 Q1650 554 1800 326 Q2250 509 2400 300 L2400 800 L0 800Z' transform='translate(0 70)' opacity='.25'/%3E%3Cpath d='M0 312 Q450 589 600 310 Q1050 465 1200 308 Q1650 554 1800 326 Q2250 509 2400 300 L2400 800 L0 800Z' transform='translate(0 140)' opacity='.4'/%3E%3Cpath d='M0 312 Q450 589 600 310 Q1050 465 1200 308 Q1650 554 1800 326 Q2250 509 2400 300 L2400 800 L0 800Z' transform='translate(0 210)' opacity='.55'/%3E%3C/g%3E%3C/svg%3E");
    transform: scaleY(-1);
}
.pkp_footer_content {
    padding: 0;
    text-align: left;
}
.pkp_block {
       padding: 6px 0px;
    font-size: 1rem;
    line-height: 1.43rem;
}
div#customblock-SidebarMenu.pkp_block {
    padding: 0;
}
.hvr-sweep-to-right {
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
    color: #fff;
}

p.grid.gap-2.grid-cols-2.lg\:grid-cols-1 a {
    margin: 2px auto;
    padding: 5px 10px;
    background: #fff;
    color: #2e2e2e;
    width: 100%;
    border: 2px solid #474747;
}

.hvr-icon-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
a.border-2.border-primary.p-2.hvr-sweep-to-right.hvr-icon-grow:hover, a.border-2.border-primary.p-2.hvr-sweep-to-right.hvr-icon-grow:focus {
    box-shadow: inset 6.5em 0 0 0 var(--hover);
    background-color: #000;
    border-color: var(--hover);
    color: #fff;
}
a.border-2.border-primary.p-2.hvr-sweep-to-right.hvr-icon-grow:hover {
    box-shadow: inset 6.5em 0 0 0 var(--hover);
    background-color: #000;
    border-color: var(--hover);
    transform: perspective(1px) translateZ(0);
    transition-duration: .3s;
    color: #fff;
}
a.border-2.border-primary.p-2.hvr-sweep-to-right.hvr-icon-grow:focus {
    box-shadow: inset 6.5em 0 0 0 var(--hover);
    background-color: #000;
    border-color: var(--hover);
    transform: perspective(1px) translateZ(0);
    transition-duration: .3s;
    color: #fff;
}

.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'Rubik',sans-serif;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
}
a.galley-link.btn {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #006798;
    border-radius: 3px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #006798;
    text-decoration: none;
} 

a.galley-link.btn.btn-primary.pdf:hover {
    background-color: #006798;
    color: #fff;
}

body{
    background: #9aadbd;
}

.pkp_structure_head {
    background-color: #73a7cc !important;
    border-bottom: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2400 800'%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='100%25' id='grad'%3E%3Cstop stop-color='%23506f88' offset='0%25'/%3E%3Cstop stop-color='%23dedede' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='url(%23grad)'%3E%3Cpath d='M0 312 Q450 589 600 310 Q1050 465 1200 308 Q1650 554 1800 326 Q2250 509 2400 300 L2400 800 L0 800Z' opacity='.15'/%3E%3Cpath d='M0 312 Q450 589 600 310 Q1050 465 1200 308 Q1650 554 1800 326 Q2250 509 2400 300 L2400 800 L0 800Z' transform='translate(0 70)' opacity='.25'/%3E%3Cpath d='M0 312 Q450 589 600 310 Q1050 465 1200 308 Q1650 554 1800 326 Q2250 509 2400 300 L2400 800 L0 800Z' transform='translate(0 140)' opacity='.4'/%3E%3Cpath d='M0 312 Q450 589 600 310 Q1050 465 1200 308 Q1650 554 1800 326 Q2250 509 2400 300 L2400 800 L0 800Z' transform='translate(0 210)' opacity='.55'/%3E%3C/g%3E%3C/svg%3E");

}
.pkp_site_nav_menu {
    background: #fff; 

}
.pkp_site_nav_menu a {

    color: #060707;

}
.obj_article_details .row {
    margin: 0;
}
ul#navigationUser {
    background: #73a7cc;
        display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    padding:  0px !important;
}


.pkp_navigation_primary_row {
    width: 1160px;
    margin: 0 auto;
    background-color: #869fb2;;
}
.pkp_navigation_search_wrapper a {
    color: #fff;
}
span.issn {
    color: #fff;
    position: relative;
    left: 61px;
}

@media (min-width: 1200px) {
    .obj_article_details .main_entry {
        width: 100%;
        padding: 10px;
        border: unset;
    }
}
@media (min-width: 992px){
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background: #060707;
    border-color: #060707;
    color: #fefefe;

}

.obj_article_details .row{
    margin-left: 0;
        margin-right: 0;
}
   .pkp_navigation_user>li>a:focus {
        background: #73a7cc;
    }
.pkp_nav_list ul a {
    display: block;
    padding-left: 0.357rem;
    border-left: 0.357rem solid transparent;
    color: #060707;
}
.pkp_navigation_primary>li:hover ul {
    left: 0;
}
.pkp_navigation_primary>li>a{
            text-transform: uppercase;
                  padding: 0.5rem 0;
} 

.pkp_navigation_primary>li>a:hover{
     border-color: #343457;
}
.pkp_nav_list a{
            padding-left: 0;
        padding-right: 0;
}

    .pkp_navigation_primary>li>a:focus {
        background: unset;
        color: #ffffff;
        outline: 0;
    }
     .pkp_navigation_primary .dropdown-menu a:focus,.pkp_navigation_primary .dropdown-menu a:hover {
       border-color:#000; 
    }

      .obj_issue_toc .galleys, .obj_issue_toc .section {
        margin: 0;
    }
    .pkp_page_index .additional_content{
             border-top: unset;
                 padding: 1rem;
                 margin: 0;
    }

}
@media (min-width: 768px) {
    .obj_article_details .section.item.abstract {
        padding: 0rem !important;
    }
    .obj_article_details .row{
        border: unset;
    }
}

@media (max-width: 992px){
.pkp_site_nav_menu {
    background: #fffefe;
}


.pkp_site_nav_menu--isOpen {
    display: block;
    position: absolute;
    top: 48px;
}


.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
       background: #161111;
}
a.galley-link.btn {
    padding: 5px 4px;
}
.obj_article_details .entry_details {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    border: none !important;
}

}
.obj_article_details .entry_details{
     width: 100% !important;
     border:unset;
}

.pkp_site_name .is_img img{
         max-height: none;
        width:100%;
}


.pkp_site_name .is_img {
    margin-bottom: 0;
}
.pkp_site_nav_menu a {
    color: #fff;
    font-weight: 600;
}

h3.label {
    display: none;
}




.footer {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
.pkp_structure_main:first-child:last-child:before{
    left: 0;
}
p {
    text-align: justify;
}
#customblock-editorial p{
   text-align: left; 
}
.footer .col-lg-5 {
    width: 100%;
}

/*-------------slider----*/

.pkp_site_name .is_img:focus {
    outline: 0;
}


@media only screen and (max-width: 600px) {
    .pkp_site_name_wrapper {
        height: 3.858rem!important;
    }

    .pkp_site_nav_toggle>span {
        border-bottom: 3.5px solid #121010;
    }

    .pkp_site_nav_toggle--transform>span {
        border-bottom: 0;
        overflow: visible;
    }
  }

  .ttd {
    padding: 8px;
    border: 1px solid gray;
    max-width: 100%;
}

:root {
    --bg-table-stripe: #f6f6f6;
    --b-table: #e3e3e2;
    --caption: #242423;
}

table {
    background-color: transparent;
    border-collapse:collapse;
  	font-family: Arial, Helvetica, sans-serif
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100% !important;
}

.pkp_site_nav_menu .pkp_nav_list {
    padding: 0 2rem !important;
}


/* Footer*/



.st-footer-box {

    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.04),
        0 15px 40px rgba(0, 0, 0, 0.08);

    box-sizing: border-box;

    font-family: Arial, Helvetica, sans-serif;
}
.st-footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 20px;
}
.st-footer-card {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.04);

  

    box-sizing: border-box;
}


/* Card Hover */

.st-footer-card:hover {
    transform: translateY(-3px);
    border-color: #d5d5d5;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.08);
}
.st-footer-card-header {
    display: flex;
    align-items: center;

    gap: 13px;

    margin-bottom: 17px;
}

.st-footer-card-icon {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #111111;

    color: #ffffff;

    border-radius: 8px;

    overflow: hidden;

    font-size: 19px;
    font-weight: 700;

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12);
}


.st-footer-card-icon img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: contain;

    background: #ffffff;
}
.st-footer-card h3 {
    margin: 0;

    color: #181818;

    font-size: 18px;
    line-height: 1.4;

    font-weight: 700;
}

.st-footer-card p {
    margin: 0 0 15px;

    color: #555555;

    font-size: 14px;
    line-height: 1.8;

    font-weight: 400;
}


.st-footer-card p:last-of-type {
    margin-bottom: 0;
}


.st-footer-card strong {
    color: #222222;
    font-weight: 700;
}

.st-footer-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 18px;
    padding: 9px 12px;

    background: #f8f8f8;

    border: 1px solid #e3e3e3;
    border-radius: 6px;

    font-size: 12px;
}


.st-footer-contact span {
    padding-right: 8px;

    color: #222222;

    font-weight: 700;

    border-right: 1px solid #d5d5d5;
}


.st-footer-contact a {
    color: #333333;

    font-weight: 600;

    text-decoration: none;
}


.st-footer-contact a:hover {
    color: #000000;

    text-decoration: underline;
}

.st-footer-links {
    display: flex;
    flex-wrap: wrap;

    gap: 8px;

    margin-top: 18px;
}


.st-footer-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 13px;

    background: #f8f8f8;

    border: 1px solid #dddddd;

    border-radius: 6px;

    color: #333333;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none;

    transition: all 0.2s ease;
}


.st-footer-links a:hover {
    background: #111111;

    border-color: #111111;

    color: #ffffff;

    transform: translateY(-2px);

    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.12);
}

.st-footer-disclaimer {
    margin-top: 20px;
    padding: 22px 25px;

    background: #fafafa;

    border: 1px solid #e1e1e1;

    border-left: 4px solid #222222;

    border-radius: 9px;

    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.03);

    box-sizing: border-box;
}

.st-footer-disclaimer-title {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-bottom: 13px;
}


.st-footer-disclaimer-title span {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #222222;

    color: #ffffff;

    border-radius: 50%;

    font-size: 14px;
    font-weight: 700;
}


.st-footer-disclaimer-title h3 {
    margin: 0;

    color: #222222;

    font-size: 17px;
    font-weight: 700;
}
.st-footer-disclaimer p {
    margin: 0 0 10px;

    color: #5b5b5b;

    font-size: 13px;
    line-height: 1.75;
}


.st-footer-disclaimer p:last-child {
    margin-bottom: 0;
}


.st-footer-disclaimer strong {
    color: #222222;
}


.st-footer-disclaimer a {
    color: #222222;

    font-weight: 700;

    text-decoration: underline;

    word-break: break-word;
}

@media (max-width: 768px) {

    .st-footer-box {
        margin: 30px 15px;
        padding: 25px;
    }

    .st-footer-grid {
        gap: 15px;
    }

    .st-footer-card {
        padding: 20px;
    }

    .st-footer-card h3 {
        font-size: 16px;
    }

    .st-footer-card p {
        font-size: 13px;
        line-height: 1.7;
    }

}

@media (max-width: 600px) {

    .st-footer-box {
        margin: 20px 10px;
        padding: 15px;

        border-radius: 10px;
    }

    .st-footer-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .st-footer-card {
        padding: 18px;
    }

    .st-footer-card-header {
        gap: 10px;
    }

    .st-footer-card-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;

        font-size: 16px;
    }

    .st-footer-card h3 {
        font-size: 15px;
    }

    .st-footer-card p {
        font-size: 12px;
        line-height: 1.7;
    }

    .st-footer-contact {
        align-items: flex-start;

        flex-direction: column;

        gap: 4px;

        font-size: 11px;
    }

    .st-footer-contact span {
        padding-right: 0;
        padding-bottom: 3px;

        border-right: 0;
        border-bottom: 1px solid #d5d5d5;
    }

    .st-footer-links {
        gap: 6px;
    }

    .st-footer-links a {
        padding: 7px 9px;

        font-size: 11px;
    }

    .st-footer-disclaimer {
        margin-top: 15px;
        padding: 18px;
    }

    .st-footer-disclaimer-title h3 {
        font-size: 15px;
    }

    .st-footer-disclaimer p {
        font-size: 12px;
        line-height: 1.7;
    }

}
/* 
   THE SCIENTIFIC TEMPER - JOURNAL CONTENT
    */

.additional_content {
    width: 100%;
}

.abt_journal {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 16px;
    border: 1px solid #e7edf3;
    border-radius: 10px;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #454545;
}

/* -----------------------------------------
   Journal Header
   ----------------------------------------- */

.abt_journal .journal-logo {
    margin-bottom: 10px;
}

.abt_journal .journal-logo img {
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 4px;
}

.abt_journal h2 {
    margin: 0 0 7px;
    padding: 0;
    color: #222;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 3px;
}

.abt_journal .journal-issn {
    display: inline-block;
    margin-bottom: 22px;
    padding-bottom: 12px;
    color: #73a7cc;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #e7edf3;
}

/* -----------------------------------------
   Paragraphs
   ----------------------------------------- */

.abt_journal p {
    margin: 0 0 17px;
    padding: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
}

.abt_journal p:last-child {
    margin-bottom: 0;
}

/* -----------------------------------------
   Journal Name
   ----------------------------------------- */

.abt_journal em {
    color: #333;
    font-weight: 600;
    font-style: italic;
}

/* -----------------------------------------
   Publish With Us
   ----------------------------------------- */

.abt_journal strong {
    color: #2c7be5;
    font-weight: 600;
}

/* -----------------------------------------
   Links
   ----------------------------------------- */

.abt_journal a {
    display: block;
    padding: 11px 14px;
    margin-bottom: 8px;
    color: #73a7cc;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-left: 3px solid transparent;
    border-radius: 5px;
    transition: all 0.25s ease;
}

.abt_journal a:hover {
    color: #2c7be5;
    background: #f5f9ff;
    border-left-color: #2c7be5;
    padding-left: 18px;
}

/* -----------------------------------------
   First Paragraph Highlight
   ----------------------------------------- */

.abt_journal p:first-of-type {
    position: relative;
    padding-left: 15px;
    border-left: 3px solid #73a7cc;
}

/* -----------------------------------------
   Tablet
   ----------------------------------------- */

@media (max-width: 991px) {

    .abt_journal {
        padding: 24px;
    }

    .abt_journal h2 {
        font-size: 19px;
        letter-spacing: 2.5px;
    }

    .abt_journal p {
        font-size: 14.5px;
        line-height: 1.75;
    }
}

/* -----------------------------------------
   Mobile
   ----------------------------------------- */

@media (max-width: 767px) {

    .abt_journal {
        padding: 20px 17px;
        border-radius: 8px;
    }

    .abt_journal .journal-logo img {
        width: 40px;
        height: 40px;
    }

    .abt_journal h2 {
        font-size: 17px;
        letter-spacing: 2px;
        line-height: 1.45;
    }

    .abt_journal .journal-issn {
        font-size: 12px;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }

    .abt_journal p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 15px;
    }

    .abt_journal p:first-of-type {
        padding-left: 12px;
    }
}

/* -----------------------------------------
   Small Mobile
   ----------------------------------------- */

@media (max-width: 480px) {

    .abt_journal {
        padding: 17px 14px;
    }

    .abt_journal h2 {
        font-size: 15px;
        letter-spacing: 1.5px;
    }

    .abt_journal .journal-issn {
        font-size: 11.5px;
    }

    .abt_journal p {
        font-size: 13.5px;
        line-height: 1.65;
    }
}
.pkp_brand_footer {
    display: none;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0 !important;
}


  
@media (min-width: 768px) {
    .obj_issue_toc .galleys, .obj_issue_toc .section {
        padding: 10px;
    }
}

/* 
   OJS LEFT SIDEBAR
    */

.pkp_structure_sidebar.left {
    width: 100%;
    max-width: 280px;
}
.pkp_structure_sidebar{
 padding-right: 1rem;
}

/* 
   MAKE A SUBMISSION BOX
    */

.pkp_structure_sidebar .block_make_submission {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;

    border: 1px solid #eeeeee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


/* Hide default heading */
.pkp_structure_sidebar .block_make_submission h2 {
    display: none;
}


/* Submission button */
.pkp_structure_sidebar .block_make_submission .content {
    padding: 0;
}

.pkp_structure_sidebar .block_make_submission_link {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    min-height: 45px;

    box-sizing: border-box;

    background: #67231f;
    color: #ffffff !important;

    border-radius: 6px;

    font-size: 15px;
    font-weight: 600;

    text-decoration: none !important;

    transition: all 0.25s ease;
}

.pkp_structure_sidebar .block_make_submission_link:hover {
    background: #501915;
    color: #ffffff !important;
}


/* 
   JOURNAL MENU / INFORMATION BLOCK
    */

/* Information block */
.pkp_structure_sidebar .block_information {
    padding: 0;
    background: #ffffff;

    border-radius: 7px;
    overflow: hidden;

    border: 1px solid #eeeeee;

    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}


/* Blue title */
.pkp_structure_sidebar .block_information .title {
    margin: 0;
    padding: 14px 15px;

    background: #73a7cc;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.4;
    text-align: center;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Content */
.pkp_structure_sidebar .block_information .content {
    padding: 0 15px;
}


/* Remove list default styling */
.pkp_structure_sidebar .block_information ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


/* Each menu item */
.pkp_structure_sidebar .block_information li {
    margin: 0;
    padding: 0;

    border-bottom: 1px solid #e9e9e9;
}


/* Remove last divider */
.pkp_structure_sidebar .block_information li:last-child {
    border-bottom: none;
}

.pkp_structure_sidebar .block_announcement_feed {
    margin: 20px 0 0;
    padding: 0;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}


/* Header */

.pkp_structure_sidebar .block_announcement_feed .title {
    margin: 0;
    padding: 13px 15px;

    background: #73a7cc;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.4;
    text-align: center;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Content */

.pkp_structure_sidebar .block_announcement_feed .content {
    padding: 14px 15px;
}


/* Description */

.pkp_structure_sidebar .block_announcement_feed
.other-journals-description {
  
    color: #555;
       font-size: 15px;
    text-align: justify;
    font-weight: 500;
}


/* Journal links */
.pkp_structure_sidebar .block_announcement_feed .other-journals-links {
    display: flex;
       flex-direction: column;
    gap: 8px;
}


/* Individual links */

.pkp_structure_sidebar .block_announcement_feed
.other-journals-links a {
    display: inline-block;

    padding: 9px 13px;

    background: #f7f9fb;


    border: 1px solid #e1e5e8;
    border-radius: 5px;

    font-size: 13px;
    font-weight: 500;

    text-decoration: none !important;

    transition: all 0.25s ease;
}


/* Hover */

.pkp_structure_sidebar .block_announcement_feed
.other-journals-links a:hover {
    background: #eef7fc;
    /* color: #73a7cc !important; */
    border-color: #73a7cc;
    transform: translateY(-1px);
}


/* Mobile */

@media (max-width: 767px) {

    .pkp_structure_sidebar .block_announcement_feed {
        margin-top: 16px;
    }

    .pkp_structure_sidebar .block_announcement_feed .title {
        padding: 12px 14px;
        font-size: 15px;
    }

    .pkp_structure_sidebar .block_announcement_feed .content {
        padding: 12px;
    }

    .pkp_structure_sidebar .block_announcement_feed
    .other-journals-description {
        font-size: 13px;
    }

    .pkp_structure_sidebar .block_announcement_feed
    .other-journals-links {
        gap: 7px;
    }

    .pkp_structure_sidebar .block_announcement_feed
    .other-journals-links a {
        padding: 8px 11px;
        font-size: 12px;
    }
}

/* Menu links */
.pkp_structure_sidebar .block_information li a {
    display: flex;
    align-items: center;

    min-height: 63px;

    padding: 14px 18px;

    box-sizing: border-box;

    color: #73a7cc  !important;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.4;

    text-decoration: none !important;

    transition: all 0.25s ease;
}


/* Hover */
.pkp_structure_sidebar .block_information li a:hover {
    background: #f6faff;
    color: #73a7cc !important;

    padding-left: 23px;
}


/* 
   SUBSCRIPTION BLOCK
    */

.pkp_structure_sidebar .block_subscription {
    background: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
    padding: 0;
    margin: 20px 0;
}

.pkp_structure_sidebar .block_subscription .title {
    margin: 0;
    padding: 13px 15px;

    background: #73a7cc;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.pkp_structure_sidebar .block_subscription .content {
    padding: 15px;
}

.pkp_structure_sidebar .block_subscription p {
    margin: 0;
    color: #555;
    text-align: justify;
    font-size: 15px;
}


/* 
   MOBILE
    */

@media (max-width: 767px) {

    .pkp_structure_sidebar.left {
        max-width: 100%;
    }

    .pkp_structure_sidebar .block_make_submission {
        padding: 16px;
        margin-bottom: 16px;
    }

    .pkp_structure_sidebar .block_make_submission_link {
        min-height: 44px;
        font-size: 14px;
    }

    .pkp_structure_sidebar .block_information .title {
        padding: 13px 14px;
        font-size: 15px;
    }

    .pkp_structure_sidebar .block_information .content {
        padding: 0 10px;
    }

    .pkp_structure_sidebar .block_information li a {
        min-height: 55px;
        padding: 12px 14px;
        font-size: 14px;
    }

    .pkp_structure_sidebar .block_information li a:hover {
        padding-left: 18px;
    }
}

/* 
   ANNOUNCEMENTS / RSS BLOCK
    */

.pkp_structure_sidebar .block_announcement_feed {
    margin: 20px 0 0;
    padding: 0;

    background: #ffffff;

    border: 1px solid #e5e5e5;
    border-radius: 8px;

    overflow: hidden;

    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}


/* Announcement heading */
.pkp_structure_sidebar .block_announcement_feed .title {
    margin: 0;
    padding: 13px 15px;

    background: #73a7cc;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.4;
    text-align: center;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Content */
.pkp_structure_sidebar .block_announcement_feed .content {
    padding: 14px 15px;
}


/* RSS list */
.pkp_structure_sidebar .block_announcement_feed ul {
    display: grid;
    align-items: center;
    justify-content: center;
}



/* RSS links */
.pkp_structure_sidebar .block_announcement_feed li a {
 width: 92px;
    height: 32px;

}






/* 
   MOBILE
    */

@media (max-width: 767px) {

    .pkp_structure_sidebar .block_announcement_feed {
        margin-top: 16px;
    }

    .pkp_structure_sidebar .block_announcement_feed .title {
        font-size: 15px;
        padding: 12px 14px;
    }

    .pkp_structure_sidebar .block_announcement_feed .content {
        padding: 12px;
    }

    .pkp_structure_sidebar .block_announcement_feed ul {
        gap: 12px;
    }

    .pkp_structure_sidebar .block_announcement_feed li a {
        width: 40px;
        height: 40px;
    }
}

.st-copyright-bar {
    margin-top: 20px;
    background: #fafafa;
    border: 1px solid #e1e1e1;
    border-left: 4px solid #222222;
    border-radius: 9px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.st-copyright-inner {
    min-height: 55px;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.st-copyright-left {
    text-align: center;
}

.st-copyright-separator {
    margin: 0 5px;
    color: #4a5568;
}


/* Mobile */

@media (max-width: 767px) {

    .st-copyright-inner {
        min-height: auto;
        padding: 14px 15px;

        display: flex;
        align-items: center;
        justify-content: center;

        text-align: center;
    }

    .st-copyright-left {
        font-size: 11px;
        text-align: center;
    }
}

/* ================
   THE SCIENTIFIC TEMPER
   EDITORIAL TEAM
   ================ */

.st-editorial-team {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0 40px;
    box-sizing: border-box;

    font-family:
        "Segoe UI",
        Arial,
        sans-serif;

    color: #444;
}


/* ================
   SECTION HEADINGS
   ================ */

.st-section-heading {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    margin: 0 0 25px;
}

.st-section-heading h2 {
    margin: 0;
    padding: 0;

    color: #222;

    font-size: 25px;
    line-height: 1.3;

    font-weight: 700;

    text-align: center;

    letter-spacing: 0.3px;
}

.st-section-heading.small {
    margin-bottom: 20px;
}

.st-section-heading.small h2 {
    font-size: 21px;
}

.st-heading-line {
    display: block;

    width: 45px;
    height: 2px;

    background: #73a7cc;

    border-radius: 10px;
}


/* ================
   INTRODUCTION
   ================ */

.st-editorial-intro {
    margin-bottom: 35px;

    padding: 25px 28px;

    background: #fff;

    border: 1px solid #e6e6e6;
    border-left: 4px solid #73a7cc;

    border-radius: 10px;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.04);

    box-sizing: border-box;
}

.st-editorial-intro p {
    margin: 0 0 14px;

    color: #555;

    font-size: 15px;
    line-height: 1.8;
}

.st-editorial-intro p:last-of-type {
    margin-bottom: 0;
}

.st-editorial-intro strong {
    color: #333;
}


/* Intro highlighted note */

.st-editorial-note {
    margin-top: 20px;

    padding: 15px 17px;

    background: rgba(115, 167, 204, 0.08);

    border: 1px solid rgba(115, 167, 204, 0.25);

    border-radius: 7px;

    color: #4a4a4a;

    font-size: 14px;
    line-height: 1.7;
}


/* ================
   FEATURED EDITOR-IN-CHIEF
   ================ */

.st-featured-editor {
    display: grid;

    grid-template-columns: 280px minmax(0, 1fr);

    gap: 30px;

    align-items: center;

    margin-bottom: 40px;

    padding: 28px;

    background:
        linear-gradient(
            135deg,
            rgba(115, 167, 204, 0.12),
            rgba(115, 167, 204, 0.03)
        );

    border: 1px solid rgba(115, 167, 204, 0.25);

    border-radius: 12px;

    box-shadow:
        0 5px 18px rgba(0, 0, 0, 0.05);

    box-sizing: border-box;
}


/* Featured image */

.st-featured-image {
    display: flex;

    align-items: center;
    justify-content: center;
}

.st-featured-image img {
    display: block;

    width: 220px;
    height: 280px;

    object-fit: cover;

    border-radius: 12px;

    border: 5px solid #fff;

    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.14);
}


/* Featured content */

.st-featured-content {
    min-width: 0;
}

.st-profile-label {
    display: inline-block;

    margin-bottom: 10px;

    padding: 6px 11px;

    background: #73a7cc;

    color: #fff;

    border-radius: 20px;

    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 0.7px;
}

.st-featured-content h2 {
    margin: 0 0 10px;

    color: #222;

    font-size: 24px;
    line-height: 1.4;

    font-weight: 700;
}

.st-featured-content p {
    margin: 0 0 9px;

    color: #555;

    font-size: 14px;
    line-height: 1.7;
}

.st-featured-content p strong {
    color: #73a7cc;
}


/* ================
   EDITORIAL SECTIONS
   ================ */

.st-editorial-section {
    margin-bottom: 42px;
}


/* ================
   PROFILE GRID
   ================ */

.st-profile-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;
}


/* ================
   PROFILE CARD
   ================ */

.st-profile-card {
    display: grid;

    grid-template-columns: 125px minmax(0, 1fr);

    gap: 18px;

    align-items: start;

    min-width: 0;

    padding: 20px;

    background: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 10px;

    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.04);

    box-sizing: border-box;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* Hover */

.st-profile-card:hover {
    transform: translateY(-3px);

    border-color: rgba(115, 167, 204, 0.45);

    box-shadow:
        0 8px 22px rgba(0, 0, 0, 0.08);
}


/* ================
   PROFILE IMAGE
   ================ */

.st-profile-image {
    width: 125px;
    height: 125px;

    flex-shrink: 0;

    overflow: hidden;

    background: #f5f7f9;

    border-radius: 10px;

    border: 1px solid #e3e7ea;

    box-sizing: border-box;
}

.st-profile-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* Portrait image */

.st-profile-image.portrait img {
    object-fit: cover;
}


/* Missing image */

.st-profile-image.missing-image {
    display: flex;

    align-items: center;
    justify-content: center;

    color: #999;

    font-size: 12px;
}


/* ================
   PROFILE CONTENT
   ================ */

.st-profile-content {
    min-width: 0;
}

.st-profile-content h3 {
    margin: 0 0 8px;

    color: #222;

    font-size: 17px;
    line-height: 1.45;

    font-weight: 700;
}

.st-profile-content p {
    margin: 0 0 7px;

    color: #555;

    font-size: 13.5px;
    line-height: 1.65;

    overflow-wrap: anywhere;
}

.st-profile-content p:last-child {
    margin-bottom: 0;
}

.st-profile-content strong {
    color: #333;
}


/* ================
   LINKS
   ================ */

.st-profile-content a {
    color: #73a7cc;

    font-weight: 500;

    text-decoration: none;

    overflow-wrap: anywhere;

    transition: color 0.2s ease;
}

.st-profile-content a:hover {
    color: #2c7be5;

    text-decoration: underline;
}


/* ================
   PROFILE STATISTICS
   ================ */

.st-profile-stats {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    margin: 10px 0;
}

.st-profile-stats span {
    display: inline-flex;

    align-items: center;

    padding: 5px 8px;

    background: rgba(115, 167, 204, 0.09);

    border: 1px solid rgba(115, 167, 204, 0.18);

    border-radius: 5px;

    color: #527d99;

    font-size: 11px;
    font-weight: 600;

    line-height: 1.3;
}


/* ================
   FEATURED SMALL PROFILE
   ================ */

.st-profile-card.featured-small {
    grid-template-columns: 150px minmax(0, 1fr);

    max-width: 850px;

    margin: 0 auto;
}

.st-profile-card.featured-small .st-profile-image {
    width: 150px;
    height: 150px;
}


/* ================
   NO IMAGE CARD
   ================ */

.st-profile-card.no-image {
    display: block;
}


/* ================
   RESPONSIVE - TABLET
   ================ */

@media (max-width: 991px) {

    .st-editorial-team {
        padding-left: 15px;
        padding-right: 15px;
    }

    .st-profile-grid {
        grid-template-columns: 1fr;
    }

    .st-featured-editor {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 24px;
    }

    .st-featured-image img {
        width: 190px;
        height: 245px;
    }
}


/* ================
   RESPONSIVE - MOBILE
   ================ */

@media (max-width: 767px) {

    .st-editorial-team {
        padding: 5px 12px 30px;
    }


    /* Heading */

    .st-section-heading {
        gap: 9px;

        margin-bottom: 20px;
    }

    .st-section-heading h2 {
        font-size: 20px;
    }

    .st-section-heading.small h2 {
        font-size: 18px;
    }

    .st-heading-line {
        width: 28px;
    }


    /* Intro */

    .st-editorial-intro {
        padding: 18px 16px;

        margin-bottom: 25px;

        border-radius: 8px;
    }

    .st-editorial-intro p {
        font-size: 14px;
        line-height: 1.7;
    }

    .st-editorial-note {
        padding: 12px;

        font-size: 13px;
        line-height: 1.65;
    }


    /* Featured editor */

    .st-featured-editor {
        grid-template-columns: 1fr;

        gap: 18px;

        padding: 18px;

        margin-bottom: 30px;

        border-radius: 10px;

        text-align: center;
    }

    .st-featured-image img {
        width: 170px;
        height: 215px;
    }

    .st-profile-label {
        font-size: 10px;
    }

    .st-featured-content h2 {
        font-size: 19px;
    }

    .st-featured-content p {
        font-size: 13.5px;
    }


    /* Cards */

    .st-profile-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .st-profile-card {
        grid-template-columns: 85px minmax(0, 1fr);

        gap: 14px;

        padding: 15px;

        border-radius: 8px;
    }

    .st-profile-image {
        width: 85px;
        height: 85px;

        border-radius: 8px;
    }

    .st-profile-content h3 {
        font-size: 15px;
    }

    .st-profile-content p {
        font-size: 12.5px;
        line-height: 1.6;
    }

    .st-profile-stats {
        gap: 4px;
    }

    .st-profile-stats span {
        padding: 4px 6px;

        font-size: 10px;
    }


    /* Featured small */

    .st-profile-card.featured-small {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .st-profile-card.featured-small .st-profile-image {
        width: 100px;
        height: 100px;
    }
}


/* ================
   VERY SMALL MOBILE
   ================ */

@media (max-width: 480px) {

    .st-editorial-team {
        padding-left: 8px;
        padding-right: 8px;
    }

    .st-section-heading h2 {
        font-size: 18px;
    }

    .st-profile-card {
        grid-template-columns: 72px minmax(0, 1fr);

        gap: 12px;

        padding: 12px;
    }

    .st-profile-image {
        width: 72px;
        height: 72px;
    }

    .st-profile-content h3 {
        font-size: 14px;
    }

    .st-profile-content p {
        font-size: 12px;
        line-height: 1.55;
    }

    .st-profile-card.featured-small {
        grid-template-columns: 80px minmax(0, 1fr);
    }

    .st-profile-card.featured-small .st-profile-image {
        width: 80px;
        height: 80px;
    }

    .st-profile-stats span {
        font-size: 9px;
    }
}
.meta{
margin-top:6px;
}
/* Authors spacing */
.authors{
    padding:5px 0px ;
    border-bottom:1px solid #eee;
}
.section .cmp_article_list>li {  
    margin-bottom: 0rem !important;
}

.article-doi-pdf {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.article-doi-pdf .galleys_links {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.obj_galley_link.download:before {
	content: "\f019";
}
.article-doi {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.article-doi-pdf {
		flex-wrap: wrap;
		gap: 10px;
	}

	.article-doi-pdf .galleys_links {
		flex-wrap: wrap;
		/* gap: 8px; */
	}

	.article-doi {
		margin-top: 0;
	}
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 480px) {
	.article-doi-pdf {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 12px;
	}

	.article-doi-pdf .galleys_links {
		/* width: 100%; */
		/* flex-wrap: wrap; */
		/* gap: 8px; */
	}

	.article-doi {
		width: 100%;
		margin-top: 0;
		flex-wrap: wrap;
		word-break: break-word;
	}

	.article-doi a {
		word-break: break-all;
	}
}

/* 
   ISSUES ARCHIVE - 3 COLUMN GRID
    */

.issues_archive {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 25px !important;

	margin: 0 !important;
	padding: 0 !important;

	list-style: none;
}


/* 
   EACH ISSUE
    */

.issues_archive > li {
	width: 100% !important;

	margin: 0 !important;
	padding: 0 !important;

	list-style: none;
}


/* 
   ISSUE CARD
    */

.issues_archive .obj_issue_summary {
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;

	box-sizing: border-box;

	padding: 20px;

	background: #ffffff;

	border: 1px solid #e3e6e8;
	border-radius: 12px;

	box-shadow:
		0 2px 6px rgba(0, 0, 0, 0.04),
		0 8px 20px rgba(0, 0, 0, 0.07);

	text-align: center;

	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.issues_archive .obj_issue_summary:hover {
	transform: translateY(-5px);

	border-color: rgba(177, 47, 38, 0.25);

	box-shadow:
		0 6px 14px rgba(0, 0, 0, 0.08),
		0 16px 30px rgba(0, 0, 0, 0.12);
}
.issues_archive .cover {
	width: 100%;
}


/* 
   REAL COVER IMAGE
    */

.issues_archive .cover img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;

	object-fit: cover;
}


/* 
   NO-COVER PLACEHOLDER
    */

.issues_archive .cover-placeholder {
	position: relative;

	flex-direction: column;

	background:
		linear-gradient(
			145deg,
			#f5f7f8 0%,
			#e8edf0 100%
		);

	border: 1px solid #dfe4e7;
}


/* Placeholder icon */

.issues_archive .placeholder-icon {
	display: flex;

	align-items: center;
	justify-content: center;

	width: 65px;
	height: 65px;

	margin-bottom: 15px;

	background: #ffffff;

	border-radius: 50%;

	box-shadow:
		0 4px 12px rgba(0, 0, 0, 0.08);

	font-size: 28px;
}


/* Placeholder text */

.issues_archive .placeholder-text {
	max-width: 170px;

	color: #777777;

	font-size: 13px;
	font-weight: 700;

	line-height: 1.4;

	text-align: center;
}


/* 
   TITLE
    */

.issues_archive .obj_issue_summary h2 {
	margin: 0;
	padding: 0;

	text-align: center;
}


.issues_archive .obj_issue_summary .title {
	display: block;

	margin: 0 0 10px;

	color: #222222;

	font-size: 17px;
	font-weight: 700;

	line-height: 1.4;

	text-decoration: none;
}


.issues_archive .obj_issue_summary .title:hover {
	color: #b12f26;
}


/* 
   SERIES
    */

.issues_archive .obj_issue_summary .series {
	display: inline-block;

	padding: 6px 12px;

	background: #f7f8f9;

	border-left: 3px solid #b12f26;

	border-radius: 4px;

	color: #555555;

	font-size: 13px;
	font-weight: 600;

	line-height: 1.4;
}


.issues_archive .obj_issue_summary .description {
	display: none;
}


/* 
   TABLET
    */

@media (max-width: 900px) {

	.issues_archive {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 20px !important;
	}

	.issues_archive .cover {
		height: 280px;
	}
}


/*   
   MOBILE
    */

@media (max-width: 600px) {

	.issues_archive {
		grid-template-columns: 1fr !important;
		gap: 18px !important;
	}

	.issues_archive .obj_issue_summary {
		padding: 18px;
	}

	.issues_archive .cover {
		max-width: 240px;
		height: 310px;
	}

	.issues_archive .obj_issue_summary .title {
		font-size: 16px;
	}
}

.page_issue_archive .issues_archive>li {
    border-bottom: unset;
}
.page_issue_archive .issues_archive{
       border-top: unset;
} 



#articlesBySimilarityList {
 
    margin: 9px 0px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:
        0 5px 20px rgba(35, 55, 70, 0.06);
    font-family:
        Arial,
        Helvetica,
        sans-serif;
}

#articlesBySimilarityList > h3 {
    position: relative;

    display: flex;
    align-items: center;

    margin: 0;

    padding: 16px 20px;

    background: #72a8ca;

    color: #ffffff;

    border-bottom: 1px solid #659bbd;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 20px;
    line-height: 1.3;

    font-weight: 700;

    letter-spacing: 0.1px;
}


#articlesBySimilarityList > h3::before {
    content: "";
    width: 4px;
    height: 25px;
 margin-right: 12px;
    border-radius: 4px;
    background: rgba(255,255,255,.85);
}


#articlesBySimilarityList > h3::after {
    left: 20px;
    background: #ffffff;

}


#articlesBySimilarityList > h3 a {
    color: #ffffff;

    text-decoration: none;
}
#articlesBySimilarityList > ul {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 10px 10px;
    list-style: none;
    background: #f8fafb;
}

#articlesBySimilarityList > ul > li {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 185px;

    box-sizing: border-box;

    padding: 20px 20px 18px 23px;

    background: #ffffff;

    border: 1px solid #e1e7eb;

    border-radius: 8px;

    color: #505b64;

    font-size: 13px;

    line-height: 1.7;

    font-weight: 400;

    box-shadow:
        0 2px 8px rgba(30, 50, 65, 0.035);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        background-color .25s ease;
}


#articlesBySimilarityList > ul > li::before {
    content: "";

    position: absolute;

    left: 0;
    top: 17px;
    bottom: 17px;

    width: 3px;

    border-radius: 0 4px 4px 0;

    background: #72a8ca;

    opacity: .55;

    transition:
        width .25s ease,
        opacity .25s ease;
}


#articlesBySimilarityList > ul > li:hover {
    transform: translateY(-3px);

    background: #ffffff;

    border-color: #b8d2e1;

    box-shadow:
        0 10px 25px rgba(35, 55, 70, 0.09);
}


#articlesBySimilarityList > ul > li:hover::before {
    width: 4px;

    opacity: 1;
}


#articlesBySimilarityList > ul > li {
    color: #59636b;

    font-size: 13px;

    line-height: 1.7;

    font-weight: 400;

    letter-spacing: .05px;
}

#articlesBySimilarityList > ul > li > a:first-of-type {
    display: block;

    margin: 7px 0 13px;

    color: #1769a0;

    font-size: 15px;

    line-height: 1.52;

    font-weight: 600;

    letter-spacing: .05px;

    text-decoration: none;

    transition:
        color .2s ease,
        padding-left .2s ease;
}
#articlesBySimilarityList > ul > li > a:first-of-type:hover {
    color: #0d4f7a;

    padding-left: 2px;

    text-decoration: underline;
}

#articlesBySimilarityList > ul > li > a:nth-of-type(2) {
    display: inline-block;

    width: fit-content;
    max-width: 100%;

    margin-top: auto;

    padding: 6px 10px;

    box-sizing: border-box;

    background: #faf3f2;

    border: 1px solid #e4ccca;

    border-radius: 5px;

    color: #66231f;

    font-size: 11px;

    line-height: 1.45;

    font-weight: 600;

    text-decoration: none;

    transition:
        color .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

#articlesBySimilarityList > ul > li > a:nth-of-type(2)::before {
    content: "•";

    display: inline-block;

    margin-right: 6px;

    color: #66231f;

    font-size: 15px;

    line-height: 0;

    vertical-align: -1px;
}


#articlesBySimilarityList > ul > li > a:nth-of-type(2):hover {
    background: #66231f;

    border-color: #66231f;

    color: #ffffff;

    text-decoration: none;

    transform: translateY(-1px);
}


#articlesBySimilarityList > ul > li > a:nth-of-type(2):hover::before {
    color: #ffffff;
}

#articlesBySimilaritySearch {
    position: relative;

    display: flex;
    align-items: center;
    gap: 10px;

    margin: 18px 0 0 !important;
    padding: 10px;

    background: #f7fafc;

    border: 1px solid #dfe8ed;
    border-left: 3px solid #70a7ca;
    border-radius: 7px;

    color: #657783;

    font-size: 12.5px;
    font-weight: 400;

    line-height: 1.6;

    text-align: left;

    box-shadow:
        0 2px 7px rgba(38, 62, 78, 0.04);

    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}
#articlesBySimilaritySearch::before {
    content: "⌕";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    width: 27px;
    height: 27px;

    background: #eaf2f6;

    color: #365f78;

    border-radius: 50%;

    font-size: 17px;
    font-weight: 600;

    line-height: 1;
}
#articlesBySimilaritySearch:hover {
    background: #f4f8fa;
  text-decoration:none;
    border-color: #c9d9e2;
    border-left-color: #67231f;

    box-shadow:
        0 4px 12px rgba(38, 62, 78, 0.07);
}

#articlesBySimilaritySearch a {
    display: inline;
    color: #365f78;
    font-weight: 600;

    transition:
        color .2s ease,
        border-color .2s ease;
}


#articlesBySimilaritySearch a:hover {
    color: #67231f;

    border-bottom-color: #67231f;
}
@media (max-width: 600px) {

    #articlesBySimilaritySearch {
        align-items: flex-start;

        padding: 12px 14px;

        font-size: 12px;

        line-height: 1.65;
    }

    #articlesBySimilaritySearch::before {
        width: 25px;
        height: 25px;

        font-size: 16px;
    }
}

@media (max-width: 900px) {

    #articlesBySimilarityList > ul {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    #articlesBySimilarityList > ul > li {
        min-height: auto;
    }
}


@media (max-width: 600px) {

    #articlesBySimilarityList {
        margin: 28px 0;

        border-radius: 7px;
    }


    #articlesBySimilarityList > h3 {
        padding: 13px 15px;

        font-size: 18px;
    }


    #articlesBySimilarityList > h3::before {
        width: 3px;

        height: 21px;

        margin-right: 9px;
    }


    #articlesBySimilarityList > h3::after {
        left: 15px;

        width: 42px;
    }


    #articlesBySimilarityList > ul {
        display: block;

        padding: 12px;
    }


    #articlesBySimilarityList > ul > li {
        min-height: auto;

        margin-bottom: 12px;

        padding: 17px 15px 16px 19px;

        border-radius: 7px;
    }


    #articlesBySimilarityList > ul > li:last-child {
        margin-bottom: 0;
    }


    #articlesBySimilarityList > ul > li > a:first-of-type {
        font-size: 14px;

        line-height: 1.55;
    }


    #articlesBySimilarityList > ul > li > a:nth-of-type(2) {
        font-size: 10.5px;

        line-height: 1.5;
    }


  


    #articlesBySimilaritySearch {
        padding: 12px 15px 15px;
    }
}

#articlesBySimilarityList a:focus-visible {
    outline: 2px solid #72a8ca;

    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {

    #articlesBySimilarityList *,
    #articlesBySimilarityList *::before,
    #articlesBySimilarityList *::after {
        transition: none !important;
    }
}

.page_article .main_entry > .item.authors {
    padding: 0px;
}

.page_article .main_entry .authors {
    display: flex;
    gap: 14px;
    padding: 0;
}
.page_article .main_entry .authors > li {
    position: relative;
    min-width: 0;
    min-height: 125px;
    padding: 18px 18px 17px 21px;
 background: #ffffff;
    border: 1px solid #e1e7eb;
    border-radius: 7px;
    box-sizing: border-box;
    color: #53616a;
}

.page_article .main_entry .authors > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background: #72a8ca;
    border-radius: 0 4px 4px 0;
    opacity: .7;
    transition:
        width .2s ease,
        opacity .2s ease;
}


.page_article .main_entry .authors > li:hover {
    border-color: #b9d2e1;

    transform: translateY(-2px);

    box-shadow:
        0 6px 18px rgba(35, 55, 70, .07);
}


.page_article .main_entry .authors > li:hover::before {
    width: 4px;
    opacity: 1;
}


/* Author name */

.page_article .main_entry .authors .name {
    display: block;
     margin: 0 0 9px;
    color: #202d35;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
}
.page_article .main_entry .authors .name::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;

    margin-top: 7px;

    background: #66231f;

    border-radius: 2px;

    opacity: .75;
}

.page_article .main_entry .authors .affiliation {
    display: block;

    color: #59666f;

    font-size: 12px;

    line-height: 1.65;

    font-weight: 400;

    letter-spacing: .02px;
}

@media (max-width: 800px) {

    .page_article .main_entry .authors {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {

    .page_article .main_entry .authors {
        grid-template-columns: 1fr;
        gap: 11px;
        display: grid;
  
    }


    .page_article .main_entry .authors > li {
        min-height: auto;

        padding: 16px 15px 15px 19px;
    }


    .page_article .main_entry .authors .name {
        font-size: 14px;
    }


    .page_article .main_entry .authors .affiliation {
        font-size: 11.5px;

        line-height: 1.65;
    }

}
/* =========================================
   KEYWORDS — MODERN JOURNAL STYLE
   ========================================= */

.keywords {
    display: flex;
    align-items: flex-start;
    gap: 20px;

    margin-top: 22px;
    padding: 18px 20px;

    background: linear-gradient(
        135deg,
        #f8fbfd 0%,
        #f1f6f9 100%
    );

    border: 1px solid #d6e1e8;
    border-left: 4px solid #70a7ca;
    border-radius: 10px;

    box-shadow:
        0 2px 6px rgba(43, 67, 82, 0.05),
        0 8px 20px rgba(43, 67, 82, 0.04);

    transition: all 0.25s ease;
}


/* Hover */
.keywords:hover {
    border-color: #b9cfdd;
    border-left-color: #67231f;

    box-shadow:
        0 4px 12px rgba(43, 67, 82, 0.08),
        0 10px 25px rgba(43, 67, 82, 0.05);
}


/* =========================================
   KEYWORDS LABEL
   ========================================= */

.keywords .label {
    flex: 0 0 auto;

    margin: 1px 0 0;
    padding: 8px 14px;

    background: #67231f;
    color: #ffffff;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;

    letter-spacing: 0.06em;
    text-transform: uppercase;

    white-space: nowrap;

    box-shadow:
        0 2px 5px rgba(103, 35, 31, 0.20);

    position: relative;
}


/* Small accent underneath label */
.keywords .label::after {
    content: "";
    display: block;

    width: 18px;
    height: 2px;

    margin-top: 5px;

    background: #ffffff;
    opacity: 0.55;

    border-radius: 2px;
}


/* =========================================
   KEYWORDS TEXT
   ========================================= */
section.item.keywords {
    padding: 1rem !important;
}
.keywords .value {
    flex: 1;

    margin: 0;
    padding: 0;

    color: #3d5d72;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.85;
    letter-spacing: 0.01em;

    text-align: left;
}


/* =========================================
   FIRST WORD / TEXT VISUAL EMPHASIS
   ========================================= */

.keywords .value::first-letter {
    color: #67231f;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .keywords {
        flex-direction: column;
        gap: 12px;

        padding: 16px;
    }

    .keywords .label {
        font-size: 11px;
        padding: 7px 12px;
    }

    .keywords .value {
        font-size: 13px;
        line-height: 1.75;
    }
}

.abstract {
    margin-top: 22px;
    background: #f8fbfd;
    border: 1px solid #d6e1e8;
    border-left: 4px solid #70a7ca;
    border-radius: 10px;
    box-shadow:
        0 2px 6px rgba(43, 67, 82, 0.05),
        0 8px 20px rgba(43, 67, 82, 0.04);

    transition: all 0.25s ease;
}

.abstract:hover {
    border-color: #b9cfdd;
    border-left-color: #67231f;
    box-shadow:
        0 4px 12px rgba(43, 67, 82, 0.08),
        0 10px 25px rgba(43, 67, 82, 0.05);
}

.abstract .label {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    background: #73a7cc;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    box-shadow:
        0 2px 5px rgba(103, 35, 31, 0.18);

}
.abstract p {
    margin: 0;
    color: #405d70;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.005em;
    text-align: justify;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    .abstract {
        padding: 17px 16px;
    }

    .abstract .label {
        font-size: 12px;
        padding: 7px 12px;
        margin-bottom: 12px;
    }

    .abstract p {
        font-size: 13px;
        line-height: 1.75;
        text-align: left;
    }
}

.entry_details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px;
    padding: 10px;
}

.entry_details > .item {
    min-width: 0;
    background: #ffffff;
    border: 1px solid #dce6ec;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:
        0 3px 12px rgba(36, 59, 77, 0.05);
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        transform .2s ease;
}

.entry_details > .item:hover {
    border-color: #bfd2de;

    box-shadow:
        0 7px 20px rgba(36, 59, 77, 0.08);

    transform: translateY(-1px);
}
.entry_details .galleys {
    display: flex;
    align-items: center;

    background: #f8fbfd;
}

.entry_details .galleys_links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    width: 100%;

    margin: 0;
    padding: 12px 14px;

    list-style: none;
}

.entry_details .galleys_links li {
    margin: 0;
    padding: 0;
}

.entry_details .obj_galley_link.pdf {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 18px;

    background: #365f78;
    color: #ffffff;

    border: 0;
    border-radius: 5px;

    font-size: 12px;
    font-weight: 700;

    line-height: 1.3;
    letter-spacing: .03em;

    text-decoration: none;

    box-shadow:
        0 2px 6px rgba(54, 95, 120, .16);

    transition: all .2s ease;
}

.entry_details .obj_galley_link.pdf:hover {
    background: #67231f;
    color: #ffffff;
    transform: translateY(-1px);
}

.entry_details .published {
    padding: 9px !important;
}
  
.entry_details .published .sub_item {
    display: flex;
    align-items: stretch;

    width: 100%;
}

.entry_details .published .label {
    display: flex;
    align-items: center;

    width: 105px;
    min-width: 105px;

    margin: 0;
    padding: 12px 14px;

    background: #f1f6f9;

    color: #263f50;

    border-right: 1px solid #dce6ec;

    font-size: 11px;
    font-weight: 700;

    line-height: 1.3;
    letter-spacing: .05em;

    text-transform: uppercase;
}

.entry_details .published .value {
    display: flex;
    align-items: center;

    flex: 1;

    min-width: 0;

    margin: 0;
    padding: 12px 16px;

    color: #486477;

    font-size: 13px;
    font-weight: 600;

    line-height: 1.5;
}

.entry_details .issue {
    min-width: 0;
}

.entry_details .issue .sub_item {
    display: flex;
    align-items: stretch;

    min-width: 0;
}

.entry_details .issue .sub_item + .sub_item {
    border-top: 1px solid #e1e9ee;
}

.entry_details .issue .label {
    display: flex;
    align-items: center;
    width: 65px;
    min-width: 82px;
    margin: 0;
    padding: 10px;
    background: #f1f6f9;
    color: #263f50;
    border-right: 1px solid #dce6ec;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.entry_details .issue .value {
    flex: 1;

    min-width: 0;

    margin: 0;
    padding: 12px 16px;

    color: #486477;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.55;

    overflow-wrap: anywhere;
}


/* Issue link */

.entry_details .issue .value a {
    color: #365f78;

    font-weight: 600;

    text-decoration: none;

    overflow-wrap: anywhere;

    transition: color .2s ease;
}

.entry_details .issue .value a:hover {
    color: #67231f;
    text-decoration: underline;
}

.entry_details .copyright {
    min-width: 0;
}

.entry_details .copyright > .label {
    display: flex;
    align-items: center;

    margin: 0;
    padding: 11px 14px;

    background: #f1f6f9;

    color: #263f50;

    border-bottom: 1px solid #dce6ec;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .05em;
    text-transform: uppercase;
}

.entry_details .copyright > .label::before {
    content: "";

    width: 3px;
    height: 16px;

    margin-right: 8px;

    background: #70a7ca;

    border-radius: 3px;
}

.entry_details .copyright p {
    margin: 0;
    padding: 10px 15px 0;

    color: #536d7c;

    font-size: 12px;
    line-height: 1.6;
}

.entry_details .copyright > a {
    display: inline-block;

    margin: 8px 15px 0;
}

.entry_details .copyright img {
    display: block;

    width: 88px;
    height: auto;
}

.entry_details .copyright p:last-child {
    padding-bottom: 14px;
}

.entry_details .copyright a {
    color: #365f78;
    font-weight: 600;
}


/* =========================================================
   HOW TO CITE
   FULL WIDTH
   ========================================================= */

.entry_details .citation {
    grid-column: 1 / -1;

    min-width: 0;
}

.entry_details .citation .citation_display > .label {
    display: flex;
    align-items: center;

    margin: 0;
    padding: 12px 16px;

    background: #f1f6f9;

    color: #263f50;

    border-bottom: 1px solid #dce6ec;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .055em;

    text-transform: uppercase;
}

.entry_details .citation .citation_display > .label::before {
    content: "";

    width: 4px;
    height: 18px;

    margin-right: 9px;

    background: #70a7ca;

    border-radius: 3px;
}

.entry_details .citation .citation_display > .value {
    min-width: 0;

    padding: 17px 19px;

    color: #465f70;

    font-size: 13px;
    line-height: 1.75;

    overflow-wrap: anywhere;
}


/* Citation text */

.entry_details .citation .csl-entry {
    max-width: 100%;

    margin: 0;

    color: #465f70;

    font-size: 13px;
    line-height: 1.75;

    overflow-wrap: anywhere;
}


/* DOI */

.entry_details .citation .csl-entry a {
    color: #67231f;

    font-weight: 600;

    word-break: break-word;

    text-decoration: none;
}

.entry_details .citation .csl-entry a:hover {
    text-decoration: underline;
}

.entry_details .citation_formats {
    margin-top: 14px;

    border-top: 1px solid #e3eaee;
}

.entry_details .citation_formats_button {
    display: inline-flex;
    align-items: center;

    padding: 7px 12px;

    background: #ffffff;

    color: #365f78;

    border: 1px solid #cbdbe4;
    border-radius: 5px;

    font-size: 11px;
    font-weight: 600;

    cursor: pointer;

    transition: all .2s ease;
}

.entry_details .citation_formats_button:hover {
    background: #365f78;

    color: #ffffff;

    border-color: #365f78;
}


/* Citation styles */

.entry_details .citation_formats_list {
    margin-top: 10px;
}

.entry_details .citation_formats_styles {
    display: flex;
    flex-wrap: wrap;

    gap: 4px 14px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.entry_details .citation_formats_styles li {
    margin: 0;
    padding: 0;
}

.entry_details .citation_formats_styles a {
    color: #557181;

    font-size: 11px;
    line-height: 1.5;

    text-decoration: none;
}

.entry_details .citation_formats_styles a:hover {
    color: #67231f;

    text-decoration: underline;
}


/* Download Citation label */

.entry_details .citation_formats .label {
    display: block;

    margin: 12px 0 5px;

    padding: 0;

    background: transparent;

    border: 0;

    color: #67231f;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .05em;

    text-transform: uppercase;
}

.entry_details .citation_formats .label::before {
    display: none;
}


/* =========================================================
   SUPPLEMENTARY GALLEYS
   ========================================================= */

.entry_details .supplementary_galleys_links {
    margin: 0;
    padding: 12px 14px;

    list-style: none;
}

@media (max-width: 700px) {

    .entry_details {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .entry_details .citation {
        grid-column: 1;
    }
}


@media (max-width: 480px) {

    .entry_details .published .sub_item,
    .entry_details .issue .sub_item {
        display: block;
    }

    .entry_details .published .label,
    .entry_details .issue .label {
        width: 100%;
        min-width: 0;

        border-right: 0;
        border-bottom: 1px solid #dce6ec;

        padding: 9px 12px;
    }

    .entry_details .published .value,
    .entry_details .issue .value {
        padding: 10px 12px;
    }

    .entry_details .citation .citation_display > .value {
        padding: 14px;
    }
}

.entry_details .galleys_links .obj_galley_link.download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 8px 17px;

    background: #365f78 !important;
    color: #ffffff !important;

    border: 1px solid #365f78;
    border-radius: 6px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;

    text-decoration: none;

    box-shadow: 0 2px 6px rgba(54, 95, 120, 0.14);

    transition: all 0.2s ease;
}




.entry_details .galleys_links .obj_galley_link.download::before {
    content: "\f019";

    font-family: "FontAwesome";

    font-size: 12px;
    font-weight: normal;
    line-height: 1;

    color: #ffffff !important;
}


/* Text inside button */

.entry_details .galleys_links .obj_galley_link.download .label {
    color: #ffffff !important;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none;
}


/* Hover */

.entry_details .galleys_links .obj_galley_link.download:hover {
    background: #294d64 !important;
    border-color: #294d64;

    color: #ffffff !important;

    transform: translateY(-1px);

    box-shadow: 0 4px 10px rgba(54, 95, 120, 0.20);
}


/* Hover text + icon */

.entry_details .galleys_links .obj_galley_link.download:hover .label,
.entry_details .galleys_links .obj_galley_link.download:hover::before {
    color: #ffffff !important;
}
.entry_details .galleys_links .article-doi {

    display: inline-flex;
    align-items: center;

    gap: 8px;

    min-height: 36px;

    max-width: 100%;

    padding: 8px 13px;

    background: #f3f7fa;

    border: 1px solid #d5e1e8;
    border-radius: 6px;

    white-space: nowrap;
}
.entry_details .galleys_links .doi-label {

    display: inline-flex;
    align-items: center;

    color: #263f50;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: .04em;
}
.entry_details .galleys_links .doi-label::after {

    content: "";

    width: 1px;
    height: 15px;

    margin-left: 8px;

    background: #cbd9e1;
}
.entry_details .galleys_links .article-doi a {

    display: block;

    max-width: 100%;

    color: #365f78;

    font-size: 11.5px;
    font-weight: 600;

    text-decoration: none;

    overflow: hidden;
    text-overflow: ellipsis;
}

.entry_details .galleys_links .article-doi a:hover {

    color: #67231f;

    text-decoration: underline;
}

@media (max-width: 900px) {

    .entry_details .galleys_links {

        flex-wrap: wrap;
    }

    .entry_details .galleys_links .article-doi {

        max-width: 100%;
    }
}


@media (max-width: 600px) {

    .entry_details .galleys_links {

        flex-wrap: wrap;

        padding: 12px;
    }

    .entry_details .galleys_links .article-doi {

        width: 100%;

        white-space: normal;
    }

    .entry_details .galleys_links .article-doi a {

        overflow: visible;
        text-overflow: unset;
        word-break: break-word;
    }
}
#articlesBySameAuthorList {
    margin: 28px 0;

    border: 1px solid #dce5eb;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(30, 55, 75, 0.08);
}

#articlesBySameAuthorList > h3 {
    position: relative;
    margin: 0;
    padding: 17px 22px 17px 24px;
    background: linear-gradient(
        135deg,
        #f4f8fb 0%,
        #eaf2f7 100%
    );
    border-bottom: 1px solid #dce5eb;
    color: #183447;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
#articlesBySameAuthorList > h3::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 20px;
    margin-right: 11px;
    vertical-align: -4px;
    background: #73a7cc;
    border-radius: 4px;
}
#articlesBySameAuthorList > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#articlesBySameAuthorList > ul > li {
    position: relative;

    margin: 0;
    padding: 20px 24px 20px 28px;

    color: #526574;
    font-size: 13px;
    line-height: 1.7;

    border-bottom: 1px solid #edf1f4;

    transition:
        background-color 0.25s ease,
        padding-left 0.25s ease;
}


/* Remove border from last article */
#articlesBySameAuthorList > ul > li:last-child {
    border-bottom: 0;
}

#articlesBySameAuthorList > ul > li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;

    width: 3px;

    background: #73a7cc;
    border-radius: 0 4px 4px 0;

    opacity: 0;
    transition: opacity 0.25s ease;
}

#articlesBySameAuthorList > ul > li:hover {
    background: #f8fbfd;
    padding-left: 31px;
}

#articlesBySameAuthorList > ul > li:hover::before {
    opacity: 1;
}

#articlesBySameAuthorList > ul > li > a {
    color: #1d526f;
    font-weight: 700;
    text-decoration: none;

    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}

#articlesBySameAuthorList > ul > li > a:hover {
    color: #73a7cc;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#articlesBySameAuthorList > ul > li > a:last-of-type {
    display: inline-block;

    margin-top: 8px;
    padding: 5px 10px;

    background: #f5f8fa;
    border: 1px solid #dce5eb;
    border-radius: 5px;

    color: #647785;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;

    text-decoration: none;
}

#articlesBySameAuthorList > ul > li > a:last-of-type:hover {
    background: #eef6fb;
    border-color: #73a7cc;
    color: #315b73;
    text-decoration: none;
}

#articlesBySameAuthorList > ul > li {
    word-spacing: 1px;
}

@media (max-width: 768px) {

    #articlesBySameAuthorList {
        margin: 22px 0;
        border-radius: 10px;
    }

    #articlesBySameAuthorList > h3 {
        padding: 15px 17px;
        font-size: 16px;
    }

    #articlesBySameAuthorList > ul > li {
        padding: 17px 17px 18px 20px;
        font-size: 13px;
        line-height: 1.65;
    }

    #articlesBySameAuthorList > ul > li:hover {
        padding-left: 23px;
    }

    #articlesBySameAuthorList > ul > li > a:last-of-type {
        display: block;
        width: fit-content;
        max-width: 100%;
        margin-top: 9px;
    }
}

@media (max-width: 480px) {

    #articlesBySameAuthorList > h3 {
        font-size: 15px;
    }

    #articlesBySameAuthorList > ul > li {
        padding: 15px;
    }

    #articlesBySameAuthorList > ul > li:hover {
        padding-left: 18px;
    }

    #articlesBySameAuthorList > ul > li > a {
        font-size: 13px;
    }

    #articlesBySameAuthorList > ul > li > a:last-of-type {
        font-size: 10px;
    }
}
