
:root {
--setara-maroon-deep: #3B0506;
--setara-maroon: #6F0608;
--setara-maroon-warm: #8A0D10;
--setara-gold: #B8860B;
--setara-soft-gold: #D8B45A;
--setara-paper: #FFFDF8;
--setara-cream: #FAF6EE;
--setara-ink: #1F1715;
--setara-muted: #6B5F58;
--setara-line: #E6D8C6;
--setara-field: #FFFFFF;
--setara-focus: rgba(216, 180, 90, 0.48);
--setara-radius: 8px;
}

html body[class~="pkp_page_maintenance"] .setara-maintenance-page {
    max-width: 72rem;
    margin: 0 auto;
}

html body[class~="pkp_page_maintenance"] .setara-maintenance-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 1.75rem);
    align-items: center;
    margin: clamp(1rem, 4vw, 2rem) 0;
    padding: clamp(1.25rem, 4vw, 2rem);
    border: 1px solid rgba(218, 190, 128, 0.58);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 249, 232, 0.96), rgba(247, 229, 185, 0.88));
    box-shadow: 0 18px 46px rgba(82, 22, 8, 0.13);
}

html body[class~="pkp_page_maintenance"] .setara-maintenance-card__mark {
    display: grid;
    place-items: center;
    width: clamp(4.5rem, 10vw, 6rem);
    aspect-ratio: 1;
    border: 1px solid rgba(218, 190, 128, 0.76);
    border-radius: 8px;
    background: #870008;
    color: #fff8df;
    font-weight: 800;
    letter-spacing: 0;
}

html body[class~="pkp_page_maintenance"] .setara-maintenance-card__eyebrow {
    margin: 0 0 0.35rem;
    color: #b8a000;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

html body[class~="pkp_page_maintenance"] .setara-maintenance-card h1 {
    margin: 0 0 0.65rem;
    color: #4f0505;
    font-size: clamp(1.45rem, 3vw, 2.15rem);
    line-height: 1.15;
}

html body[class~="pkp_page_maintenance"] .setara-maintenance-card p {
    max-width: 42rem;
    margin: 0;
    color: #4b2a20;
    font-size: clamp(0.98rem, 1.4vw, 1.08rem);
    line-height: 1.7;
}

html body[class~="pkp_page_maintenance"] .setara-maintenance-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.15rem;
    padding: 0.72rem 1.1rem;
    border: 1px solid rgba(218, 190, 128, 0.68);
    border-radius: 8px;
    background: #870008;
    color: #fff8df !important;
    font-weight: 800;
    text-decoration: none !important;
}

html body[class~="pkp_page_maintenance"] .setara-maintenance-card__button:hover,
html body[class~="pkp_page_maintenance"] .setara-maintenance-card__button:focus {
    background: #5d1405;
    color: #fff !important;
}

@media (max-width: 520px) {
    html body[class~="pkp_page_maintenance"] .setara-maintenance-card {
        grid-template-columns: 1fr;
    }

    html body[class~="pkp_page_maintenance"] .setara-maintenance-card__mark {
        width: 4.25rem;
    }
}

.pkp_structure_main {
box-sizing: border-box !important;
min-width: 0 !important;
border-color: rgba(184, 134, 11, 0.2) !important;
border-radius: var(--setara-radius) !important;
background: rgba(255, 253, 248, 0.9) !important;
box-shadow: 0 10px 24px rgba(59, 5, 6, 0.08) !important;
color: var(--setara-ink) !important;
line-height: 1.68 !important;
}

.pkp_structure_main > .page,
.pkp_structure_main > .page_index_journal {
min-width: 0 !important;
}

body.pkp_page_index.pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.9), rgba(246, 229, 197, 0.84)) !important;
}

body.pkp_page_issue.pkp_op_archive .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

body.pkp_page_issue.pkp_op_view .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

body.pkp_page_about.pkp_op_contact .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

body.pkp_page_about.pkp_op_submissions .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

body.pkp_page_about.pkp_op_privacy .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

body.pkp_page_about.pkp_op_editorialMasthead .pkp_structure_main,
body.pkp_page_about.pkp_op_editorialHistory .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

body.pkp_page_user.pkp_op_register .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

body.pkp_page_login.pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
max-width: 58rem !important;
color: var(--setara-maroon-deep) !important;
font-weight: 720 !important;
letter-spacing: 0 !important;
}

.pkp_structure_main h1 {
margin-top: 0 !important;
margin-bottom: 1rem !important;
padding-bottom: 0.72rem !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.24) !important;
font-size: 1.78rem !important;
line-height: 1.18 !important;
}

.pkp_structure_main h2 {
margin-top: 1.55rem !important;
margin-bottom: 0.62rem !important;
font-size: 1.22rem !important;
line-height: 1.28 !important;
}

.pkp_structure_main h3 {
margin-top: 1.25rem !important;
margin-bottom: 0.48rem !important;
font-size: 1.04rem !important;
line-height: 1.34 !important;
}

.pkp_structure_main p,
.pkp_structure_main li,
.pkp_structure_main dd,
.pkp_structure_main td,
.pkp_structure_main th {
font-size: 0.98rem !important;
letter-spacing: 0 !important;
}

.pkp_structure_main p,
.pkp_structure_main ul,
.pkp_structure_main ol,
.pkp_structure_main dl {
max-width: 62rem !important;
}

.pkp_structure_main a:not(.cmp_button):not(.obj_galley_link):not(.galley-link):not(.read_more),
.pkp_structure_sidebar a:not(.setara-footer-logo) {
color: var(--setara-maroon) !important;
text-decoration-thickness: 1px !important;
text-underline-offset: 0.17em !important;
}

.pkp_structure_main a:not(.cmp_button):not(.obj_galley_link):not(.galley-link):not(.read_more):hover,
.pkp_structure_main a:not(.cmp_button):not(.obj_galley_link):not(.galley-link):not(.read_more):focus,
.pkp_structure_sidebar a:not(.setara-footer-logo):hover,
.pkp_structure_sidebar a:not(.setara-footer-logo):focus {
color: var(--setara-maroon-deep) !important;
}

.cmp_breadcrumbs {
margin-bottom: 0.85rem !important;
color: var(--setara-muted) !important;
font-size: 0.86rem !important;
line-height: 1.4 !important;
}

.cmp_breadcrumbs a,
.cmp_breadcrumbs .current {
color: var(--setara-muted) !important;
}

.pkp_structure_main table {
width: 100% !important;
border-collapse: collapse !important;
border: 1px solid rgba(184, 134, 11, 0.2) !important;
background: rgba(255, 255, 255, 0.74) !important;
}

.pkp_structure_main th,
.pkp_structure_main td {
padding: 0.72rem 0.85rem !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.16) !important;
vertical-align: top !important;
}

.pkp_structure_main th {
background: rgba(216, 180, 90, 0.14) !important;
color: var(--setara-maroon-deep) !important;
font-weight: 720 !important;
}

.pkp_structure_main input[type="text"],
.pkp_structure_main input[type="email"],
.pkp_structure_main input[type="password"],
.pkp_structure_main input[type="search"],
.pkp_structure_main input[type="url"],
.pkp_structure_main select,
.pkp_structure_main textarea,
.pkp_structure_sidebar input[type="text"],
.pkp_structure_sidebar input[type="email"],
.pkp_structure_sidebar input[type="password"],
.pkp_structure_sidebar input[type="search"],
.pkp_structure_sidebar select,
.pkp_structure_sidebar textarea {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
min-height: 2.7rem !important;
padding: 0.62rem 0.72rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: var(--setara-radius) !important;
background: var(--setara-field) !important;
color: var(--setara-ink) !important;
font-size: 0.95rem !important;
line-height: 1.34 !important;
}

.pkp_structure_main textarea,
.pkp_structure_sidebar textarea {
min-height: 8.5rem !important;
}

.pkp_structure_main input:focus,
.pkp_structure_main select:focus,
.pkp_structure_main textarea:focus,
.pkp_structure_sidebar input:focus,
.pkp_structure_sidebar select:focus,
.pkp_structure_sidebar textarea:focus {
border-color: var(--setara-gold) !important;
box-shadow: 0 0 0 3px var(--setara-focus) !important;
outline: 0 !important;
}

.cmp_button,
.cmp_button_wire,
.cmp_form .buttons button,
.pkp_structure_main button,
.pkp_structure_main input[type="submit"],
.pkp_structure_main input[type="button"],
.pkp_structure_sidebar button,
.pkp_structure_sidebar input[type="submit"],
.obj_galley_link,
.galley-link,
a.read_more {
border-radius: var(--setara-radius) !important;
font-weight: 720 !important;
letter-spacing: 0 !important;
}

.cmp_button,
.cmp_form .buttons button,
.pkp_structure_main button,
.pkp_structure_main input[type="submit"],
.pkp_structure_sidebar button,
.pkp_structure_sidebar input[type="submit"] {
border-color: var(--setara-maroon) !important;
background: var(--setara-maroon) !important;
color: #FFFFFF !important;
}

.cmp_button:hover,
.cmp_button:focus,
.cmp_form .buttons button:hover,
.cmp_form .buttons button:focus,
.pkp_structure_main button:hover,
.pkp_structure_main button:focus,
.pkp_structure_main input[type="submit"]:hover,
.pkp_structure_main input[type="submit"]:focus,
.pkp_structure_sidebar button:hover,
.pkp_structure_sidebar button:focus,
.pkp_structure_sidebar input[type="submit"]:hover,
.pkp_structure_sidebar input[type="submit"]:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
}

.pkp_structure_sidebar .pkp_block,
.pkp_block {
border-radius: var(--setara-radius) !important;
border-color: rgba(184, 134, 11, 0.22) !important;
background: rgba(255, 253, 248, 0.88) !important;
box-shadow: 0 8px 18px rgba(59, 5, 6, 0.06) !important;
}

.pkp_block .title,
.pkp_block h2,
.pkp_block h3 {
color: var(--setara-maroon-deep) !important;
font-size: 0.98rem !important;
font-weight: 720 !important;
letter-spacing: 0 !important;
}

.page_about,
.page_masthead,
.page_contact,
.page_submissions,
.page_privacy,
.page_search,
.page_login,
.page_register,
.page_announcement,
.page_static {
color: var(--setara-ink) !important;
}

.page_masthead ul,
.page_contact ul,
.page_about ul,
.page_submissions ul,
.page_privacy ul,
.page_static ul {
padding-left: 1.2rem !important;
}

.page_masthead li,
.page_contact li,
.page_about li,
.page_submissions li,
.page_privacy li,
.page_static li {
margin-bottom: 0.42rem !important;
}

.page_masthead .name,
.page_masthead .affiliation,
.page_masthead .date_start {
display: block !important;
}

.page_masthead .name {
color: var(--setara-maroon-deep) !important;
font-weight: 720 !important;
}

.page_masthead .affiliation,
.page_masthead .date_start {
color: var(--setara-muted) !important;
font-size: 0.92rem !important;
line-height: 1.45 !important;
}

html body .page_contact .contact_section {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 1rem !important;
align-items: stretch !important;
}

html body .page_contact .setara-contact-address {
grid-column: 1 / -1 !important;
margin: 0 !important;
padding: 1rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.72)) !important;
box-shadow:
0 12px 24px rgba(59, 5, 6, 0.07),
inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
}

html body .page_contact .setara-contact-address__text {
display: flex !important;
align-items: flex-start !important;
gap: 0.72rem !important;
margin: 0 0 0.86rem !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
font-size: 0.98rem !important;
font-weight: 450 !important;
line-height: 1.48 !important;
}

html body .page_contact .setara-contact-address__copy {
display: block !important;
min-width: 0 !important;
}

html body .page_contact .setara-contact-icon {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex: 0 0 auto !important;
width: 1.58rem !important;
height: 1.58rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 225, 190, 0.82) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-family: FontAwesome !important;
font-size: 0.8rem !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 1 !important;
text-align: center !important;
}

html body .page_contact .setara-contact-icon--map:before {
content: "\f041" !important;
}

html body .page_contact .setara-contact-icon--user:before {
content: "\f007" !important;
}

html body .page_contact .setara-contact-icon--phone:before {
content: "\f095" !important;
}

html body .page_contact .setara-contact-icon--email:before {
content: "\f0e0" !important;
}

html body .page_contact .setara-contact-map {
position: relative !important;
overflow: hidden !important;
min-height: 14rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background: rgba(248, 234, 205, 0.62) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.06),
inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

html body .page_contact .setara-contact-map iframe {
display: block !important;
width: 100% !important;
height: clamp(13.2rem, 28vw, 18rem) !important;
border: 0 !important;
filter: saturate(0.9) contrast(0.96) sepia(0.08) !important;
}

html body .page_contact .setara-contact-map__link,
html body .page_contact .setara-contact-map__link:visited,
html body .page_contact .setara-contact-map__link:hover,
html body .page_contact .setara-contact-map__link:focus {
position: absolute !important;
right: 0.72rem !important;
bottom: 0.72rem !important;
display: inline-flex !important;
align-items: center !important;
min-height: 2rem !important;
padding: 0.34rem 0.68rem !important;
border: 1px solid rgba(184, 134, 11, 0.32) !important;
border-radius: 999px !important;
background: rgba(255, 253, 248, 0.94) !important;
box-shadow: 0 8px 18px rgba(59, 5, 6, 0.12) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.78rem !important;
font-weight: 720 !important;
line-height: 1.12 !important;
text-decoration: none !important;
text-shadow: none !important;
}

html body .page_contact .setara-contact-map__link:hover,
html body .page_contact .setara-contact-map__link:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}

html body .page_contact .contact {
float: none !important;
width: auto !important;
min-width: 0 !important;
margin: 0 !important;
padding: 1rem !important;
border: 1px solid rgba(184, 134, 11, 0.2) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.72)) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.06),
inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
}

html body .page_contact .contact.primary {
padding-right: 1rem !important;
}

html body .page_contact .contact h2 {
display: flex !important;
align-items: center !important;
gap: 0.5rem !important;
margin: 0 0 0.82rem !important;
padding: 0 0 0.55rem !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.2) !important;
color: var(--setara-maroon-deep) !important;
font-size: 1.04rem !important;
line-height: 1.22 !important;
}

html body .page_contact .contact h2:before {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.62rem !important;
height: 1.62rem !important;
border: 1px solid rgba(184, 134, 11, 0.24) !important;
border-radius: 999px !important;
background: rgba(244, 225, 190, 0.72) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-family: FontAwesome !important;
font-size: 0.82rem !important;
font-weight: normal !important;
line-height: 1 !important;
}

html body .page_contact .contact.primary h2:before {
content: "\f2bd" !important;
}

html body .page_contact .contact.support h2:before {
content: "\f1cd" !important;
}

html body .page_contact .setara-contact-row {
display: grid !important;
grid-template-columns: auto minmax(0, 1fr) !important;
grid-template-areas:
"icon label"
"icon value" !important;
column-gap: 0.68rem !important;
align-items: center !important;
margin: 0.62rem 0 !important;
padding: 0.58rem 0.64rem !important;
border: 1px solid rgba(184, 134, 11, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 248, 232, 0.46) !important;
color: var(--setara-ink) !important;
}

html body .page_contact .setara-contact-row .setara-contact-icon {
grid-area: icon !important;
}

html body .page_contact .setara-contact-row .label {
grid-area: label !important;
display: block !important;
margin: 0 !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.72rem !important;
font-weight: 760 !important;
letter-spacing: 0.04em !important;
line-height: 1.12 !important;
text-transform: uppercase !important;
}

html body .page_contact .setara-contact-row .value,
html body .page_contact .setara-contact-row > .value {
grid-area: value !important;
display: block !important;
min-width: 0 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.94rem !important;
font-weight: 450 !important;
line-height: 1.26 !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body .page_contact .setara-contact-row--name {
grid-template-areas: "icon value" !important;
}

html body .page_contact .setara-contact-row--name .value {
align-self: center !important;
font-size: 1rem !important;
font-weight: 480 !important;
}

html body .page_contact .setara-contact-row a,
html body .page_contact .setara-contact-row a:visited {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-weight: 450 !important;
text-decoration: none !important;
}

html body .page_contact .setara-contact-row a:hover,
html body .page_contact .setara-contact-row a:focus {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-decoration: none !important;
}

html body .page_contact .contact .title,
html body .page_contact .contact .affiliation {
display: block !important;
margin: 0.5rem 0 0.62rem !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.9rem !important;
line-height: 1.42 !important;
}

@media (max-width: 760px) {
html body .page_contact .contact_section {
grid-template-columns: 1fr !important;
gap: 0.82rem !important;
}

html body .page_contact .setara-contact-address,
html body .page_contact .contact {
padding: 0.86rem !important;
}

html body .page_contact .setara-contact-address__text {
gap: 0.58rem !important;
font-size: 0.92rem !important;
}

html body .page_contact .setara-contact-map {
min-height: 12rem !important;
}

html body .page_contact .setara-contact-map iframe {
height: 12rem !important;
}

html body .page_contact .setara-contact-map__link {
right: 0.54rem !important;
bottom: 0.54rem !important;
min-height: 1.86rem !important;
padding: 0.28rem 0.56rem !important;
font-size: 0.74rem !important;
}

html body .page_contact .contact h2 {
font-size: 0.98rem !important;
}

html body .page_contact .setara-contact-row {
padding: 0.52rem 0.56rem !important;
}
}

html body.pkp_page_user.pkp_op_register .page_register.setara-register-page {
color: var(--setara-ink) !important;
}

html body.pkp_page_user.pkp_op_register .page_register.setara-register-page h1,
html body.pkp_page_user.pkp_op_register .page_register.setara-register-page .page_title {
max-width: 48rem !important;
margin-right: auto !important;
margin-left: auto !important;
color: var(--setara-maroon-deep) !important;
font-size: 1.58rem !important;
font-weight: 720 !important;
line-height: 1.18 !important;
}

html body.pkp_page_user.pkp_op_register .page_register.setara-register-page > p {
max-width: 48rem !important;
margin: 0 auto 0.78rem !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.88rem !important;
font-weight: 450 !important;
line-height: 1.42 !important;
}

html body.pkp_page_user.pkp_op_register .page_register.setara-register-page > p a,
html body.pkp_page_user.pkp_op_register .page_register.setara-register-page > p a:visited {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-weight: 520 !important;
text-decoration-color: rgba(184, 134, 11, 0.5) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard {
box-sizing: border-box !important;
width: min(100%, 48rem) !important;
margin-right: auto !important;
margin-left: auto !important;
padding: 1rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.72)) !important;
box-shadow:
0 12px 24px rgba(59, 5, 6, 0.07),
inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
color: var(--setara-ink) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__steps {
gap: 0.58rem !important;
margin-bottom: 0.92rem !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .setara-register-wizard__step {
min-height: 2.84rem !important;
padding: 0.48rem 0.64rem !important;
border: 1px solid rgba(184, 134, 11, 0.2) !important;
border-radius: var(--setara-radius) !important;
background: rgba(255, 248, 232, 0.46) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
color: rgba(59, 5, 6, 0.74) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.74) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .setara-register-wizard__step:hover,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .setara-register-wizard__step:focus {
border-color: rgba(184, 134, 11, 0.42) !important;
background: rgba(255, 248, 232, 0.7) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
outline: 0 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .setara-register-wizard__step.is-active {
border-color: rgba(216, 180, 90, 0.48) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 232, 169, 0.18) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__step-number {
width: 1.62rem !important;
height: 1.62rem !important;
background: rgba(184, 134, 11, 0.13) !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.74rem !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__step.is-active .setara-register-wizard__step-number {
background: rgba(255, 246, 227, 0.16) !important;
color: #f2c957 !important;
-webkit-text-fill-color: #f2c957 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__step-label {
font-size: 0.8rem !important;
font-weight: 720 !important;
line-height: 1.12 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__step-note {
color: rgba(31, 23, 21, 0.56) !important;
-webkit-text-fill-color: rgba(31, 23, 21, 0.56) !important;
font-size: 0.68rem !important;
font-weight: 500 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__step.is-active .setara-register-wizard__step-note {
color: rgba(255, 246, 227, 0.76) !important;
-webkit-text-fill-color: rgba(255, 246, 227, 0.76) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard legend {
margin-bottom: 0.72rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1rem !important;
font-weight: 720 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .fields {
column-gap: 0.72rem !important;
row-gap: 0.66rem !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard label {
margin-bottom: 0.26rem !important;
color: rgba(59, 5, 6, 0.84) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.84) !important;
font-size: 0.8rem !important;
font-weight: 560 !important;
line-height: 1.24 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard input[type="text"],
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard input[type="email"],
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard input[type="password"],
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard select,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard textarea,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__search {
min-height: 2.34rem !important;
padding: 0.4rem 0.6rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: 7px !important;
background: rgba(255, 253, 248, 0.78) !important;
box-shadow:
inset 0 1px 2px rgba(59, 5, 6, 0.045),
0 1px 0 rgba(255, 255, 255, 0.5) !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
font-size: 0.84rem !important;
font-weight: 430 !important;
line-height: 1.34 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__trigger {
min-height: 2.34rem !important;
padding: 0.4rem 0.6rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 253, 248, 0.82), rgba(250, 239, 214, 0.72)) !important;
box-shadow:
inset 0 1px 2px rgba(59, 5, 6, 0.045),
0 1px 0 rgba(255, 255, 255, 0.5) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.84rem !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard input:focus,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard select:focus,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard textarea:focus,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__trigger:hover,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__trigger:focus,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__search:focus {
border-color: rgba(184, 134, 11, 0.52) !important;
background: rgba(255, 253, 248, 0.9) !important;
box-shadow:
0 0 0 3px rgba(216, 180, 90, 0.16),
inset 0 1px 2px rgba(59, 5, 6, 0.045) !important;
outline: 0 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__value {
color: rgba(59, 5, 6, 0.74) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.74) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select.has-value .setara-register-select__value {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__panel {
border: 1px solid rgba(184, 134, 11, 0.24) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.98), rgba(248, 234, 205, 0.98)) !important;
box-shadow:
0 16px 30px rgba(59, 5, 6, 0.16),
inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__search-label {
padding: 0.48rem !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.18) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__option {
padding: 0.46rem 0.56rem !important;
border-radius: 6px !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.82rem !important;
font-weight: 480 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__option:hover,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__option:focus,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-select__option.is-selected {
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow: inset 3px 0 0 rgba(216, 180, 90, 0.76) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .description,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .hint {
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.74rem !important;
font-weight: 430 !important;
line-height: 1.36 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .consent {
margin-top: 0.88rem !important;
padding: 0.76rem !important;
border: 1px solid rgba(184, 134, 11, 0.18) !important;
border-radius: var(--setara-radius) !important;
background: rgba(255, 248, 232, 0.36) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .consent legend {
margin-bottom: 0.48rem !important;
font-size: 0.9rem !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .consent label {
color: rgba(31, 23, 21, 0.78) !important;
-webkit-text-fill-color: rgba(31, 23, 21, 0.78) !important;
font-size: 0.78rem !important;
font-weight: 440 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard input[type="checkbox"] {
accent-color: var(--setara-maroon) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__next,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__back,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons button.submit,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons .submit {
min-height: 2.34rem !important;
padding: 0.48rem 0.86rem !important;
border-radius: var(--setara-radius) !important;
font-size: 0.84rem !important;
font-weight: 720 !important;
letter-spacing: 0 !important;
text-decoration: none !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__next,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons button.submit,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons .submit {
border: 1px solid rgba(216, 180, 90, 0.38) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 232, 169, 0.18) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__next:hover,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__next:focus,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons button.submit:hover,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons button.submit:focus,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons .submit:hover,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons .submit:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.16),
inset 0 1px 0 rgba(255, 232, 169, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
outline: 0 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__back {
border: 1px solid rgba(184, 134, 11, 0.26) !important;
background: rgba(255, 253, 248, 0.68) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__back:hover,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__back:focus {
border-color: rgba(184, 134, 11, 0.42) !important;
background: rgba(255, 248, 232, 0.86) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
outline: 0 !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons {
gap: 0.52rem !important;
margin-top: 0.86rem !important;
padding-top: 0.76rem !important;
border-top: 1px solid rgba(184, 134, 11, 0.18) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard #formErrors {
border: 1px solid rgba(111, 6, 8, 0.24) !important;
border-radius: var(--setara-radius) !important;
background: rgba(111, 6, 8, 0.08) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

@media (max-width: 760px) {
html body.pkp_page_user.pkp_op_register .page_register.setara-register-page {
box-sizing: border-box !important;
padding-right: 0.72rem !important;
padding-left: 0.72rem !important;
}

html body.pkp_page_user.pkp_op_register .page_register.setara-register-page h1,
html body.pkp_page_user.pkp_op_register .page_register.setara-register-page .page_title {
font-size: 1.42rem !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard {
width: auto !important;
margin-right: 0 !important;
margin-left: 0 !important;
padding: 0.84rem !important;
border-radius: var(--setara-radius) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__steps,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .fields {
grid-template-columns: minmax(0, 1fr) !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .setara-register-wizard__step {
min-height: 2.62rem !important;
padding: 0.44rem 0.58rem !important;
}

html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__next,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard__back,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons button.submit,
html body.pkp_page_user.pkp_op_register .pkp_structure_main .setara-register-wizard .buttons .submit {
width: 100% !important;
max-width: 100% !important;
}
}

.page_submissions .submission_checklist,
.page_submissions .author_guidelines,
.page_search .search_advanced,
.page_login form,
.page_register form {
border-radius: var(--setara-radius) !important;
}

.setara-register-wizard__step,
.setara-register-select__trigger {
border-radius: var(--setara-radius) !important;
letter-spacing: 0 !important;
}

html body .pkp_structure_main .setara-register-wizard .setara-register-wizard__step,
html body .pkp_structure_main .setara-register-wizard .setara-register-select__trigger {
border-radius: var(--setara-radius) !important;
letter-spacing: 0 !important;
}

.setara-register-select__option {
border-radius: 6px !important;
letter-spacing: 0 !important;
}

html body .pkp_structure_main .setara-register-wizard .setara-register-select__option {
border-radius: 6px !important;
letter-spacing: 0 !important;
}

.setara-register-wizard__next,
.setara-register-wizard__back,
.setara-register-wizard input[type="submit"] {
border-radius: var(--setara-radius) !important;
font-weight: 720 !important;
letter-spacing: 0 !important;
}

html body .pkp_structure_main .setara-register-wizard .setara-register-wizard__next,
html body .pkp_structure_main .setara-register-wizard .setara-register-wizard__back,
html body .pkp_structure_main .setara-register-wizard input[type="submit"] {
border-radius: var(--setara-radius) !important;
font-weight: 720 !important;
letter-spacing: 0 !important;
}

.setara-register-wizard__next,
.setara-register-wizard input[type="submit"] {
border-color: var(--setara-maroon) !important;
background: var(--setara-maroon) !important;
color: #FFFFFF !important;
}

html body .pkp_structure_main .setara-register-wizard .setara-register-wizard__next,
html body .pkp_structure_main .setara-register-wizard input[type="submit"] {
border-color: var(--setara-maroon) !important;
background: var(--setara-maroon) !important;
color: #FFFFFF !important;
}

.setara-register-wizard__next:hover,
.setara-register-wizard__next:focus,
.setara-register-wizard input[type="submit"]:hover,
.setara-register-wizard input[type="submit"]:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
}

.setara-register-wizard__back {
border-color: rgba(184, 134, 11, 0.34) !important;
background: rgba(255, 253, 248, 0.9) !important;
color: var(--setara-maroon-deep) !important;
}

html body .pkp_structure_main .setara-register-wizard .setara-register-wizard__back {
border-color: rgba(184, 134, 11, 0.34) !important;
background: rgba(255, 253, 248, 0.9) !important;
color: var(--setara-maroon-deep) !important;
}

.page_search .search_advanced,
.page_search .search_results,
.page_submissions .submission_checklist {
padding: 1rem !important;
border: 1px solid rgba(184, 134, 11, 0.2) !important;
background: rgba(250, 246, 238, 0.42) !important;
}

html body.pkp_page_login.pkp_op_index .page_login {
color: var(--setara-ink) !important;
}

html body.pkp_page_login.pkp_op_index .page_login h1 {
max-width: 31rem !important;
margin-right: auto !important;
margin-left: auto !important;
margin-bottom: 0.78rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.58rem !important;
font-weight: 720 !important;
line-height: 1.18 !important;
}

html body.pkp_page_login.pkp_op_index .page_login > p {
max-width: 31rem !important;
margin: 0 auto 0.8rem !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.88rem !important;
font-weight: 450 !important;
line-height: 1.42 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login {
box-sizing: border-box !important;
width: min(100%, 31rem) !important;
max-width: 31rem !important;
margin-right: auto !important;
margin-left: auto !important;
padding: 1rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.72)) !important;
box-shadow:
0 12px 24px rgba(59, 5, 6, 0.07),
inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .fields {
display: grid !important;
gap: 0.78rem !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .username,
html body.pkp_page_login.pkp_op_index .page_login form#login .password,
html body.pkp_page_login.pkp_op_index .page_login form#login .remember {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login label {
display: grid !important;
gap: 0.3rem !important;
margin: 0 !important;
color: rgba(59, 5, 6, 0.84) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.84) !important;
font-size: 0.82rem !important;
font-weight: 560 !important;
line-height: 1.24 !important;
letter-spacing: 0 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .label {
color: rgba(59, 5, 6, 0.84) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.84) !important;
font-weight: 560 !important;
letter-spacing: 0 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .required {
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-weight: 720 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login input[type="text"],
html body.pkp_page_login.pkp_op_index .page_login form#login input[type="password"] {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
min-height: 2.42rem !important;
padding: 0.44rem 0.66rem !important;
border: 1px solid rgba(184, 134, 11, 0.24) !important;
border-radius: 7px !important;
background: rgba(255, 253, 248, 0.8) !important;
box-shadow:
inset 0 1px 2px rgba(59, 5, 6, 0.045),
0 1px 0 rgba(255, 255, 255, 0.52) !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
font-size: 0.9rem !important;
font-weight: 430 !important;
line-height: 1.34 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login input[type="text"]:focus,
html body.pkp_page_login.pkp_op_index .page_login form#login input[type="password"]:focus {
border-color: rgba(184, 134, 11, 0.56) !important;
background: rgba(255, 253, 248, 0.94) !important;
box-shadow:
0 0 0 3px rgba(216, 180, 90, 0.16),
inset 0 1px 2px rgba(59, 5, 6, 0.045) !important;
outline: 0 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .password a,
html body.pkp_page_login.pkp_op_index .page_login form#login .password a:visited {
justify-self: start !important;
display: inline-flex !important;
align-items: center !important;
min-height: 1.68rem !important;
margin-top: 0.12rem !important;
padding: 0.22rem 0.5rem !important;
border: 1px solid rgba(184, 134, 11, 0.18) !important;
border-radius: 999px !important;
background: rgba(255, 248, 232, 0.46) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-size: 0.78rem !important;
font-weight: 620 !important;
line-height: 1.12 !important;
text-decoration: none !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .password a:hover,
html body.pkp_page_login.pkp_op_index .page_login form#login .password a:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
outline: 0 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .remember {
padding: 0.58rem 0.66rem !important;
border: 1px solid rgba(184, 134, 11, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 248, 232, 0.42) !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .remember label {
display: flex !important;
align-items: center !important;
gap: 0.5rem !important;
font-size: 0.82rem !important;
font-weight: 450 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login input[type="checkbox"] {
flex: 0 0 auto !important;
width: 0.98rem !important;
height: 0.98rem !important;
margin: 0 !important;
accent-color: var(--setara-maroon) !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .buttons {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
justify-content: flex-end !important;
gap: 0.52rem !important;
margin: 0 !important;
padding-top: 0.76rem !important;
border-top: 1px solid rgba(184, 134, 11, 0.18) !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login button.submit,
html body.pkp_page_login.pkp_op_index .page_login form#login a.register,
html body.pkp_page_login.pkp_op_index .page_login form#login a.register:visited {
box-sizing: border-box !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-height: 2.3rem !important;
margin: 0 !important;
padding: 0.46rem 0.86rem !important;
border-radius: var(--setara-radius) !important;
font-size: 0.84rem !important;
font-weight: 720 !important;
letter-spacing: 0 !important;
line-height: 1.12 !important;
text-decoration: none !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login button.submit {
border: 1px solid rgba(216, 180, 90, 0.38) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 232, 169, 0.18) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login button.submit:hover,
html body.pkp_page_login.pkp_op_index .page_login form#login button.submit:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
outline: 0 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login a.register,
html body.pkp_page_login.pkp_op_index .page_login form#login a.register:visited {
border: 1px solid rgba(184, 134, 11, 0.26) !important;
background: rgba(255, 253, 248, 0.68) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login a.register:hover,
html body.pkp_page_login.pkp_op_index .page_login form#login a.register:focus {
border-color: rgba(184, 134, 11, 0.42) !important;
background: rgba(255, 248, 232, 0.88) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-decoration: none !important;
outline: 0 !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .pkp_form_error {
margin: 0 0 0.78rem !important;
padding: 0.66rem 0.78rem !important;
border: 1px solid rgba(111, 6, 8, 0.24) !important;
border-radius: var(--setara-radius) !important;
background: rgba(111, 6, 8, 0.08) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.84rem !important;
line-height: 1.38 !important;
}

@media (max-width: 760px) {
html body.pkp_page_login.pkp_op_index .page_login {
box-sizing: border-box !important;
padding-right: 0.72rem !important;
padding-left: 0.72rem !important;
}

html body.pkp_page_login.pkp_op_index .page_login h1 {
font-size: 1.42rem !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login {
width: 100% !important;
max-width: 100% !important;
padding: 0.86rem !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login .buttons {
justify-content: stretch !important;
}

html body.pkp_page_login.pkp_op_index .page_login form#login button.submit,
html body.pkp_page_login.pkp_op_index .page_login form#login a.register {
width: 100% !important;
max-width: 100% !important;
}
}

html body.pkp_page_about.pkp_op_submissions .page_submissions {
color: var(--setara-ink) !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions h1 {
max-width: 100% !important;
margin-bottom: 0.86rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.58rem !important;
font-weight: 720 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification,
html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines,
html body.pkp_page_about.pkp_op_submissions .page_submissions .submission_checklist,
html body.pkp_page_about.pkp_op_submissions .page_submissions .section_policy,
html body.pkp_page_about.pkp_op_submissions .page_submissions .copyright_notice,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.92rem !important;
padding: 1rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.72)) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.06),
inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
line-height: 1.62 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.52rem !important;
margin-bottom: 1rem !important;
padding: 0.82rem 0.92rem !important;
border-color: rgba(184, 134, 11, 0.26) !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.78), rgba(248, 234, 205, 0.68)) !important;
font-size: 0.9rem !important;
font-weight: 450 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification:before {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex: 0 0 auto !important;
width: 1.6rem !important;
height: 1.6rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 225, 190, 0.8) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
content: "\f044" !important;
font-family: FontAwesome !important;
font-size: 0.78rem !important;
font-weight: normal !important;
line-height: 1 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification a,
html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification a:visited {
display: inline-flex !important;
align-items: center !important;
min-height: 1.82rem !important;
padding: 0.28rem 0.62rem !important;
border: 1px solid rgba(184, 134, 11, 0.26) !important;
border-radius: 999px !important;
background: rgba(255, 253, 248, 0.72) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.82rem !important;
font-weight: 720 !important;
line-height: 1.12 !important;
text-decoration: none !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification a:hover,
html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification a:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
outline: 0 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions h2 {
display: flex !important;
align-items: center !important;
gap: 0.52rem !important;
max-width: 100% !important;
margin: 0 0 0.78rem !important;
padding: 0 0 0.58rem !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.2) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.04rem !important;
font-weight: 720 !important;
line-height: 1.22 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions h2:before {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex: 0 0 auto !important;
width: 1.62rem !important;
height: 1.62rem !important;
border: 1px solid rgba(184, 134, 11, 0.24) !important;
border-radius: 999px !important;
background: rgba(244, 225, 190, 0.72) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-family: FontAwesome !important;
font-size: 0.8rem !important;
font-weight: normal !important;
line-height: 1 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines h2:before {
content: "\f02d" !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .submission_checklist h2:before {
content: "\f046" !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .section_policy h2:before {
content: "\f1ea" !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .copyright_notice h2:before {
content: "\f1f9" !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement h2:before {
content: "\f023" !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions p,
html body.pkp_page_about.pkp_op_submissions .page_submissions li,
html body.pkp_page_about.pkp_op_submissions .page_submissions dd {
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
font-size: 0.94rem !important;
font-weight: 430 !important;
line-height: 1.62 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines p,
html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines li,
html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines dd,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement p,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement li,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement dd {
max-width: 100% !important;
text-align: justify !important;
text-justify: inter-word !important;
hyphens: auto !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines p,
html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines ul,
html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines ol,
html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines dl,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement p,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement ul,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement ol,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement dl {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions ul,
html body.pkp_page_about.pkp_op_submissions .page_submissions ol {
max-width: 100% !important;
margin: 0.4rem 0 0 !important;
padding-left: 1.12rem !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions li {
margin-bottom: 0.48rem !important;
padding-left: 0.12rem !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .submission_checklist ul,
html body.pkp_page_about.pkp_op_submissions .page_submissions .submission_checklist ol {
display: grid !important;
gap: 0.54rem !important;
padding-left: 0 !important;
list-style: none !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .submission_checklist li {
position: relative !important;
margin: 0 !important;
padding: 0.58rem 0.66rem 0.58rem 2.18rem !important;
border: 1px solid rgba(184, 134, 11, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 248, 232, 0.46) !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .submission_checklist li:before {
position: absolute !important;
top: 0.62rem !important;
left: 0.62rem !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.18rem !important;
height: 1.18rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 225, 190, 0.78) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
content: "\f00c" !important;
font-family: FontAwesome !important;
font-size: 0.64rem !important;
font-weight: normal !important;
line-height: 1 !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions a,
html body.pkp_page_about.pkp_op_submissions .page_submissions a:visited {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-weight: 560 !important;
text-decoration-color: rgba(184, 134, 11, 0.5) !important;
text-decoration-thickness: 1px !important;
text-underline-offset: 0.16em !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions a:hover,
html body.pkp_page_about.pkp_op_submissions .page_submissions a:focus {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-decoration-color: var(--setara-gold) !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .section_policy {
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.78), rgba(248, 234, 205, 0.64)) !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .section_policy p:last-child,
html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines p:last-child,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement p:last-child,
html body.pkp_page_about.pkp_op_submissions .page_submissions .copyright_notice p:last-child {
margin-bottom: 0 !important;
}

@media (max-width: 760px) {
html body.pkp_page_about.pkp_op_submissions .page_submissions {
box-sizing: border-box !important;
padding-right: 0.72rem !important;
padding-left: 0.72rem !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions h1 {
font-size: 1.42rem !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification,
html body.pkp_page_about.pkp_op_submissions .page_submissions .author_guidelines,
html body.pkp_page_about.pkp_op_submissions .page_submissions .submission_checklist,
html body.pkp_page_about.pkp_op_submissions .page_submissions .section_policy,
html body.pkp_page_about.pkp_op_submissions .page_submissions .copyright_notice,
html body.pkp_page_about.pkp_op_submissions .page_submissions .privacy_statement {
padding: 0.86rem !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions h2 {
font-size: 0.98rem !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .cmp_notification {
align-items: flex-start !important;
}

html body.pkp_page_about.pkp_op_submissions .page_submissions .submission_checklist li {
padding-right: 0.56rem !important;
}
}

.page_index_journal .additional_content > div[style*="display: flex"],
.page_index_journal .additional_content > div[style*="display:flex"] {
display: grid !important;
grid-template-columns: 10.5rem minmax(0, 1fr) !important;
align-items: start !important;
gap: 1.1rem !important;
}

.page_index_journal .additional_content img[style*="165px"],
.page_index_journal .additional_content img[style*="220px"] {
display: block !important;
width: 100% !important;
height: auto !important;
max-width: 10.5rem !important;
aspect-ratio: 3 / 4 !important;
object-fit: cover !important;
border: 1px solid rgba(184, 134, 11, 0.18) !important;
border-radius: 4px !important;
box-shadow: 0 10px 22px rgba(59, 5, 6, 0.1) !important;
}

.obj_issue_toc .sections,
.obj_issue_toc .section,
.obj_article_summary,
.obj_issue_summary {
border-color: rgba(184, 134, 11, 0.2) !important;
}

.obj_article_summary .title a,
.obj_issue_summary .title a {
color: var(--setara-maroon-deep) !important;
font-weight: 720 !important;
}

.obj_article_summary .meta,
.obj_article_summary .authors,
.obj_issue_summary .description,
.obj_issue_summary .series {
color: var(--setara-muted) !important;
}

.obj_article_summary .setara-article-actions {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.55rem 0.72rem !important;
margin-top: 0.78rem !important;
}

.obj_article_summary .setara-article-actions .galleys_links {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.5rem !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}

.obj_article_summary .setara-article-actions .galleys_links li {
margin: 0 !important;
}

.obj_article_summary .setara-article-doi,
.obj_article_summary .setara-article-doi:visited,
.obj_article_summary .setara-article-doi:hover,
.obj_article_summary .setara-article-doi:focus {
display: inline-flex !important;
align-items: center !important;
gap: 0.38rem !important;
min-height: 2rem !important;
padding: 0.3rem 0.68rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 232, 207, 0.82) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.88rem !important;
font-weight: 700 !important;
line-height: 1.15 !important;
text-decoration: none !important;
text-shadow: none !important;
}

.obj_article_summary .setara-article-doi:hover,
.obj_article_summary .setara-article-doi:focus {
border-color: rgba(139, 0, 0, 0.36) !important;
background: rgba(250, 239, 214, 0.96) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
}

.obj_article_summary .setara-article-doi__logo {
display: block !important;
width: 1.25rem !important;
height: 1.25rem !important;
object-fit: contain !important;
flex: 0 0 auto !important;
}

.obj_article_summary .setara-article-doi__value {
display: inline-block !important;
color: inherit !important;
-webkit-text-fill-color: inherit !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
}

.obj_article_summary .setara-article-stats {
display: inline-flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.42rem !important;
max-width: 100% !important;
}

.obj_article_summary .setara-article-stat {
display: inline-flex !important;
align-items: center !important;
gap: 0.28rem !important;
min-height: 1.78rem !important;
padding: 0.24rem 0.56rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: 999px !important;
background: rgba(255, 248, 232, 0.58) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.8rem !important;
font-weight: 650 !important;
line-height: 1.12 !important;
white-space: nowrap !important;
}

.obj_article_summary .setara-article-stat__icon {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 0.9rem !important;
height: 0.9rem !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-family: FontAwesome !important;
font-size: 0.82rem !important;
line-height: 1 !important;
}

.obj_article_summary .setara-article-stat__icon--eye:before {
content: "\f06e" !important;
}

.obj_article_summary .setara-article-stat__icon--download:before {
content: "\f019" !important;
}

.obj_article_summary .setara-article-stat__label {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
}

.obj_article_summary .setara-article-stat__value {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 760 !important;
}

.obj_article_summary .setara-article-index-links {
display: inline-flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.38rem !important;
max-width: 100% !important;
}

.obj_article_summary .setara-article-index-link,
.obj_article_summary .setara-article-index-link:visited,
.obj_article_summary .setara-article-index-link:hover,
.obj_article_summary .setara-article-index-link:focus {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
min-width: 0 !important;
height: auto !important;
min-height: 1.9rem !important;
padding: 0.12rem 0.24rem !important;
border: 1px solid rgba(184, 134, 11, 0.26) !important;
border-radius: 8px !important;
background: rgba(255, 253, 248, 0.95) !important;
box-shadow:
0 4px 10px rgba(59, 5, 6, 0.035),
inset 0 1px 0 rgba(255, 255, 255, 0.74) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
line-height: 1 !important;
text-decoration: none !important;
text-shadow: none !important;
transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

.obj_article_summary .setara-article-index-link:hover,
.obj_article_summary .setara-article-index-link:focus {
border-color: rgba(139, 0, 0, 0.4) !important;
background: rgba(255, 253, 248, 0.98) !important;
box-shadow:
0 9px 18px rgba(59, 5, 6, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
transform: translateY(-1px) !important;
}

.obj_article_summary .setara-article-index-link img {
display: block !important;
width: auto !important;
height: 1.58rem !important;
max-width: 5.6rem !important;
max-height: none !important;
object-fit: contain !important;
}

html body .page_issue_archive .setara-archive-groups {
padding-top: 0.72rem !important;
border-top: 1px solid rgba(184, 134, 11, 0.24) !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.56), rgba(248, 234, 205, 0.38)) !important;
}

html body .page_issue_archive .setara-archive-year-toggle,
html body .page_issue_archive .setara-archive-year-toggle:hover,
html body .page_issue_archive .setara-archive-year-toggle:focus {
border-color: var(--setara-maroon) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.08),
0 10px 20px rgba(59, 5, 6, 0.12) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-shadow: none !important;
}

html body .page_issue_archive .setara-archive-year-toggle *,
html body .page_issue_archive .setara-archive-year-toggle:hover *,
html body .page_issue_archive .setara-archive-year-toggle:focus * {
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-shadow: none !important;
}

html body .page_issue_archive .setara-archive-year-toggle .setara-archive-count {
color: #F4E8CF !important;
-webkit-text-fill-color: #F4E8CF !important;
}

html body .page_issue_archive .setara-archive-issue {
border-color: rgba(184, 134, 11, 0.24) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.72)) !important;
box-shadow:
0 12px 26px rgba(59, 5, 6, 0.07),
inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
}

html body .page_issue_archive .setara-archive-issue-toggle,
html body .page_issue_archive .setara-archive-issue-toggle:hover,
html body .page_issue_archive .setara-archive-issue-toggle:focus {
border-bottom-color: rgba(184, 134, 11, 0.2) !important;
background:
linear-gradient(90deg, rgba(216, 180, 90, 0.16), rgba(255, 248, 232, 0.72) 30%, rgba(248, 234, 205, 0.64)) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body .page_issue_archive .setara-archive-year.is-open .setara-archive-issue > .setara-archive-issue-toggle,
html body .page_issue_archive .setara-archive-issue.is-open > .setara-archive-issue-toggle {
border-bottom-color: rgba(184, 134, 11, 0.2) !important;
background:
linear-gradient(90deg, rgba(216, 180, 90, 0.18), rgba(255, 248, 232, 0.74) 30%, rgba(248, 234, 205, 0.66)) !important;
box-shadow:
inset 3px 0 0 rgba(184, 115, 51, 0.56),
0 6px 14px rgba(59, 5, 6, 0.04) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body .page_issue_archive .setara-archive-issue-title {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body .page_issue_archive .setara-archive-issue-meta {
color: rgba(59, 5, 6, 0.68) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.68) !important;
}

html body .page_issue_archive .setara-archive-issue-panel,
html body .page_issue_archive .setara-archive-issue.is-open > .setara-archive-issue-panel {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.72), rgba(246, 229, 197, 0.58)) !important;
}

html body .page_issue_archive .setara-archive-link:hover,
html body .page_issue_archive .setara-archive-link:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
text-decoration: none !important;
text-shadow: none !important;
}

html body .page_issue.setara-issue-page .setara-issue-accordion {
border-color: rgba(151, 92, 31, 0.26) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.88), rgba(248, 234, 205, 0.78)) !important;
box-shadow:
0 13px 28px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 249, 232, 0.5) !important;
}

html body .page_issue.setara-issue-page .setara-issue-accordion__trigger,
html body .page_issue.setara-issue-page .setara-issue-accordion__trigger:hover,
html body .page_issue.setara-issue-page .setara-issue-accordion__trigger:focus {
border-color: var(--setara-maroon) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-shadow: none !important;
}

html body .page_issue.setara-issue-page .setara-issue-accordion__trigger .setara-issue-accordion__eyebrow {
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
}

html body .page_issue.setara-issue-page .setara-issue-accordion__trigger .setara-issue-accordion__heading {
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-shadow: none !important;
}

html body .page_issue.setara-issue-page .setara-issue-accordion__trigger .setara-issue-accordion__meta,
html body .page_issue.setara-issue-page .setara-issue-accordion__trigger .setara-issue-accordion__meta-item {
color: #F4E8CF !important;
-webkit-text-fill-color: #F4E8CF !important;
font-weight: 740 !important;
opacity: 1 !important;
}

html body .page_issue.setara-issue-page .setara-issue-accordion__icon {
border-color: rgba(151, 92, 31, 0.3) !important;
background: #F4E8CF !important;
}

html body .page_issue.setara-issue-page .setara-issue-accordion__icon:before,
html body .page_issue.setara-issue-page .setara-issue-accordion__icon:after {
background: var(--setara-maroon) !important;
}

html body .page_issue.setara-issue-page .setara-issue-accordion__panel,
html body .page_issue.setara-issue-page .setara-issue-accordion.is-open .setara-issue-accordion__panel {
border-top-color: rgba(151, 92, 31, 0.2) !important;
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.82), rgba(246, 229, 197, 0.68)) !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .heading {
border: 1px solid rgba(184, 134, 11, 0.2) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.62), rgba(248, 234, 205, 0.44)) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54) !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .published {
border-color: rgba(151, 92, 31, 0.24) !important;
background: rgba(244, 232, 207, 0.88) !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-meta-row {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.62rem 0.72rem !important;
margin-top: 1.08rem !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-meta-row .published {
display: inline-flex !important;
align-items: center !important;
gap: 0.34rem !important;
min-height: 2.05rem !important;
margin: 0 !important;
padding: 0.3rem 0.78rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 8px !important;
background: rgba(244, 232, 207, 0.82) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.96rem !important;
line-height: 1.2 !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-meta-row .published .label {
font-weight: 760 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-meta-row .published .value {
font-weight: 500 !important;
color: #1e1612 !important;
-webkit-text-fill-color: #1e1612 !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-doi,
html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-doi:visited,
html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-doi:hover,
html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-doi:focus {
display: inline-flex !important;
align-items: center !important;
gap: 0.38rem !important;
min-height: 2.05rem !important;
max-width: 100% !important;
padding: 0.3rem 0.68rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 232, 207, 0.82) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.88rem !important;
font-weight: 700 !important;
line-height: 1.15 !important;
text-decoration: none !important;
text-shadow: none !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-doi:hover,
html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-doi:focus {
border-color: rgba(139, 0, 0, 0.36) !important;
background: rgba(250, 239, 214, 0.96) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-doi__logo {
display: block !important;
width: 1.25rem !important;
height: 1.25rem !important;
object-fit: contain !important;
flex: 0 0 auto !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .setara-issue-doi__value {
display: inline-block !important;
min-width: 0 !important;
color: inherit !important;
-webkit-text-fill-color: inherit !important;
overflow-wrap: break-word !important;
word-break: normal !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .section {
border-color: rgba(184, 134, 11, 0.22) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.42), rgba(248, 234, 205, 0.3)) !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .section h2 {
background: rgba(244, 232, 207, 0.96) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body .page_issue.setara-issue-page .obj_article_summary {
box-sizing: border-box !important;
margin: 0 0 0.66rem !important;
padding: 0.86rem 1rem 0.82rem !important;
border-width: 1px !important;
border-style: solid !important;
border-radius: 8px !important;
border-color: rgba(184, 134, 11, 0.2) !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.74), rgba(248, 234, 205, 0.54)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
overflow: hidden !important;
}

html body .page_issue.setara-issue-page .obj_article_summary > .title {
margin: 0 0 0.48rem !important;
padding: 0 !important;
font-size: 1.03rem !important;
line-height: 1.3 !important;
letter-spacing: 0 !important;
}

html body .page_issue.setara-issue-page .obj_article_summary > .title a {
display: block !important;
max-width: 100% !important;
overflow-wrap: anywhere !important;
word-break: normal !important;
letter-spacing: 0 !important;
text-decoration: none !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .meta {
position: static !important;
display: flex !important;
flex-wrap: wrap !important;
align-items: flex-start !important;
justify-content: space-between !important;
gap: 0.26rem 0.9rem !important;
margin: 0 !important;
padding: 0 !important;
font-size: 0.9rem !important;
line-height: 1.34 !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .authors {
flex: 1 1 18rem !important;
min-width: 0 !important;
padding: 0 !important;
color: var(--setara-muted) !important;
overflow-wrap: anywhere !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .pages {
position: static !important;
flex: 0 0 auto !important;
max-width: 100% !important;
margin-left: auto !important;
padding-left: 0.72rem !important;
color: var(--setara-muted) !important;
font-size: 0.9rem !important;
line-height: 1.34 !important;
text-align: right !important;
white-space: nowrap !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-actions {
max-width: 100% !important;
margin-top: 0.68rem !important;
gap: 0.42rem 0.52rem !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-actions .galleys_links {
gap: 0.42rem !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .obj_galley_link,
html body .page_issue.setara-issue-page .obj_article_summary .galley-link {
min-height: 1.78rem !important;
padding: 0.24rem 0.62rem !important;
border-radius: 7px !important;
font-size: 0.84rem !important;
line-height: 1.15 !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .obj_galley_link:hover,
html body .page_issue.setara-issue-page .obj_article_summary .obj_galley_link:focus,
html body .page_issue.setara-issue-page .obj_article_summary .galley-link:hover,
html body .page_issue.setara-issue-page .obj_article_summary .galley-link:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
text-decoration: none !important;
text-shadow: none !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .obj_galley_link:hover:before,
html body .page_issue.setara-issue-page .obj_article_summary .obj_galley_link:focus:before,
html body .page_issue.setara-issue-page .obj_article_summary .galley-link:hover:before,
html body .page_issue.setara-issue-page .obj_article_summary .galley-link:focus:before {
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-doi,
html body .page_issue.setara-issue-page .obj_article_summary .setara-article-doi:visited,
html body .page_issue.setara-issue-page .obj_article_summary .setara-article-doi:hover,
html body .page_issue.setara-issue-page .obj_article_summary .setara-article-doi:focus {
min-height: 1.78rem !important;
max-width: 100% !important;
padding: 0.24rem 0.58rem !important;
font-size: 0.82rem !important;
line-height: 1.12 !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-doi__logo {
width: 1.08rem !important;
height: 1.08rem !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-doi__value {
min-width: 0 !important;
overflow-wrap: anywhere !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-stats {
gap: 0.38rem !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-stat {
min-height: 1.78rem !important;
padding: 0.24rem 0.52rem !important;
font-size: 0.78rem !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-index-links {
gap: 0.34rem !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-index-link {
width: auto !important;
min-width: 0 !important;
height: auto !important;
min-height: 1.82rem !important;
padding: 0.1rem 0.22rem !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .setara-article-index-link img {
height: 1.5rem !important;
max-width: 5.35rem !important;
max-height: none !important;
}

html body .page_issue.setara-issue-page .obj_issue_toc .cmp_article_list.articles > li {
margin-bottom: 0.66rem !important;
}

@media (max-width: 640px) {
html body .page_issue.setara-issue-page .obj_article_summary {
padding: 0.82rem 0.86rem !important;
}

html body .page_issue.setara-issue-page .obj_article_summary > .title {
font-size: 0.98rem !important;
line-height: 1.32 !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .meta {
display: block !important;
}

html body .page_issue.setara-issue-page .obj_article_summary .pages {
margin: 0.28rem 0 0 !important;
padding-left: 0 !important;
text-align: left !important;
}
}

html body.pkp_page_announcement.pkp_op_view .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
overflow: hidden !important;
border: 1px solid rgba(151, 92, 31, 0.24) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 242, 220, 0.9), rgba(247, 232, 199, 0.78)) !important;
box-shadow:
0 15px 32px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.62) !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full h1 {
display: block !important;
margin: 0 !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full h1::before {
content: "Journal Notice" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .date {
display: inline-flex !important;
align-items: center !important;
gap: 0.42rem !important;
min-height: 2rem !important;
margin: 0.86rem 0.98rem 0 !important;
padding: 0.26rem 0.62rem !important;
border: 1px solid rgba(151, 92, 31, 0.22) !important;
border-radius: 999px !important;
background: rgba(255, 248, 232, 0.78) !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.82rem !important;
font-weight: 680 !important;
line-height: 1.18 !important;
box-shadow: 0 8px 18px rgba(59, 5, 6, 0.05) !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .date::before {
content: "\f073" !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.2rem !important;
height: 1.2rem !important;
border-radius: 999px !important;
background: rgba(253, 236, 194, 0.72) !important;
color: var(--setara-gold-deep) !important;
-webkit-text-fill-color: var(--setara-gold-deep) !important;
font-family: FontAwesome !important;
font-size: 0.72rem !important;
line-height: 1 !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .obj_announcement_full_image {
display: block !important;
max-width: min(100%, 34rem) !important;
height: auto !important;
margin: 0.92rem auto 0 !important;
border: 1px solid rgba(151, 92, 31, 0.2) !important;
border-radius: 7px !important;
box-shadow: 0 14px 28px rgba(59, 5, 6, 0.1) !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description {
box-sizing: border-box !important;
display: block !important;
max-width: 100% !important;
margin: 0.82rem 0.98rem 1rem !important;
padding: 0.96rem 1rem !important;
overflow-wrap: anywhere !important;
border: 1px solid rgba(151, 92, 31, 0.19) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.78), rgba(249, 238, 211, 0.74)) !important;
color: #2F1C16 !important;
font-size: 0.92rem !important;
line-height: 1.72 !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.05),
inset 0 1px 0 rgba(255, 252, 242, 0.58) !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description p {
margin: 0 0 0.82rem !important;
max-width: 100% !important;
color: #2F1C16 !important;
font-size: 0.92rem !important;
line-height: 1.72 !important;
letter-spacing: 0 !important;
text-align: justify !important;
text-justify: inter-word !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description p:last-child {
margin-bottom: 0 !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description em,
html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description strong,
html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description b {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description strong,
html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description b {
font-weight: 780 !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description br {
display: block !important;
content: "" !important;
margin: 0.08rem 0 !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description a,
html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description a:visited {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-weight: 760 !important;
text-decoration: none !important;
border-bottom: 1px solid rgba(151, 92, 31, 0.28) !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description a:hover,
html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description a:focus {
color: #7D0508 !important;
-webkit-text-fill-color: #7D0508 !important;
border-bottom-color: #7D0508 !important;
text-decoration: none !important;
}

@media (max-width: 640px) {
html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full {
border-radius: 7px !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full h1 {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .date {
margin: 0.72rem 0.74rem 0 !important;
font-size: 0.78rem !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description {
margin: 0.72rem 0.74rem 0.82rem !important;
padding: 0.78rem 0.78rem !important;
font-size: 0.86rem !important;
line-height: 1.66 !important;
}

html body.pkp_page_announcement.pkp_op_view .page_announcement .obj_announcement_full .description p {
font-size: 0.86rem !important;
line-height: 1.66 !important;
text-align: left !important;
}
}

html body.pkp_page_about.pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body.pkp_page_about.pkp_op_index .page_about {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body.pkp_page_about.pkp_op_index .page_about > h1 {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
}

html body.pkp_page_about.pkp_op_index .page_about > h1::before {
content: "Journal Profile" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body.pkp_page_about.pkp_op_index .page_about::after {
content: "" !important;
display: block !important;
width: 100% !important;
height: 1px !important;
margin: 1rem 0 0 !important;
background: linear-gradient(90deg, transparent, rgba(151, 92, 31, 0.26), transparent) !important;
}

html body.pkp_page_about.pkp_op_index .page_about > p,
html body.pkp_page_about.pkp_op_index .page_about > ul,
html body.pkp_page_about.pkp_op_index .page_about > ol,
html body.pkp_page_about.pkp_op_index .page_about > section,
html body.pkp_page_about.pkp_op_index .page_about > div:not(.cmp_breadcrumbs):not(.cmp_edit_link) {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.82rem !important;
padding: 0.9rem 0.96rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.76), rgba(248, 235, 204, 0.72)) !important;
box-shadow:
0 14px 28px rgba(59, 5, 6, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}

html body.pkp_page_about.pkp_op_index .page_about > div[style*="display: flex"] {
align-items: flex-start !important;
gap: 1.18rem !important;
overflow: hidden !important;
}

html body.pkp_page_about.pkp_op_index .page_about > div[style*="display: flex"] > div {
min-width: 0 !important;
}

html body.pkp_page_about.pkp_op_index .page_about > div[style*="display: flex"] > div:last-child {
max-width: 100% !important;
}

html body.pkp_page_about.pkp_op_index .page_about h2,
html body.pkp_page_about.pkp_op_index .page_about h3,
html body.pkp_page_about.pkp_op_index .page_about h4 {
margin: 0.35rem 0 0.62rem !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body.pkp_page_about.pkp_op_index .page_about h2 {
font-size: 1.05rem !important;
}

html body.pkp_page_about.pkp_op_index .page_about h3,
html body.pkp_page_about.pkp_op_index .page_about h4 {
font-size: 0.96rem !important;
}

html body.pkp_page_about.pkp_op_index .page_about p,
html body.pkp_page_about.pkp_op_index .page_about li {
max-width: 100% !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
line-height: 1.72 !important;
text-align: justify !important;
text-justify: inter-word !important;
}

html body.pkp_page_about.pkp_op_index .page_about p {
margin: 0 0 0.78rem !important;
}

html body.pkp_page_about.pkp_op_index .page_about p:last-child {
margin-bottom: 0 !important;
}

html body.pkp_page_about.pkp_op_index .page_about ul,
html body.pkp_page_about.pkp_op_index .page_about ol {
padding-left: 1.18rem !important;
}

html body.pkp_page_about.pkp_op_index .page_about li {
margin: 0 0 0.42rem !important;
}

html body.pkp_page_about.pkp_op_index .page_about a,
html body.pkp_page_about.pkp_op_index .page_about a:visited {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-weight: 780 !important;
text-decoration: none !important;
border-bottom: 1px solid rgba(151, 92, 31, 0.28) !important;
}

html body.pkp_page_about.pkp_op_index .page_about a:hover,
html body.pkp_page_about.pkp_op_index .page_about a:focus {
color: #7D0508 !important;
-webkit-text-fill-color: #7D0508 !important;
border-bottom-color: #7D0508 !important;
text-decoration: none !important;
}

@media (max-width: 640px) {
html body.pkp_page_about.pkp_op_index .page_about > h1 {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body.pkp_page_about.pkp_op_index .page_about > p,
html body.pkp_page_about.pkp_op_index .page_about > ul,
html body.pkp_page_about.pkp_op_index .page_about > ol,
html body.pkp_page_about.pkp_op_index .page_about > section,
html body.pkp_page_about.pkp_op_index .page_about > div:not(.cmp_breadcrumbs):not(.cmp_edit_link) {
padding: 0.78rem !important;
}

html body.pkp_page_about.pkp_op_index .page_about > div[style*="display: flex"] {
display: block !important;
overflow: hidden !important;
}

html body.pkp_page_about.pkp_op_index .page_about > div[style*="display: flex"] > div {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
flex: 0 1 auto !important;
}

html body.pkp_page_about.pkp_op_index .page_about > div[style*="display: flex"] > div:first-child {
width: min(100%, 178px) !important;
max-width: 178px !important;
margin: 0 auto 0.76rem !important;
}

html body.pkp_page_about.pkp_op_index .page_about > div[style*="display: flex"] > div:first-child img {
width: 100% !important;
max-width: 178px !important;
height: auto !important;
aspect-ratio: 3 / 4 !important;
object-fit: cover !important;
}

html body.pkp_page_about.pkp_op_index .page_about p,
html body.pkp_page_about.pkp_op_index .page_about li {
font-size: 0.86rem !important;
line-height: 1.66 !important;
text-align: left !important;
}
}

html body.pkp_page_announcement.pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements > h1 {
display: block !important;
margin: 0 0 0.86rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements > h1::before {
content: "Journal Notices" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements > p,
html body.pkp_page_announcement.pkp_op_index .page_announcements > .announcements_intro {
box-sizing: border-box !important;
margin: 0 0 0.82rem !important;
padding: 0.84rem 0.92rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.72) !important;
color: #2F1C16 !important;
font-size: 0.9rem !important;
line-height: 1.62 !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .cmp_announcements {
box-sizing: border-box !important;
display: grid !important;
gap: 0.74rem !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
overflow: hidden !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .cmp_announcements > li {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0.88rem 0.94rem !important;
overflow: hidden !important;
border: 1px solid rgba(151, 92, 31, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.84), rgba(249, 238, 211, 0.78)) !important;
box-shadow:
0 14px 28px rgba(59, 5, 6, 0.07),
inset 0 1px 0 rgba(255, 252, 242, 0.58) !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .obj_announcement_summary_details {
display: grid !important;
gap: 0.5rem !important;
min-width: 0 !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary h2 {
margin: 0 !important;
padding: 0 !important;
max-width: 100% !important;
min-width: 0 !important;
overflow-wrap: anywhere !important;
font-size: 1.02rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.25 !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary h2 a,
html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary h2 a:visited {
display: inline !important;
max-width: 100% !important;
white-space: normal !important;
overflow-wrap: anywhere !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
text-decoration: none !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary h2 a:hover,
html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary h2 a:focus {
color: #7D0508 !important;
-webkit-text-fill-color: #7D0508 !important;
text-decoration: none !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .date {
justify-self: start !important;
display: inline-flex !important;
align-items: center !important;
gap: 0.38rem !important;
min-height: 1.84rem !important;
margin: 0 !important;
padding: 0.22rem 0.56rem !important;
border: 1px solid rgba(151, 92, 31, 0.2) !important;
border-radius: 999px !important;
background: rgba(255, 248, 232, 0.78) !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.78rem !important;
font-weight: 680 !important;
line-height: 1.18 !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .date::before {
content: "\f073" !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.08rem !important;
height: 1.08rem !important;
border-radius: 999px !important;
background: rgba(253, 236, 194, 0.72) !important;
color: var(--setara-gold-deep) !important;
-webkit-text-fill-color: var(--setara-gold-deep) !important;
font-family: FontAwesome !important;
font-size: 0.66rem !important;
line-height: 1 !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .summary {
display: grid !important;
gap: 0.56rem !important;
min-width: 0 !important;
max-width: 100% !important;
margin: 0 !important;
color: #2F1C16 !important;
font-size: 0.88rem !important;
line-height: 1.5 !important;
overflow: hidden !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .summary p {
display: -webkit-box !important;
max-width: 100% !important;
min-width: 0 !important;
max-height: calc(1.5em * 2) !important;
margin: 0 !important;
overflow: hidden !important;
-webkit-box-orient: vertical !important;
-webkit-line-clamp: 2 !important;
color: #2F1C16 !important;
font-size: 0.88rem !important;
line-height: 1.5 !important;
text-align: left !important;
text-overflow: ellipsis !important;
white-space: normal !important;
overflow-wrap: anywhere !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .summary p br {
display: none !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .summary em,
html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .summary strong,
html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .summary b {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
white-space: normal !important;
overflow-wrap: anywhere !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .read_more,
html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .read_more:visited {
justify-self: start !important;
display: inline-flex !important;
align-items: center !important;
gap: 0.3rem !important;
width: auto !important;
min-height: 1.9rem !important;
margin: 0 !important;
padding: 0.28rem 0.66rem !important;
border: 1px solid rgba(151, 92, 31, 0.24) !important;
border-radius: 999px !important;
background: rgba(255, 248, 232, 0.78) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-size: 0.76rem !important;
font-weight: 780 !important;
letter-spacing: 0 !important;
line-height: 1.16 !important;
text-decoration: none !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .read_more:hover,
html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .read_more:focus {
border-color: var(--setara-maroon) !important;
background: var(--setara-maroon) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .read_more .fa,
html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .read_more [aria-hidden="true"] {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
}

@media (max-width: 640px) {
html body.pkp_page_announcement.pkp_op_index .page_announcements > h1 {
margin-bottom: 0.74rem !important;
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
border-radius: 7px !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .cmp_announcements {
gap: 0.62rem !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary {
padding: 0.76rem 0.78rem !important;
border-radius: 7px !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary h2 {
font-size: 0.96rem !important;
line-height: 1.28 !important;
}

html body.pkp_page_announcement.pkp_op_index .page_announcements .obj_announcement_summary .summary p {
font-size: 0.84rem !important;
line-height: 1.48 !important;
max-height: calc(1.48em * 2) !important;
}
}

html body .page_index_journal .cmp_announcements.setara-home-announcements {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 1.08rem !important;
padding: 0 !important;
overflow: hidden !important;
border: 1px solid rgba(151, 92, 31, 0.24) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 242, 220, 0.86), rgba(246, 230, 197, 0.76)) !important;
box-shadow:
0 16px 34px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.62) !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements > a#homepageAnnouncements {
position: absolute !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements > .setara-home-announcements__semantic-title {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
padding: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion {
display: block !important;
margin: 0 !important;
padding: 0 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__trigger,
html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__trigger:hover,
html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__trigger:focus {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 0.86rem !important;
width: 100% !important;
min-height: 4.02rem !important;
margin: 0 !important;
padding: 0.68rem 0.86rem 0.72rem !important;
border: 0 !important;
border-radius: 0 !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-align: left !important;
text-decoration: none !important;
text-shadow: none !important;
box-shadow: inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
cursor: pointer !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__trigger:focus {
outline: 2px solid rgba(232, 190, 101, 0.52) !important;
outline-offset: -4px !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__copy {
display: grid !important;
gap: 0.12rem !important;
min-width: 0 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__eyebrow {
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.16 !important;
text-transform: uppercase !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__heading {
display: block !important;
max-width: 100% !important;
overflow: hidden !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.02rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.2 !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__meta {
color: #F4E8CF !important;
-webkit-text-fill-color: #F4E8CF !important;
font-size: 0.78rem !important;
font-weight: 740 !important;
line-height: 1.18 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__icon {
position: relative !important;
flex: 0 0 auto !important;
width: 2.08rem !important;
height: 2.08rem !important;
border: 1px solid rgba(151, 92, 31, 0.3) !important;
border-radius: 999px !important;
background: #F4E8CF !important;
box-shadow: 0 8px 18px rgba(59, 5, 6, 0.16) !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__icon::before,
html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__icon::after {
content: "" !important;
position: absolute !important;
left: 50% !important;
top: 50% !important;
width: 0.74rem !important;
height: 0.16rem !important;
border-radius: 999px !important;
background: var(--setara-maroon) !important;
transform: translate(-50%, -50%) !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__icon::after {
transform: translate(-50%, -50%) rotate(90deg) !important;
transition: opacity 160ms ease !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion.is-open .setara-announcements-accordion__icon::after {
opacity: 0 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__panel {
display: none !important;
padding: 0.82rem !important;
background:
linear-gradient(180deg, rgba(255, 246, 226, 0.86), rgba(247, 232, 198, 0.8)) !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion.is-open .setara-announcements-accordion__panel {
display: grid !important;
gap: 0.66rem !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary {
box-sizing: border-box !important;
display: grid !important;
gap: 0.46rem !important;
width: 100% !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0.78rem 0.84rem !important;
overflow: hidden !important;
border: 1px solid rgba(151, 92, 31, 0.2) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.78), rgba(249, 238, 211, 0.72)) !important;
box-shadow: 0 10px 20px rgba(59, 5, 6, 0.06) !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .obj_announcement_summary_details {
display: grid !important;
gap: 0.42rem !important;
min-width: 0 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h3,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h4 {
margin: 0 !important;
padding: 0 !important;
color: var(--setara-maroon) !important;
font-size: 0.98rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h3 a,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h4 a,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h3 a:visited,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h4 a:visited {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
text-decoration: none !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h3 a:hover,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h3 a:focus,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h4 a:hover,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h4 a:focus {
color: #7D0508 !important;
-webkit-text-fill-color: #7D0508 !important;
text-decoration: none !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .date {
justify-self: start !important;
margin: 0 !important;
padding: 0.2rem 0.48rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 999px !important;
background: rgba(255, 247, 229, 0.72) !important;
color: var(--setara-muted) !important;
font-size: 0.76rem !important;
font-weight: 650 !important;
line-height: 1.18 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .summary {
display: grid !important;
gap: 0.52rem !important;
min-width: 0 !important;
margin: 0 !important;
color: #3A221A !important;
font-size: 0.86rem !important;
line-height: 1.45 !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .summary p {
display: -webkit-box !important;
max-width: 100% !important;
max-height: calc(1.45em * 2) !important;
margin: 0 !important;
overflow: hidden !important;
-webkit-box-orient: vertical !important;
-webkit-line-clamp: 2 !important;
color: #3A221A !important;
font-size: 0.86rem !important;
line-height: 1.45 !important;
text-align: left !important;
text-overflow: ellipsis !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .summary p br {
display: none !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .summary .read_more,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .summary .read_more:visited {
justify-self: start !important;
display: inline-flex !important;
align-items: center !important;
min-height: 1.86rem !important;
margin: 0 !important;
padding: 0.26rem 0.62rem !important;
border: 1px solid rgba(151, 92, 31, 0.24) !important;
border-radius: 999px !important;
background: rgba(255, 248, 232, 0.74) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-size: 0.76rem !important;
font-weight: 760 !important;
letter-spacing: 0 !important;
line-height: 1.16 !important;
text-decoration: none !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .summary .read_more:hover,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary .summary .read_more:focus {
border-color: var(--setara-maroon) !important;
background: var(--setara-maroon) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .more {
display: grid !important;
gap: 0.66rem !important;
margin: 0 !important;
padding: 0 !important;
}

@media (max-width: 640px) {
html body .page_index_journal .cmp_announcements.setara-home-announcements {
margin-bottom: 0.92rem !important;
border-radius: 7px !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__trigger,
html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__trigger:hover,
html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__trigger:focus {
min-height: 3.78rem !important;
padding: 0.62rem 0.72rem !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__heading {
font-size: 0.98rem !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__icon {
width: 1.96rem !important;
height: 1.96rem !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .setara-announcements-accordion__panel {
padding: 0.68rem !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary {
padding: 0.72rem 0.74rem !important;
}

html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h3,
html body .page_index_journal .cmp_announcements.setara-home-announcements .obj_announcement_summary h4 {
font-size: 0.94rem !important;
}
}

html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__trigger,
html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__trigger:hover,
html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__trigger:focus {
border-color: var(--setara-maroon) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-shadow: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .setara-home-issue-accordion {
overflow: hidden !important;
border: 1px solid rgba(151, 92, 31, 0.26) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.88), rgba(248, 234, 205, 0.78)) !important;
box-shadow:
0 13px 28px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 249, 232, 0.5) !important;
}

html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__trigger .setara-issue-accordion__eyebrow {
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
}

html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__trigger .setara-issue-accordion__heading {
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-shadow: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__trigger .setara-issue-accordion__meta,
html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__trigger .setara-issue-accordion__meta-item {
color: #F4E8CF !important;
-webkit-text-fill-color: #F4E8CF !important;
font-weight: 740 !important;
opacity: 1 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__icon {
border-color: rgba(151, 92, 31, 0.3) !important;
background: #F4E8CF !important;
}

html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__icon:before,
html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__icon:after {
background: var(--setara-maroon) !important;
}

html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion__panel,
html body .page_index_journal .current_issue.setara-home-issue .setara-issue-accordion.is-open .setara-issue-accordion__panel {
border-top: 1px solid rgba(151, 92, 31, 0.2) !important;
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.82), rgba(246, 229, 197, 0.68)) !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .heading {
padding: 1rem !important;
border: 1px solid rgba(184, 134, 11, 0.2) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.66), rgba(248, 234, 205, 0.46)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.54) !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .description {
max-width: 100% !important;
margin: 0 !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
font-size: 0.98rem !important;
line-height: 1.72 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .description p {
margin: 0 0 0.72rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .description p:last-child {
margin-bottom: 0 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-meta-row {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.52rem 0.62rem !important;
margin-top: 0.82rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-meta-row .published {
display: inline-flex !important;
align-items: center !important;
gap: 0.32rem !important;
min-height: 1.92rem !important;
margin: 0 !important;
padding: 0.28rem 0.68rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 8px !important;
background: rgba(244, 232, 207, 0.82) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.88rem !important;
line-height: 1.2 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-meta-row .published .label {
font-weight: 760 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-meta-row .published .value {
font-weight: 500 !important;
color: #1e1612 !important;
-webkit-text-fill-color: #1e1612 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-doi,
html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-doi:visited,
html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-doi:hover,
html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-doi:focus {
display: inline-flex !important;
align-items: center !important;
gap: 0.34rem !important;
min-height: 1.92rem !important;
max-width: 100% !important;
padding: 0.26rem 0.58rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 232, 207, 0.82) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.82rem !important;
font-weight: 700 !important;
line-height: 1.12 !important;
text-decoration: none !important;
text-shadow: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-doi:hover,
html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-doi:focus {
border-color: rgba(139, 0, 0, 0.36) !important;
background: rgba(250, 239, 214, 0.96) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-doi__logo {
display: block !important;
width: 1.05rem !important;
height: 1.05rem !important;
object-fit: contain !important;
flex: 0 0 auto !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .setara-issue-doi__value {
display: inline-block !important;
min-width: 0 !important;
color: inherit !important;
-webkit-text-fill-color: inherit !important;
overflow-wrap: anywhere !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .sections {
margin-top: 1.05rem !important;
padding-top: 0.92rem !important;
border-top: 1px solid rgba(184, 134, 11, 0.24) !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.42), rgba(248, 234, 205, 0.25)) !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .section {
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .section h2,
html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .section h3 {
display: inline-flex !important;
align-items: center !important;
margin: 0 0 0.72rem !important;
padding: 0.2rem 0.42rem !important;
border-radius: 5px !important;
background: rgba(244, 232, 207, 0.96) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.03rem !important;
font-weight: 760 !important;
line-height: 1.2 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .cmp_article_list.articles {
display: block !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .cmp_article_list.articles > li {
margin: 0 0 0.58rem !important;
padding: 0 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0.78rem 0.9rem 0.74rem !important;
border: 1px solid rgba(184, 134, 11, 0.2) !important;
border-radius: 8px !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.74), rgba(248, 234, 205, 0.54)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.05),
inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
overflow: hidden !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary > .title {
margin: 0 0 0.38rem !important;
padding: 0 !important;
font-size: 0.98rem !important;
line-height: 1.28 !important;
letter-spacing: 0 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary > .title a {
display: block !important;
max-width: 100% !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
overflow-wrap: anywhere !important;
word-break: normal !important;
letter-spacing: 0 !important;
text-decoration: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .meta {
position: static !important;
display: flex !important;
flex-wrap: wrap !important;
align-items: flex-start !important;
justify-content: space-between !important;
gap: 0.22rem 0.78rem !important;
margin: 0 !important;
padding: 0 !important;
font-size: 0.86rem !important;
line-height: 1.32 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .authors {
flex: 1 1 16rem !important;
min-width: 0 !important;
padding: 0 !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
overflow-wrap: anywhere !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .pages {
position: static !important;
flex: 0 0 auto !important;
max-width: 100% !important;
margin-left: auto !important;
padding-left: 0.62rem !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.86rem !important;
line-height: 1.32 !important;
text-align: right !important;
white-space: nowrap !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-actions {
max-width: 100% !important;
margin-top: 0.56rem !important;
gap: 0.36rem 0.44rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-actions .galleys_links {
gap: 0.36rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .obj_galley_link,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .galley-link {
min-height: 1.72rem !important;
padding: 0.22rem 0.58rem !important;
border-radius: 7px !important;
font-size: 0.82rem !important;
line-height: 1.15 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .obj_galley_link:hover,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .obj_galley_link:focus,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .galley-link:hover,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .galley-link:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
text-decoration: none !important;
text-shadow: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .obj_galley_link:hover:before,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .obj_galley_link:focus:before,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .galley-link:hover:before,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .galley-link:focus:before {
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-doi,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-doi:visited,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-doi:hover,
html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-doi:focus {
min-height: 1.72rem !important;
max-width: 100% !important;
padding: 0.22rem 0.54rem !important;
font-size: 0.8rem !important;
line-height: 1.12 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-doi__logo {
width: 1.02rem !important;
height: 1.02rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-doi__value {
min-width: 0 !important;
overflow-wrap: anywhere !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-stats {
gap: 0.34rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-stat {
min-height: 1.72rem !important;
padding: 0.22rem 0.48rem !important;
font-size: 0.76rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-index-links {
gap: 0.3rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-index-link {
width: auto !important;
min-width: 0 !important;
height: auto !important;
min-height: 1.74rem !important;
padding: 0.08rem 0.2rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .setara-article-index-link img {
height: 1.44rem !important;
max-width: 5.15rem !important;
max-height: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .setara-home-issue__actions {
display: flex !important;
justify-content: flex-start !important;
margin-top: 0.82rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .read_more,
html body .page_index_journal .current_issue.setara-home-issue .read_more:visited {
border-color: rgba(184, 134, 11, 0.28) !important;
background: rgba(255, 253, 248, 0.92) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-decoration: none !important;
}

html body .page_index_journal .current_issue.setara-home-issue .read_more:hover,
html body .page_index_journal .current_issue.setara-home-issue .read_more:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
text-decoration: none !important;
}

@media (max-width: 760px) {
html body .page_index_journal .current_issue.setara-home-issue .obj_issue_toc .heading {
padding: 0.9rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary {
padding: 0.76rem 0.82rem !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary > .title {
font-size: 0.94rem !important;
line-height: 1.32 !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .meta {
display: block !important;
}

html body .page_index_journal .current_issue.setara-home-issue .obj_article_summary .pages {
margin: 0.22rem 0 0 !important;
padding-left: 0 !important;
text-align: left !important;
}
}

.page_article .obj_article_details .citation_formats {
overflow: visible !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: var(--setara-radius) !important;
background: rgba(255, 253, 248, 0.92) !important;
box-shadow: 0 8px 18px rgba(59, 5, 6, 0.08) !important;
}

.page_article .obj_article_details .citation_formats_button,
.page_article .obj_article_details .citation_formats_button:hover,
.page_article .obj_article_details .citation_formats_button:focus {
min-height: 2.55rem !important;
padding: 0.62rem 2.25rem 0.62rem 0.82rem !important;
border: 1px solid var(--setara-maroon) !important;
border-radius: var(--setara-radius) !important;
background: var(--setara-maroon) !important;
box-shadow: none !important;
color: #FFFFFF !important;
font-size: 0.82rem !important;
font-weight: 720 !important;
line-height: 1.2 !important;
letter-spacing: 0.02em !important;
text-align: left !important;
text-transform: uppercase !important;
}

.page_article .obj_article_details .citation_formats_button:after {
right: 0.86rem !important;
color: #FFFFFF !important;
}

.page_article .obj_article_details .citation_formats_button[aria-expanded="true"] {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}

.page_article .obj_article_details .citation_formats_styles,
.page_article .obj_article_details .citation_formats_list {
margin: 0 !important;
padding: 0 !important;
background: var(--setara-paper) !important;
list-style: none !important;
}

.page_article .obj_article_details .citation_formats_styles a {
display: block !important;
padding: 0.62rem 0.82rem !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.18) !important;
background: var(--setara-paper) !important;
color: var(--setara-maroon-deep) !important;
font-size: 0.9rem !important;
font-weight: 650 !important;
line-height: 1.28 !important;
text-decoration: none !important;
}

.page_article .obj_article_details .citation_formats_styles a:hover,
.page_article .obj_article_details .citation_formats_styles a:focus {
background: rgba(216, 180, 90, 0.16) !important;
color: var(--setara-maroon-deep) !important;
}

.page_article .obj_article_details .citation_formats_list .label,
.page_article .obj_article_details .citation_formats_styles + .label {
padding: 0.72rem 0.82rem 0.36rem !important;
border-top: 1px solid rgba(184, 134, 11, 0.18) !important;
background: rgba(250, 246, 238, 0.78) !important;
color: var(--setara-muted) !important;
font-size: 0.74rem !important;
font-weight: 760 !important;
letter-spacing: 0.04em !important;
text-transform: uppercase !important;
}

html body .pkp_structure_main .obj_article_details .citation_formats .citation_formats_button,
html body .pkp_structure_main .obj_article_details .citation_formats .citation_formats_button:hover,
html body .pkp_structure_main .obj_article_details .citation_formats .citation_formats_button:focus,
html body .pkp_structure_main .obj_article_details .citation_formats .citation_formats_button[aria-expanded="true"] {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
width: 100% !important;
min-height: 2.55rem !important;
padding: 0.62rem 2.25rem 0.62rem 0.82rem !important;
border: 1px solid var(--setara-maroon) !important;
border-radius: var(--setara-radius) !important;
background: var(--setara-maroon) !important;
box-shadow: none !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 0.82rem !important;
font-weight: 720 !important;
line-height: 1.2 !important;
letter-spacing: 0.02em !important;
text-align: left !important;
text-shadow: none !important;
text-transform: uppercase !important;
}

html body .pkp_structure_main .obj_article_details .citation_formats .citation_formats_button *,
html body .pkp_structure_main .obj_article_details .citation_formats .citation_formats_button:hover *,
html body .pkp_structure_main .obj_article_details .citation_formats .citation_formats_button:focus * {
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: inherit !important;
line-height: inherit !important;
text-shadow: none !important;
}

html body .pkp_structure_main .obj_article_details .citation_formats .citation_formats_button:after {
right: 0.86rem !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}

body.pkp_page_article.pkp_op_view .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details > .row {
border-color: rgba(151, 92, 31, 0.24) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.88), rgba(248, 234, 205, 0.78)) !important;
box-shadow:
0 13px 28px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 249, 232, 0.5) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .main_entry {
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.58), rgba(248, 234, 205, 0.36)) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.82), rgba(246, 229, 197, 0.68)) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .main_entry .item,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .item {
border-color: rgba(184, 134, 11, 0.18) !important;
background: transparent !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .main_entry .item:not(.authors):not(.doi) {
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.28), rgba(248, 234, 205, 0.16)) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .authors .setara-article-author-line {
display: flex !important;
align-items: center !important;
flex-wrap: wrap !important;
gap: 0.38rem !important;
max-width: 100% !important;
width: 100% !important;
vertical-align: top !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .authors .setara-article-author-line .name {
display: inline !important;
margin: 0 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 720 !important;
line-height: 1.25 !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-author-actions {
display: inline-flex !important;
align-items: center !important;
flex-wrap: wrap !important;
gap: 0.32rem !important;
max-width: 100% !important;
vertical-align: middle !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link:visited,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link:focus {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.5rem !important;
height: 1.5rem !important;
padding: 0 !important;
border: 1px solid rgba(184, 134, 11, 0.26) !important;
border-radius: 999px !important;
background: rgba(250, 239, 214, 0.92) !important;
box-shadow:
0 3px 8px rgba(59, 5, 6, 0.03),
inset 0 1px 0 rgba(255, 255, 255, 0.64) !important;
line-height: 1 !important;
text-decoration: none !important;
text-shadow: none !important;
overflow: hidden !important;
transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link:focus {
border-color: rgba(139, 0, 0, 0.4) !important;
background: rgba(244, 232, 207, 0.98) !important;
box-shadow:
0 7px 14px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
transform: translateY(-1px) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link .orcid_icon,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link svg {
display: block !important;
width: 1.34rem !important;
height: 1.34rem !important;
max-width: 1.34rem !important;
max-height: 1.34rem !important;
flex: 0 0 auto !important;
margin: auto !important;
transform: translate(0, 0) !important;
transform-origin: center center !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent:visited,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent:focus {
display: inline-flex !important;
align-items: center !important;
gap: 0.28rem !important;
min-height: 1.62rem !important;
max-width: 100% !important;
padding: 0.18rem 0.5rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(250, 239, 214, 0.92) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.76rem !important;
font-weight: 720 !important;
line-height: 1.12 !important;
text-decoration: none !important;
text-shadow: none !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent__icon {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 0.82rem !important;
height: 0.82rem !important;
color: inherit !important;
-webkit-text-fill-color: inherit !important;
font-family: FontAwesome !important;
font-size: 0.78rem !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 1 !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent__icon:before {
content: "\f0e0" !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent__label {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
white-space: nowrap !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link:visited,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link:focus {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-height: 1.62rem !important;
max-width: 100% !important;
padding: 0.08rem 0.18rem !important;
border: 1px solid rgba(184, 134, 11, 0.26) !important;
border-radius: 7px !important;
background: rgba(250, 239, 214, 0.92) !important;
box-shadow:
0 3px 8px rgba(59, 5, 6, 0.03),
inset 0 1px 0 rgba(255, 255, 255, 0.64) !important;
line-height: 1 !important;
text-decoration: none !important;
text-shadow: none !important;
transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link:focus {
border-color: rgba(139, 0, 0, 0.4) !important;
background: rgba(244, 232, 207, 0.98) !important;
box-shadow:
0 7px 14px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
transform: translateY(-1px) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link img {
display: block !important;
width: auto !important;
height: 1.24rem !important;
max-width: 4.85rem !important;
max-height: none !important;
object-fit: contain !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .item.authors ul.authors > li > .affiliation,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .item.authors ul.authors > li > .userGroup,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .item.authors ul.authors > li > .orcid {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin-top: 0.18rem !important;
margin-left: 0 !important;
line-height: 1.38 !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .item.authors ul.authors > li > .affiliation {
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.9rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .item.authors ul.authors > li > .userGroup {
color: rgba(107, 95, 88, 0.92) !important;
-webkit-text-fill-color: rgba(107, 95, 88, 0.92) !important;
font-size: 0.84rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi-item {
padding-top: 0.95rem !important;
padding-bottom: 0.95rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi-item .value {
display: flex !important;
align-items: center !important;
flex-wrap: wrap !important;
gap: 0.46rem !important;
min-width: 0 !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi:visited,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi:focus {
display: inline-flex !important;
align-items: center !important;
gap: 0.38rem !important;
min-height: 2rem !important;
max-width: 100% !important;
padding: 0.3rem 0.68rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 232, 207, 0.82) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.88rem !important;
font-weight: 700 !important;
line-height: 1.15 !important;
text-decoration: none !important;
text-shadow: none !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi:focus {
border-color: rgba(139, 0, 0, 0.36) !important;
background: rgba(250, 239, 214, 0.96) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi__logo {
display: block !important;
width: 1.22rem !important;
height: 1.22rem !important;
object-fit: contain !important;
flex: 0 0 auto !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi__value {
display: inline-block !important;
min-width: 0 !important;
color: inherit !important;
-webkit-text-fill-color: inherit !important;
overflow-wrap: anywhere !important;
text-decoration: none !important;
border-bottom: 0 !important;
box-shadow: none !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent:visited,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent:focus {
display: inline-flex !important;
align-items: center !important;
gap: 0.34rem !important;
min-height: 2rem !important;
max-width: 100% !important;
padding: 0.3rem 0.68rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(250, 239, 214, 0.92) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.84rem !important;
font-weight: 720 !important;
line-height: 1.15 !important;
text-decoration: none !important;
text-shadow: none !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent__icon {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 0.96rem !important;
height: 0.96rem !important;
color: inherit !important;
-webkit-text-fill-color: inherit !important;
font-family: FontAwesome !important;
font-size: 0.88rem !important;
font-style: normal !important;
font-weight: normal !important;
line-height: 1 !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent__icon:before {
content: "\f0e0" !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent__label {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
white-space: nowrap !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link:visited,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link:focus {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
min-width: 0 !important;
height: auto !important;
min-height: 2rem !important;
padding: 0.12rem 0.24rem !important;
border: 1px solid rgba(184, 134, 11, 0.26) !important;
border-radius: 8px !important;
background: rgba(250, 239, 214, 0.92) !important;
box-shadow:
0 4px 10px rgba(59, 5, 6, 0.035),
inset 0 1px 0 rgba(255, 255, 255, 0.64) !important;
line-height: 1 !important;
text-decoration: none !important;
text-shadow: none !important;
transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link:focus {
border-color: rgba(139, 0, 0, 0.4) !important;
background: rgba(244, 232, 207, 0.98) !important;
box-shadow:
0 9px 18px rgba(59, 5, 6, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
transform: translateY(-1px) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link img {
display: block !important;
width: auto !important;
height: 1.56rem !important;
max-width: 5.75rem !important;
max-height: none !important;
object-fit: contain !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.38rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links li {
display: inline-flex !important;
align-items: center !important;
margin: 0 !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .obj_galley_link,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .galley-link {
min-height: 1.82rem !important;
padding: 0.24rem 0.62rem !important;
border-radius: 7px !important;
background: rgba(250, 239, 214, 0.92) !important;
font-size: 0.84rem !important;
line-height: 1.15 !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .obj_galley_link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .obj_galley_link:focus,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .galley-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .galley-link:focus {
border-color: var(--setara-maroon-deep) !important;
background: var(--setara-maroon-deep) !important;
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
text-decoration: none !important;
text-shadow: none !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .obj_galley_link:hover:before,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .obj_galley_link:focus:before,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .galley-link:hover:before,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .galleys_links .galley-link:focus:before {
color: #FFFFFF !important;
-webkit-text-fill-color: #FFFFFF !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .setara-article-index-link,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .setara-article-index-link:visited,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .setara-article-index-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .setara-article-index-link:focus {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
min-width: 0 !important;
height: auto !important;
min-height: 1.82rem !important;
padding: 0.1rem 0.22rem !important;
border: 1px solid rgba(184, 134, 11, 0.26) !important;
border-radius: 8px !important;
background: rgba(250, 239, 214, 0.92) !important;
box-shadow:
0 4px 10px rgba(59, 5, 6, 0.035),
inset 0 1px 0 rgba(255, 255, 255, 0.64) !important;
line-height: 1 !important;
text-decoration: none !important;
text-shadow: none !important;
transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .setara-article-index-link:hover,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .setara-article-index-link:focus {
border-color: rgba(139, 0, 0, 0.4) !important;
background: rgba(244, 232, 207, 0.98) !important;
box-shadow:
0 9px 18px rgba(59, 5, 6, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
transform: translateY(-1px) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .setara-article-index-link img {
display: block !important;
width: auto !important;
height: 1.5rem !important;
max-width: 5.35rem !important;
max-height: none !important;
object-fit: contain !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .citation_formats,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .citation_formats_styles,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .citation_formats_list {
background: rgba(248, 234, 205, 0.88) !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .citation_formats_styles a {
background: rgba(250, 239, 214, 0.92) !important;
}

@media (max-width: 760px) {
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-detail-doi {
font-size: 0.82rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-correspondent {
font-size: 0.8rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-correspondent {
font-size: 0.74rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link {
width: 1.5rem !important;
height: 1.5rem !important;
padding: 0 !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link .orcid_icon,
body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-orcid-link svg {
width: 1.34rem !important;
height: 1.34rem !important;
max-width: 1.34rem !important;
max-height: 1.34rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link {
min-height: 1.56rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-author-sinta-link img {
height: 1.16rem !important;
max-width: 4.55rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link {
min-height: 1.88rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .setara-article-sinta-link img {
height: 1.42rem !important;
max-width: 5.15rem !important;
}

body.pkp_page_article.pkp_op_view .page_article .obj_article_details .entry_details .setara-article-index-link img {
height: 1.42rem !important;
max-width: 5.1rem !important;
}
}

.pkp_navigation_primary a,
.pkp_navigation_search_wrapper .pkp_search,
.pkp_navigation_user a {
letter-spacing: 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
outline: 3px solid var(--setara-focus) !important;
outline-offset: 3px !important;
}

@media (max-width: 900px) {
.pkp_structure_main {
border-right: 0 !important;
border-left: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
}

.pkp_structure_main h1 {
font-size: 1.45rem !important;
line-height: 1.22 !important;
}

.pkp_structure_main h2 {
font-size: 1.12rem !important;
}

.page_index_journal .additional_content > div[style*="display: flex"],
.page_index_journal .additional_content > div[style*="display:flex"] {
grid-template-columns: 6.4rem minmax(0, 1fr) !important;
gap: 0.82rem !important;
}

.page_index_journal .additional_content img[style*="165px"],
.page_index_journal .additional_content img[style*="220px"] {
max-width: 6.4rem !important;
}
}

@media (max-width: 560px) {
.page_index_journal .additional_content > div[style*="display: flex"],
.page_index_journal .additional_content > div[style*="display:flex"] {
display: block !important;
}

.page_index_journal .additional_content img[style*="165px"],
.page_index_journal .additional_content img[style*="220px"] {
width: 7.2rem !important;
max-width: 46vw !important;
margin: 0 0 0.85rem !important;
}

html body .page_index_journal.setara-home-order-adjusted .additional_content p {
box-sizing: border-box !important;
padding-left: clamp(0.9rem, 4vw, 1.15rem) !important;
}
}

html body.pkp_page_about.pkp_op_privacy .page_privacy {
color: var(--setara-ink) !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy h1 {
max-width: 100% !important;
margin-bottom: 0.9rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.58rem !important;
font-weight: 720 !important;
line-height: 1.18 !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy > p,
html body.pkp_page_about.pkp_op_privacy .page_privacy > ul,
html body.pkp_page_about.pkp_op_privacy .page_privacy > ol,
html body.pkp_page_about.pkp_op_privacy .page_privacy > div {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.95rem !important;
padding: 1rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.72)) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.06),
inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
font-size: 0.93rem !important;
font-weight: 430 !important;
line-height: 1.62 !important;
text-align: justify !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy > p:first-of-type {
position: relative !important;
padding-left: 3rem !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy > p:first-of-type::before {
position: absolute !important;
top: 1rem !important;
left: 1rem !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.36rem !important;
height: 1.36rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 225, 190, 0.78) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
content: "\f023" !important;
font-family: FontAwesome !important;
font-size: 0.68rem !important;
font-weight: normal !important;
line-height: 1 !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy > ul,
html body.pkp_page_about.pkp_op_privacy .page_privacy > ol {
padding-left: 2.2rem !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy li {
margin-bottom: 0.46rem !important;
padding-left: 0.12rem !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy a,
html body.pkp_page_about.pkp_op_privacy .page_privacy a:visited {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-weight: 560 !important;
text-decoration-color: rgba(184, 134, 11, 0.5) !important;
text-decoration-thickness: 1px !important;
text-underline-offset: 0.16em !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy a:hover,
html body.pkp_page_about.pkp_op_privacy .page_privacy a:focus {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-decoration-color: var(--setara-gold) !important;
outline: 0 !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy > p:last-child,
html body.pkp_page_about.pkp_op_privacy .page_privacy > ul:last-child,
html body.pkp_page_about.pkp_op_privacy .page_privacy > ol:last-child,
html body.pkp_page_about.pkp_op_privacy .page_privacy > div:last-child {
margin-bottom: 0 !important;
}

@media (max-width: 760px) {
html body.pkp_page_about.pkp_op_privacy .page_privacy {
box-sizing: border-box !important;
padding-right: 0.72rem !important;
padding-left: 0.72rem !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy h1 {
font-size: 1.42rem !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy > p,
html body.pkp_page_about.pkp_op_privacy .page_privacy > ul,
html body.pkp_page_about.pkp_op_privacy .page_privacy > ol,
html body.pkp_page_about.pkp_op_privacy .page_privacy > div {
padding: 0.86rem !important;
font-size: 0.86rem !important;
line-height: 1.58 !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy > p:first-of-type {
padding-left: 2.72rem !important;
}

html body.pkp_page_about.pkp_op_privacy .page_privacy > p:first-of-type::before {
top: 0.86rem !important;
left: 0.86rem !important;
}
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead {
color: var(--setara-ink) !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead h1,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead h1 {
max-width: 100% !important;
margin-bottom: 0.9rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.58rem !important;
font-weight: 720 !important;
line-height: 1.18 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p {
box-sizing: border-box !important;
position: relative !important;
display: flex !important;
align-items: center !important;
gap: 0.62rem !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.95rem !important;
padding: 0.86rem 1rem 0.86rem 2.82rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.72)) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.06),
inset 0 1px 0 rgba(255, 255, 255, 0.56) !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
font-size: 0.92rem !important;
font-weight: 430 !important;
line-height: 1.5 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p::before,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p::before {
position: absolute !important;
top: 0.82rem !important;
left: 0.9rem !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.34rem !important;
height: 1.34rem !important;
border: 1px solid rgba(184, 134, 11, 0.28) !important;
border-radius: 999px !important;
background: rgba(244, 225, 190, 0.78) !important;
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
font-family: FontAwesome !important;
font-size: 0.68rem !important;
font-weight: normal !important;
line-height: 1 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p::before {
content: "\f0c0" !important;
}

html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p::before {
content: "\f1da" !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p a,
html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p a:visited,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p a,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p a:visited {
display: inline-flex !important;
align-items: center !important;
min-height: 2rem !important;
padding: 0.38rem 0.72rem !important;
border: 1px solid rgba(184, 134, 11, 0.24) !important;
border-radius: var(--setara-radius) !important;
background: rgba(255, 253, 248, 0.62) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.84rem !important;
font-weight: 700 !important;
line-height: 1.12 !important;
text-decoration: none !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p a:hover,
html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p a:focus,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p a:hover,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p a:focus {
border-color: rgba(184, 134, 11, 0.42) !important;
background: rgba(255, 248, 232, 0.88) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-decoration: none !important;
outline: 0 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead hr,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead hr {
height: 1px !important;
margin: 1.18rem 0 !important;
border: 0 !important;
background: linear-gradient(90deg, transparent, rgba(184, 134, 11, 0.34), transparent) !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead h2,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead h2 {
position: relative !important;
display: flex !important;
align-items: center !important;
gap: 0.58rem !important;
max-width: 100% !important;
margin: 1.1rem 0 0.68rem !important;
padding: 0.76rem 0.9rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.1),
inset 0 1px 0 rgba(255, 232, 169, 0.18) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 0.98rem !important;
font-weight: 760 !important;
line-height: 1.22 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead h2::before,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead h2::before {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
flex: 0 0 auto !important;
width: 1.4rem !important;
height: 1.4rem !important;
border: 1px solid rgba(216, 180, 90, 0.42) !important;
border-radius: 999px !important;
background: rgba(255, 248, 232, 0.14) !important;
color: var(--setara-soft-gold) !important;
-webkit-text-fill-color: var(--setara-soft-gold) !important;
content: "\f007" !important;
font-family: FontAwesome !important;
font-size: 0.68rem !important;
font-weight: normal !important;
line-height: 1 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)) !important;
gap: 0.76rem !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 1rem !important;
padding: 0 !important;
list-style: none !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing li,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing li {
box-sizing: border-box !important;
display: grid !important;
gap: 0.34rem !important;
align-content: start !important;
min-width: 0 !important;
min-height: 6rem !important;
margin: 0 !important;
padding: 0.88rem 0.92rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-left: 3px solid rgba(184, 134, 11, 0.62) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(252, 241, 216, 0.82), rgba(248, 234, 205, 0.68)) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.54) !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
line-height: 1.35 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing .date_start,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing .date_start {
justify-self: start !important;
display: inline-flex !important;
align-items: center !important;
min-height: 1.5rem !important;
padding: 0.18rem 0.5rem !important;
border: 1px solid rgba(184, 134, 11, 0.2) !important;
border-radius: 999px !important;
background: rgba(255, 253, 248, 0.58) !important;
color: rgba(59, 5, 6, 0.72) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.72) !important;
font-size: 0.74rem !important;
font-weight: 620 !important;
line-height: 1.15 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing .name,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing .name {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.38rem !important;
min-width: 0 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.98rem !important;
font-weight: 740 !important;
line-height: 1.24 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing .affiliation,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing .affiliation {
display: block !important;
min-width: 0 !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.84rem !important;
font-weight: 430 !important;
line-height: 1.36 !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing .orcid,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing .orcid {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing .orcid a,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing .orcid a {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.6rem !important;
height: 1.6rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: 999px !important;
background: rgba(255, 253, 248, 0.68) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58) !important;
text-decoration: none !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing .orcid svg,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing .orcid svg,
html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing .orcid img,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing .orcid img {
display: block !important;
width: 1.08rem !important;
height: 1.08rem !important;
margin: 0 !important;
}

html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .cmp_edit_link {
display: none !important;
}

html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > :not(.cmp_breadcrumbs):not(h1):not(h2):not(.user_listing):not(.cmp_edit_link):not(p) {
max-width: 100% !important;
color: var(--setara-ink) !important;
line-height: 1.62 !important;
}

html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > :not(.cmp_breadcrumbs):not(h1):not(h2):not(.user_listing):not(.cmp_edit_link):not(p) p {
max-width: 100% !important;
text-align: justify !important;
}

@media (max-width: 760px) {
html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead {
box-sizing: border-box !important;
padding-right: 0.72rem !important;
padding-left: 0.72rem !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead h1,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead h1 {
font-size: 1.42rem !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p {
align-items: flex-start !important;
padding: 0.78rem 0.82rem 0.78rem 2.58rem !important;
font-size: 0.86rem !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead > p::before,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead > p::before {
top: 0.76rem !important;
left: 0.78rem !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead h2,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead h2 {
padding: 0.68rem 0.78rem !important;
font-size: 0.92rem !important;
}

html body.pkp_page_about.pkp_op_editorialMasthead .page_masthead .user_listing,
html body.pkp_page_about.pkp_op_editorialHistory .page_masthead .user_listing {
grid-template-columns: 1fr !important;
gap: 0.66rem !important;
}
}


html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type::before {
content: "Editorial Policy" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0.92rem 0 0.58rem !important;
padding: 0.62rem 0.76rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-left: 4px solid var(--setara-gold-deep) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.76), rgba(248, 235, 204, 0.62)) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.02rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > ul {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.74rem !important;
padding: 0.84rem 0.92rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.58) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 2.18rem !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page li {
max-width: 100% !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
line-height: 1.72 !important;
text-align: justify !important;
text-justify: inter-word !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page li {
margin: 0 0 0.42rem !important;
padding-left: 0.14rem !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page li:last-child,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page p:last-child {
margin-bottom: 0 !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page strong,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page b {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page em {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
}

@media (max-width: 760px) {
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
margin-top: 0.74rem !important;
padding: 0.58rem 0.66rem !important;
font-size: 0.94rem !important;
line-height: 1.3 !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > ul {
padding: 0.72rem !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 1.78rem !important;
}

html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_peer-review"].pkp_op_index .pkp_structure_main > .page li {
font-size: 0.86rem !important;
line-height: 1.64 !important;
text-align: left !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
}


html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type::before {
content: "Journal Profile" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type + h2 {
display: none !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0.92rem 0 0.58rem !important;
padding: 0.62rem 0.76rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-left: 4px solid var(--setara-gold-deep) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.76), rgba(248, 235, 204, 0.62)) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.02rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > ul {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.74rem !important;
padding: 0.84rem 0.92rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.58) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 2.18rem !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page li {
max-width: 100% !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
line-height: 1.72 !important;
text-align: justify !important;
text-justify: inter-word !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page li {
margin: 0 0 0.42rem !important;
padding-left: 0.14rem !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page li:last-child,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page p:last-child {
margin-bottom: 0 !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page strong,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page b {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page em {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
}

@media (max-width: 760px) {
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
margin-top: 0.74rem !important;
padding: 0.58rem 0.66rem !important;
font-size: 0.94rem !important;
line-height: 1.3 !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > ul {
padding: 0.72rem !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 1.78rem !important;
}

html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_focus-and-scope"].pkp_op_index .pkp_structure_main > .page li {
font-size: 0.86rem !important;
line-height: 1.64 !important;
text-align: left !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
}


html body.pkp_page_reviewers.pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body.pkp_page_reviewers.pkp_op_index .pkp_structure_main > .page {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body.pkp_page_reviewers.pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body.pkp_page_reviewers.pkp_op_index .pkp_structure_main > .page > h2:first-of-type::before {
content: "Editorial Network" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewers-intro {
box-sizing: border-box !important;
margin: 0 0 0.86rem !important;
padding: 0.92rem 1rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.62) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewers-intro p {
margin: 0 !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.94rem !important;
font-weight: 500 !important;
line-height: 1.72 !important;
text-align: justify !important;
text-justify: inter-word !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewers-intro strong,
html body.pkp_page_reviewers.pkp_op_index .setara-reviewers-intro b {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewers-list {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 0.76rem !important;
margin: 0 !important;
padding: 0 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-card {
box-sizing: border-box !important;
display: grid !important;
grid-template-columns: auto minmax(0, 1fr) !important;
gap: 0.58rem !important;
min-width: 0 !important;
padding: 0.72rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 8px !important;
background:
linear-gradient(180deg, rgba(255, 250, 238, 0.72), rgba(248, 235, 204, 0.52)) !important;
box-shadow:
0 12px 26px rgba(59, 5, 6, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.46) !important;
transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-card:hover,
html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-card:focus-within {
border-color: rgba(138, 13, 16, 0.28) !important;
box-shadow:
0 15px 30px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
transform: translateY(-1px) !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-number {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
height: 1.82rem !important;
width: 1.82rem !important;
border: 1px solid rgba(229, 199, 137, 0.72) !important;
border-radius: 999px !important;
background:
radial-gradient(circle at 50% 50%, rgba(214, 184, 84, 0.34) 0 18%, transparent 20%),
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.14),
inset 0 1px 0 rgba(255, 240, 199, 0.22) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 0.68rem !important;
font-weight: 840 !important;
letter-spacing: 0 !important;
line-height: 1 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-body {
min-width: 0 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-body h3 {
display: flex !important;
align-items: flex-start !important;
gap: 0.3rem !important;
margin: 0 0 0.24rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.82rem !important;
font-weight: 840 !important;
letter-spacing: 0 !important;
line-height: 1.2 !important;
white-space: nowrap !important;
overflow-wrap: normal !important;
word-break: normal !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-body h3::before {
content: "" !important;
flex: 0 0 auto !important;
width: 0.68rem !important;
height: 0.68rem !important;
margin-top: 0.08rem !important;
border: 1px solid rgba(229, 199, 137, 0.78) !important;
border-radius: 999px !important;
background:
radial-gradient(circle at 50% 50%, var(--setara-gold) 0 23%, transparent 25%),
linear-gradient(180deg, rgba(138, 13, 16, 0.94), rgba(76, 6, 7, 0.96)) !important;
box-shadow: 0 4px 9px rgba(59, 5, 6, 0.12) !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-affiliation {
display: flex !important;
align-items: center !important;
gap: 0.34rem !important;
margin: 0 0 0.5rem !important;
color: #6F6259 !important;
-webkit-text-fill-color: #6F6259 !important;
font-size: 0.78rem !important;
font-weight: 560 !important;
line-height: 1.36 !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-affiliation::before {
content: "" !important;
flex: 0 0 auto !important;
width: 0.58rem !important;
height: 0.58rem !important;
border: 1px solid rgba(138, 13, 16, 0.2) !important;
border-radius: 3px !important;
background:
linear-gradient(90deg, transparent 0 31%, rgba(138, 13, 16, 0.88) 32% 39%, transparent 40% 60%, rgba(138, 13, 16, 0.88) 61% 68%, transparent 69%),
linear-gradient(180deg, rgba(229, 199, 137, 0.88), rgba(246, 232, 198, 0.82)) !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.34rem !important;
margin: 0 !important;
padding: 0 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a,
html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a:visited {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
gap: 0.34rem !important;
min-height: 1.72rem !important;
padding: 0.28rem 0.48rem !important;
border: 1px solid rgba(151, 92, 31, 0.22) !important;
border-radius: 999px !important;
background: rgba(255, 249, 235, 0.78) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.72rem !important;
font-weight: 760 !important;
letter-spacing: 0 !important;
line-height: 1.08 !important;
text-decoration: none !important;
white-space: nowrap !important;
transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a::before {
content: "" !important;
width: 0.42rem !important;
height: 0.42rem !important;
border-radius: 999px !important;
background: var(--setara-gold-deep) !important;
box-shadow: 0 0 0 2px rgba(229, 199, 137, 0.26) !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a[href*="orcid.org"]::before {
background: #75A928 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a[href*="sinta"]::before {
background: #23748A !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a[href*="scopus"]::before {
background: #C46A17 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a[href*="scholar.google"]::before {
background: #8A0D10 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a:hover,
html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a:focus {
border-color: rgba(138, 13, 16, 0.5) !important;
background: linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow: 0 8px 18px rgba(59, 5, 6, 0.12) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
outline: none !important;
}

@media (max-width: 980px) {
html body.pkp_page_reviewers.pkp_op_index .setara-reviewers-list {
grid-template-columns: 1fr !important;
}
}

@media (max-width: 760px) {
html body.pkp_page_reviewers.pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewers-intro {
padding: 0.72rem !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewers-intro p {
font-size: 0.86rem !important;
line-height: 1.64 !important;
text-align: left !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-card {
grid-template-columns: 1fr !important;
gap: 0.62rem !important;
padding: 0.72rem !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-number {
width: 1.86rem !important;
height: 1.86rem !important;
font-size: 0.72rem !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-body h3 {
font-size: 0.82rem !important;
line-height: 1.24 !important;
white-space: nowrap !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-affiliation {
font-size: 0.82rem !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links {
gap: 0.36rem !important;
}

html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a,
html body.pkp_page_reviewers.pkp_op_index .setara-reviewer-links a:visited {
min-height: 1.86rem !important;
padding: 0.32rem 0.52rem !important;
font-size: 0.74rem !important;
}
}


html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type::before {
content: "Publication Integrity" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .setara-ethics-intro,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > ul {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.74rem !important;
padding: 0.84rem 0.92rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.58) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .setara-ethics-intro {
background: rgba(255, 249, 235, 0.66) !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0.92rem 0 0.58rem !important;
padding: 0.62rem 0.76rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-left: 4px solid var(--setara-gold-deep) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.76), rgba(248, 235, 204, 0.62)) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.02rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 2.18rem !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page li {
max-width: 100% !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
line-height: 1.72 !important;
text-align: justify !important;
text-justify: inter-word !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .setara-ethics-intro p {
margin: 0 !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page li {
margin: 0 0 0.42rem !important;
padding-left: 0.14rem !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page li:last-child,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page p:last-child {
margin-bottom: 0 !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page strong,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page b {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page em {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
}

@media (max-width: 760px) {
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
margin-top: 0.74rem !important;
padding: 0.58rem 0.66rem !important;
font-size: 0.94rem !important;
line-height: 1.3 !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .setara-ethics-intro,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > ul {
padding: 0.72rem !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 1.78rem !important;
}

html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_publication-ethics"].pkp_op_index .pkp_structure_main > .page li {
font-size: 0.86rem !important;
line-height: 1.64 !important;
text-align: left !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
}


html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type::before {
content: "Rights and Licensing" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .setara-copyright-intro,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > ul {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.74rem !important;
padding: 0.84rem 0.92rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.58) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .setara-copyright-intro {
background: rgba(255, 249, 235, 0.66) !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0.92rem 0 0.58rem !important;
padding: 0.62rem 0.76rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-left: 4px solid var(--setara-gold-deep) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.76), rgba(248, 235, 204, 0.62)) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.02rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 2.18rem !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page li {
max-width: 100% !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
line-height: 1.72 !important;
text-align: justify !important;
text-justify: inter-word !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .setara-copyright-intro p {
margin: 0 !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page li {
margin: 0 0 0.42rem !important;
padding-left: 0.14rem !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page li:last-child,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page p:last-child {
margin-bottom: 0 !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page strong,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page b {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page em {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page a,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page a:visited {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 760 !important;
text-decoration: none !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.52) !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page a:hover,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page a:focus {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
border-bottom-color: var(--setara-maroon) !important;
outline: none !important;
}

@media (max-width: 760px) {
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
margin-top: 0.74rem !important;
padding: 0.58rem 0.66rem !important;
font-size: 0.94rem !important;
line-height: 1.3 !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .setara-copyright-intro,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > ul {
padding: 0.72rem !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 1.78rem !important;
}

html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_copyright-notice"].pkp_op_index .pkp_structure_main > .page li {
font-size: 0.86rem !important;
line-height: 1.64 !important;
text-align: left !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
}


html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type::before {
content: "Publishing Fees" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .setara-fee-intro,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ul {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.74rem !important;
padding: 0.84rem 0.92rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.58) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .setara-fee-intro {
background: rgba(255, 249, 235, 0.66) !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0.92rem 0 0.58rem !important;
padding: 0.62rem 0.76rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-left: 4px solid var(--setara-gold-deep) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.76), rgba(248, 235, 204, 0.62)) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.02rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 2.18rem !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ul li::marker,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ol li::marker {
color: var(--setara-gold-deep) !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page li {
max-width: 100% !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
line-height: 1.72 !important;
text-align: justify !important;
text-justify: inter-word !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .setara-fee-intro p {
margin: 0 !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page li {
margin: 0 0 0.42rem !important;
padding-left: 0.14rem !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page li:last-child,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page p:last-child {
margin-bottom: 0 !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page strong,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page b {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page em {
color: inherit !important;
-webkit-text-fill-color: inherit !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page a,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page a:visited {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 760 !important;
text-decoration: none !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.52) !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page a:hover,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page a:focus {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
border-bottom-color: var(--setara-maroon) !important;
outline: none !important;
}

@media (max-width: 760px) {
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
margin-top: 0.74rem !important;
padding: 0.58rem 0.66rem !important;
font-size: 0.94rem !important;
line-height: 1.3 !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .setara-fee-intro,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ul {
padding: 0.72rem !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 1.78rem !important;
}

html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_article-processing-charge"].pkp_op_index .pkp_structure_main > .page li {
font-size: 0.86rem !important;
line-height: 1.64 !important;
text-align: left !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
}


html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type::before {
content: "Academic Integrity" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .setara-plagiarism-intro,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > ul {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.74rem !important;
padding: 0.84rem 0.92rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.58) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.36) !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .setara-plagiarism-intro {
background: rgba(255, 249, 235, 0.66) !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0.92rem 0 0.58rem !important;
padding: 0.62rem 0.76rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-left: 4px solid var(--setara-gold-deep) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.76), rgba(248, 235, 204, 0.62)) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.02rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 2.18rem !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page li {
max-width: 100% !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
line-height: 1.72 !important;
text-align: justify !important;
text-justify: inter-word !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .setara-plagiarism-intro p {
margin: 0 !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page li {
margin: 0 0 0.42rem !important;
padding-left: 0.14rem !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page li:last-child,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page p:last-child {
margin-bottom: 0 !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page strong,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page b {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page a,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page a:visited {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 760 !important;
text-decoration: none !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.52) !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page a:hover,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page a:focus {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
border-bottom-color: var(--setara-maroon) !important;
outline: none !important;
}

@media (max-width: 760px) {
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > h2:not(:first-of-type) {
margin-top: 0.74rem !important;
padding: 0.58rem 0.66rem !important;
font-size: 0.94rem !important;
line-height: 1.3 !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .setara-plagiarism-intro,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > p,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > ul {
padding: 0.72rem !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > ol,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page > ul {
padding-left: 1.78rem !important;
}

html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page p,
html body[class~="pkp_page_plagiarism-policy"].pkp_op_index .pkp_structure_main > .page li {
font-size: 0.86rem !important;
line-height: 1.64 !important;
text-align: left !important;
overflow-wrap: break-word !important;
word-break: normal !important;
}
}


html body[class~="pkp_page_statistics"].pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .pkp_structure_main > .page {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type::before {
content: "Public Metrics" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-statistics-intro,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-public-stats,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-chart-grid,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table-panel {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.86rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-statistics-intro,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-panel,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table-panel {
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.62) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.04),
inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-statistics-intro {
padding: 0.84rem 0.92rem !important;
background: rgba(255, 249, 235, 0.68) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-statistics-intro p {
margin: 0 !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.92rem !important;
font-weight: 500 !important;
line-height: 1.72 !important;
letter-spacing: 0 !important;
text-align: justify !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-statistics-intro strong {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-public-stats {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
gap: 0.72rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-card {
box-sizing: border-box !important;
min-width: 0 !important;
padding: 0.84rem 0.86rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 250, 236, 0.82), rgba(248, 235, 204, 0.68)) !important;
box-shadow:
0 12px 24px rgba(59, 5, 6, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.48) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-card__label,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-card__note {
display: block !important;
color: rgba(47, 28, 22, 0.74) !important;
-webkit-text-fill-color: rgba(47, 28, 22, 0.74) !important;
font-size: 0.74rem !important;
font-weight: 760 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-card__label {
color: var(--setara-gold-deep) !important;
-webkit-text-fill-color: var(--setara-gold-deep) !important;
text-transform: uppercase !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-card__value {
display: block !important;
margin: 0.18rem 0 0.16rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.58rem !important;
font-weight: 880 !important;
letter-spacing: 0 !important;
line-height: 1.05 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-chart-grid {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 0.82rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-panel,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table-panel {
padding: 0.9rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-panel h3,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table-panel h3 {
margin: 0 0 0.7rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bars {
display: grid !important;
gap: 0.62rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bar {
display: grid !important;
grid-template-columns: minmax(5.2rem, 0.72fr) minmax(8rem, 1.8fr) minmax(2.6rem, auto) !important;
align-items: center !important;
gap: 0.64rem !important;
min-width: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bar__label,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bar__value {
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.86rem !important;
font-weight: 760 !important;
line-height: 1.28 !important;
letter-spacing: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bar__value {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-align: right !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bar__track {
position: relative !important;
display: block !important;
height: 0.66rem !important;
overflow: hidden !important;
border-radius: 999px !important;
background: rgba(151, 92, 31, 0.14) !important;
box-shadow: inset 0 1px 2px rgba(59, 5, 6, 0.08) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bar__fill {
display: block !important;
width: var(--setara-stat-bar, 0%) !important;
height: 100% !important;
border-radius: inherit !important;
background: linear-gradient(90deg, var(--setara-maroon), var(--setara-gold-deep)) !important;
box-shadow: 0 4px 10px rgba(111, 6, 8, 0.18) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-panel__note {
margin: 0.76rem 0 0 !important;
color: rgba(47, 28, 22, 0.76) !important;
-webkit-text-fill-color: rgba(47, 28, 22, 0.76) !important;
font-size: 0.84rem !important;
font-weight: 520 !important;
line-height: 1.54 !important;
letter-spacing: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table-wrap {
width: 100% !important;
max-width: 100% !important;
overflow-x: auto !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table {
width: 100% !important;
min-width: 42rem !important;
border-collapse: separate !important;
border-spacing: 0 !important;
overflow: hidden !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table th,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table td {
padding: 0.68rem 0.72rem !important;
border-bottom: 1px solid rgba(151, 92, 31, 0.14) !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.84rem !important;
line-height: 1.42 !important;
vertical-align: top !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table th {
background: rgba(111, 6, 8, 0.94) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-weight: 820 !important;
text-align: left !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table th:nth-child(2),
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table th:nth-child(3),
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table td:nth-child(2),
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table td:nth-child(3) {
width: 7.5rem !important;
text-align: right !important;
white-space: nowrap !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table tr:last-child td {
border-bottom: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table a,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table a:visited {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 760 !important;
text-decoration: none !important;
border-bottom: 1px solid rgba(184, 134, 11, 0.42) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table a:hover,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table a:focus {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
border-bottom-color: var(--setara-maroon) !important;
outline: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.86rem !important;
padding: 0.9rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.72), rgba(247, 231, 190, 0.5)),
rgba(255, 249, 235, 0.62) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__head {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 0.75rem !important;
margin: 0 0 0.78rem !important;
padding-bottom: 0.66rem !important;
border-bottom: 1px solid rgba(151, 92, 31, 0.14) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__head span,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage h3,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage h4 {
margin: 0 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__head strong {
display: inline-flex !important;
align-items: center !important;
min-height: 1.7rem !important;
padding: 0.18rem 0.58rem !important;
border: 1px solid rgba(184, 134, 11, 0.24) !important;
border-radius: 999px !important;
background: rgba(255, 250, 238, 0.74) !important;
color: var(--setara-gold-deep) !important;
-webkit-text-fill-color: var(--setara-gold-deep) !important;
font-size: 0.76rem !important;
font-weight: 820 !important;
line-height: 1 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__grid {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 0.82rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__card {
min-width: 0 !important;
padding: 0.8rem !important;
border: 1px solid rgba(151, 92, 31, 0.14) !important;
border-radius: 7px !important;
background: rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__card h4 {
margin-bottom: 0.62rem !important;
font-size: 0.94rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage ol {
display: grid !important;
gap: 0.52rem !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage li {
display: grid !important;
grid-template-columns: 1.6rem minmax(0, 1fr) auto !important;
align-items: center !important;
gap: 0.56rem !important;
min-width: 0 !important;
padding: 0.5rem 0 !important;
border-top: 1px solid rgba(151, 92, 31, 0.12) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage li:first-child {
border-top: 0 !important;
padding-top: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__rank {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.55rem !important;
height: 1.55rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 999px !important;
background: rgba(255, 249, 235, 0.72) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.78rem !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage a,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage a:visited {
min-width: 0 !important;
overflow: hidden !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.86rem !important;
font-weight: 720 !important;
line-height: 1.36 !important;
letter-spacing: 0 !important;
text-decoration: none !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage a:hover,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage a:focus {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
outline: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__metric {
white-space: nowrap !important;
color: rgba(47, 28, 22, 0.72) !important;
-webkit-text-fill-color: rgba(47, 28, 22, 0.72) !important;
font-size: 0.78rem !important;
font-weight: 680 !important;
line-height: 1.24 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__metric strong {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.86rem !important;
font-weight: 860 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__empty,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage--empty p {
margin: 0 !important;
color: rgba(47, 28, 22, 0.74) !important;
-webkit-text-fill-color: rgba(47, 28, 22, 0.74) !important;
font-size: 0.86rem !important;
font-weight: 520 !important;
line-height: 1.54 !important;
letter-spacing: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage--empty h3 {
margin: 0 0 0.48rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.86rem !important;
padding: 0.9rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.74), rgba(247, 231, 190, 0.48)),
rgba(255, 249, 235, 0.64) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.045),
inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__head {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 0.75rem !important;
margin: 0 0 0.78rem !important;
padding-bottom: 0.66rem !important;
border-bottom: 1px solid rgba(151, 92, 31, 0.14) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__head span,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public h3,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public h4 {
margin: 0 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__head strong {
display: inline-flex !important;
align-items: center !important;
min-height: 1.7rem !important;
padding: 0.18rem 0.58rem !important;
border: 1px solid rgba(184, 134, 11, 0.24) !important;
border-radius: 999px !important;
background: rgba(255, 250, 238, 0.74) !important;
color: var(--setara-gold-deep) !important;
-webkit-text-fill-color: var(--setara-gold-deep) !important;
font-size: 0.76rem !important;
font-weight: 820 !important;
line-height: 1 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__cards {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(9.8rem, 1fr)) !important;
gap: 0.72rem !important;
margin: 0 0 0.82rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-card,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-panel {
box-sizing: border-box !important;
min-width: 0 !important;
border: 1px solid rgba(151, 92, 31, 0.14) !important;
border-radius: 7px !important;
background: rgba(255, 250, 238, 0.58) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-card {
padding: 0.78rem 0.82rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-card__label,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-card__note {
display: block !important;
font-size: 0.72rem !important;
font-weight: 740 !important;
letter-spacing: 0 !important;
line-height: 1.3 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-card__label {
color: var(--setara-gold-deep) !important;
-webkit-text-fill-color: var(--setara-gold-deep) !important;
text-transform: uppercase !important;
white-space: nowrap !important;
font-size: clamp(0.64rem, 0.78vw, 0.72rem) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-card strong {
display: block !important;
margin: 0.18rem 0 0.16rem !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1.46rem !important;
font-weight: 880 !important;
letter-spacing: 0 !important;
line-height: 1.05 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-card__note,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-empty,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__source,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public--empty p {
color: rgba(47, 28, 22, 0.74) !important;
-webkit-text-fill-color: rgba(47, 28, 22, 0.74) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__grid {
display: grid !important;
grid-template-columns: minmax(0, 1.68fr) minmax(14.2rem, 0.62fr) !important;
gap: 0.72rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-panel {
padding: 0.74rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-panel:first-child {
grid-row: span 2 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-panel h4 {
margin-bottom: 0.5rem !important;
font-size: 0.88rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-list {
display: grid !important;
gap: 0.52rem !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-list li {
display: grid !important;
grid-template-columns: 1.6rem minmax(0, 1fr) auto !important;
align-items: center !important;
gap: 0.56rem !important;
min-width: 0 !important;
padding: 0.5rem 0 !important;
border-top: 1px solid rgba(151, 92, 31, 0.12) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-list li:first-child {
border-top: 0 !important;
padding-top: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-rank {
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1.55rem !important;
height: 1.55rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 999px !important;
background: rgba(255, 249, 235, 0.72) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.78rem !important;
font-weight: 820 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-list a,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-list a:visited {
min-width: 0 !important;
overflow: hidden !important;
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.86rem !important;
font-weight: 720 !important;
line-height: 1.36 !important;
letter-spacing: 0 !important;
text-decoration: none !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-list a:hover,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-list a:focus {
color: var(--setara-maroon) !important;
-webkit-text-fill-color: var(--setara-maroon) !important;
outline: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-metric {
white-space: nowrap !important;
color: rgba(47, 28, 22, 0.72) !important;
-webkit-text-fill-color: rgba(47, 28, 22, 0.72) !important;
font-size: 0.78rem !important;
font-weight: 680 !important;
line-height: 1.24 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-metric strong {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.86rem !important;
font-weight: 860 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bars,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-completeness {
display: grid !important;
gap: 0.42rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bar,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete {
display: grid !important;
grid-template-columns: minmax(3.2rem, 0.56fr) minmax(5rem, 1.34fr) auto !important;
align-items: center !important;
gap: 0.42rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete {
grid-template-columns: minmax(4.4rem, 0.78fr) auto !important;
gap: 0.24rem 0.42rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete i {
grid-column: 1 / -1 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bar span,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bar strong,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete span,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete strong {
color: #2F1C16 !important;
-webkit-text-fill-color: #2F1C16 !important;
font-size: 0.82rem !important;
font-weight: 740 !important;
line-height: 1.28 !important;
letter-spacing: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bar strong,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete strong {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-align: right !important;
white-space: nowrap !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bar i,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete i {
position: relative !important;
display: block !important;
height: 0.56rem !important;
overflow: hidden !important;
border-radius: 999px !important;
background: rgba(151, 92, 31, 0.14) !important;
box-shadow: inset 0 1px 2px rgba(59, 5, 6, 0.08) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bar b,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete b {
display: block !important;
height: 100% !important;
border-radius: inherit !important;
background: linear-gradient(90deg, var(--setara-maroon), var(--setara-gold-deep)) !important;
box-shadow: 0 4px 10px rgba(111, 6, 8, 0.18) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-empty,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__source,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public--empty p {
margin: 0 !important;
font-size: 0.84rem !important;
font-weight: 520 !important;
line-height: 1.54 !important;
letter-spacing: 0 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__source {
margin-top: 0.78rem !important;
padding-top: 0.66rem !important;
border-top: 1px solid rgba(151, 92, 31, 0.14) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public--empty h3 {
margin: 0 0 0.48rem !important;
}

@media (max-width: 900px) {
html body[class~="pkp_page_statistics"].pkp_op_index .setara-public-stats {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-chart-grid {
grid-template-columns: 1fr !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__grid {
grid-template-columns: 1fr !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__cards {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__grid {
grid-template-columns: 1fr !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-panel:first-child {
grid-row: auto !important;
}
}

@media (max-width: 760px) {
html body[class~="pkp_page_statistics"].pkp_op_index .pkp_structure_main > .page > h2:first-of-type {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-statistics-intro,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-panel,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table-panel {
padding: 0.72rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-statistics-intro p {
font-size: 0.86rem !important;
line-height: 1.64 !important;
text-align: left !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-card {
padding: 0.72rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-card__value {
font-size: 1.34rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bar {
grid-template-columns: 1fr auto !important;
gap: 0.42rem 0.58rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-bar__track {
grid-column: 1 / -1 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-stat-table {
min-width: 34rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage li {
grid-template-columns: 1.5rem minmax(0, 1fr) !important;
align-items: start !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-real-usage__metric {
grid-column: 2 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-list li {
grid-template-columns: 1.5rem minmax(0, 1fr) !important;
align-items: start !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-metric {
grid-column: 2 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bar,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete {
grid-template-columns: 1fr auto !important;
gap: 0.42rem 0.58rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-bar i,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-complete i {
grid-column: 1 / -1 !important;
}
}

@media (max-width: 520px) {
html body[class~="pkp_page_statistics"].pkp_op_index .setara-public-stats {
grid-template-columns: 1fr !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-crossref-public__cards {
grid-template-columns: 1fr !important;
}
}


html .pkp_structure_sidebar .block_keyword_cloud {
display: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel {
margin: clamp(0.9rem, 2vw, 1.25rem) auto 0 !important;
padding: clamp(0.85rem, 2vw, 1.1rem) !important;
max-width: min(100%, 58rem) !important;
border: 1px solid rgba(151, 92, 31, 0.2) !important;
border-radius: 8px !important;
background:
linear-gradient(135deg, rgba(255, 249, 235, 0.92), rgba(247, 231, 190, 0.56)),
rgba(255, 249, 235, 0.82) !important;
box-shadow:
0 16px 34px rgba(59, 5, 6, 0.07),
inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel .block_keyword_cloud {
display: block !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
box-shadow: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel .block_keyword_cloud .title {
margin: 0 0 0.7rem !important;
padding: 0 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 1rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.28 !important;
text-transform: none !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel .content {
position: relative !important;
min-height: 14.5rem !important;
overflow: hidden !important;
border: 1px solid rgba(151, 92, 31, 0.14) !important;
border-radius: 8px !important;
background:
radial-gradient(circle at 50% 50%, rgba(255, 246, 220, 0.96), rgba(255, 249, 235, 0.58) 58%, rgba(247, 231, 190, 0.42) 100%) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud {
width: 100% !important;
min-height: 14.5rem !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud svg {
display: block !important;
width: 100% !important;
height: auto !important;
min-height: 14.5rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud text.keyword {
font-family: Georgia, "Times New Roman", serif !important;
font-weight: 780 !important;
letter-spacing: 0 !important;
opacity: 0.84 !important;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.58), 0 8px 18px rgba(59, 5, 6, 0.08) !important;
transition: opacity 160ms ease, filter 160ms ease !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud text.keyword:hover {
opacity: 1 !important;
filter: saturate(1.15) contrast(1.06) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud text.keyword:nth-child(5n+1) {
fill: var(--setara-maroon-deep) !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud text.keyword:nth-child(5n+2) {
fill: #B36B05 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud text.keyword:nth-child(5n+3) {
fill: #55701E !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud text.keyword:nth-child(5n+4) {
fill: #8B0D12 !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud text.keyword:nth-child(5n+5) {
fill: #2E6574 !important;
}

@media (max-width: 640px) {
html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel {
padding: 0.72rem !important;
}

html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel .content,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud,
html body[class~="pkp_page_statistics"].pkp_op_index .setara-plugin-keyword-cloud-panel #wordcloud svg {
min-height: 11.8rem !important;
}
}


html body.pkp_page_search.pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(255, 247, 229, 0.9), rgba(247, 232, 199, 0.82)) !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
box-shadow:
0 18px 38px rgba(59, 5, 6, 0.08),
inset 0 1px 0 rgba(255, 250, 238, 0.58) !important;
}

html body.pkp_page_search.pkp_op_index .page_search {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
color: #2F1C16 !important;
}

html body.pkp_page_search.pkp_op_index .page_search > h1 {
display: block !important;
margin: 0 0 0.9rem !important;
padding: 0.76rem 0.92rem 0.84rem !important;
border: 0 !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 14px 30px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 240, 199, 0.16) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 1.2rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.24 !important;
text-shadow: none !important;
}

html body.pkp_page_search.pkp_op_index .page_search > h1::before {
content: "Article Discovery" !important;
display: block !important;
margin: 0 0 0.18rem !important;
color: var(--setara-gold) !important;
-webkit-text-fill-color: var(--setara-gold) !important;
font-size: 0.72rem !important;
font-weight: 800 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-transform: uppercase !important;
}

html body.pkp_page_search.pkp_op_index .page_search form.cmp_form {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 1rem !important;
padding: 0.9rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.78), rgba(248, 235, 204, 0.72)) !important;
box-shadow:
0 14px 28px rgba(59, 5, 6, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_input {
position: relative !important;
margin: 0 0 0.78rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_input::before {
position: absolute !important;
z-index: 1 !important;
top: 50% !important;
left: 0.86rem !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: 1rem !important;
height: 1rem !important;
color: var(--setara-gold-deep) !important;
font-family: FontAwesome !important;
font-size: 0.86rem !important;
line-height: 1 !important;
content: "\f002" !important;
transform: translateY(-50%) !important;
}

html body.pkp_page_search.pkp_op_index .page_search input.query,
html body.pkp_page_search.pkp_op_index .page_search input#authors {
min-height: 2.58rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: 7px !important;
background: rgba(255, 253, 248, 0.78) !important;
box-shadow:
inset 0 1px 2px rgba(59, 5, 6, 0.045),
0 1px 0 rgba(255, 255, 255, 0.5) !important;
color: var(--setara-ink) !important;
-webkit-text-fill-color: var(--setara-ink) !important;
font-size: 0.9rem !important;
font-weight: 460 !important;
letter-spacing: 0 !important;
line-height: 1.34 !important;
}

html body.pkp_page_search.pkp_op_index .page_search input.query {
padding-left: 2.42rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search input::placeholder {
color: rgba(59, 5, 6, 0.56) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.56) !important;
opacity: 1 !important;
}

html body.pkp_page_search.pkp_op_index .page_search input:focus,
html body.pkp_page_search.pkp_op_index .page_search select:focus {
border-color: rgba(184, 134, 11, 0.52) !important;
background: rgba(255, 253, 248, 0.9) !important;
box-shadow:
0 0 0 3px rgba(216, 180, 90, 0.16),
inset 0 1px 2px rgba(59, 5, 6, 0.045) !important;
outline: 0 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_advanced {
box-sizing: border-box !important;
margin: 0 !important;
padding: 0.78rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 248, 232, 0.42) !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_advanced > legend {
box-sizing: border-box !important;
width: auto !important;
margin: 0 0 0.58rem !important;
padding: 0 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.92rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.22 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .date_range {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 0.72rem !important;
float: none !important;
clear: both !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 0.72rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search .date_range .from,
html body.pkp_page_search.pkp_op_index .page_search .date_range .to {
float: none !important;
width: auto !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .date_range .from > fieldset,
html body.pkp_page_search.pkp_op_index .page_search .date_range .to > fieldset {
box-sizing: border-box !important;
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 0.48rem !important;
min-width: 0 !important;
margin: 0 !important;
padding: 0.68rem !important;
border: 1px solid rgba(151, 92, 31, 0.16) !important;
border-radius: 7px !important;
background: rgba(255, 253, 248, 0.44) !important;
}

html body.pkp_page_search.pkp_op_index .page_search .date_range fieldset > legend {
grid-column: 1 / -1 !important;
margin: 0 0 0.08rem !important;
padding: 0 !important;
color: rgba(59, 5, 6, 0.84) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.84) !important;
font-size: 0.78rem !important;
font-weight: 760 !important;
letter-spacing: 0 !important;
line-height: 1.18 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .date_range fieldset > label {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
padding: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

html body.pkp_page_search.pkp_op_index .page_search select {
min-width: 4.55rem !important;
min-height: 2.36rem !important;
padding: 0.44rem 1.82rem 0.44rem 0.58rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: 7px !important;
background:
linear-gradient(45deg, transparent 50%, var(--setara-maroon-deep) 50%) calc(100% - 1rem) 50% / 0.34rem 0.34rem no-repeat,
linear-gradient(135deg, var(--setara-maroon-deep) 50%, transparent 50%) calc(100% - 0.78rem) 50% / 0.34rem 0.34rem no-repeat,
linear-gradient(180deg, rgba(255, 253, 248, 0.82), rgba(250, 239, 214, 0.72)) !important;
box-shadow:
inset 0 1px 2px rgba(59, 5, 6, 0.045),
0 1px 0 rgba(255, 255, 255, 0.5) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-size: 0.84rem !important;
font-weight: 560 !important;
letter-spacing: 0 !important;
line-height: 1.34 !important;
appearance: none !important;
-webkit-appearance: none !important;
}

html body.pkp_page_search.pkp_op_index .page_search select.setara-search-select-placeholder {
color: rgba(59, 5, 6, 0.74) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.74) !important;
font-weight: 500 !important;
}

html body.pkp_page_search.pkp_op_index .page_search select option {
background: #FFF8E8 !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
}

html body.pkp_page_search.pkp_op_index .page_search select option:checked {
background: var(--setara-maroon) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
}

html body.pkp_page_search.pkp_op_index .page_search .author {
display: grid !important;
grid-template-columns: minmax(0, 1fr) !important;
gap: 0.34rem !important;
float: none !important;
clear: both !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .author .label {
margin: 0 !important;
color: rgba(59, 5, 6, 0.84) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.84) !important;
font-size: 0.8rem !important;
font-weight: 640 !important;
line-height: 1.22 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .submit {
display: flex !important;
justify-content: flex-end !important;
margin: 0.78rem 0 0 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .submit button.submit {
position: relative !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
min-height: 2.36rem !important;
min-width: 8.4rem !important;
padding: 0.5rem 1rem !important;
border: 1px solid rgba(216, 180, 90, 0.38) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.12),
inset 0 1px 0 rgba(255, 232, 169, 0.18) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-size: 0.88rem !important;
font-weight: 780 !important;
letter-spacing: 0 !important;
line-height: 1.14 !important;
text-decoration: none !important;
}

html body.pkp_page_search.pkp_op_index .page_search .submit button.submit::before {
content: "\f002" !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
width: auto !important;
height: auto !important;
margin: 0 0.42rem 0 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: transparent !important;
box-shadow: none !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-family: FontAwesome !important;
font-size: 0.86rem !important;
line-height: 1 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .submit button.submit::after {
content: none !important;
display: none !important;
}

html body.pkp_page_search.pkp_op_index .page_search .submit button.submit:hover,
html body.pkp_page_search.pkp_op_index .page_search .submit button.submit:focus {
border-color: rgba(216, 180, 90, 0.52) !important;
background:
linear-gradient(180deg, #9A090E, #650407) !important;
box-shadow:
0 10px 22px rgba(59, 5, 6, 0.16),
inset 0 1px 0 rgba(255, 232, 169, 0.22) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
text-decoration: none !important;
outline: 0 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results {
display: grid !important;
gap: 0.72rem !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
background: transparent !important;
list-style: none !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results > li {
box-sizing: border-box !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary {
box-sizing: border-box !important;
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0.92rem 0.96rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 7px !important;
background:
linear-gradient(180deg, rgba(255, 249, 235, 0.76), rgba(248, 235, 204, 0.72)) !important;
box-shadow:
0 12px 24px rgba(59, 5, 6, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.4) !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .title {
margin: 0 0 0.46rem !important;
font-size: 1rem !important;
font-weight: 820 !important;
letter-spacing: 0 !important;
line-height: 1.32 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .title a,
html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .title a:visited {
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
font-weight: 820 !important;
text-decoration: none !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .title a:hover,
html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .title a:focus {
color: #7D0508 !important;
-webkit-text-fill-color: #7D0508 !important;
text-decoration: none !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .meta {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.42rem 0.54rem !important;
position: static !important;
margin: 0 !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.84rem !important;
line-height: 1.32 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .authors {
flex: 1 1 16rem !important;
min-width: 0 !important;
max-width: 100% !important;
color: var(--setara-muted) !important;
-webkit-text-fill-color: var(--setara-muted) !important;
font-size: 0.84rem !important;
font-weight: 520 !important;
line-height: 1.34 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .pages,
html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .published {
position: static !important;
right: auto !important;
top: auto !important;
bottom: auto !important;
left: auto !important;
flex: 0 0 auto !important;
display: inline-flex !important;
align-items: center !important;
gap: 0.26rem !important;
min-height: 1.84rem !important;
padding: 0.26rem 0.58rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 999px !important;
background: rgba(255, 253, 248, 0.64) !important;
color: rgba(59, 5, 6, 0.82) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.82) !important;
font-size: 0.78rem !important;
font-weight: 650 !important;
line-height: 1.16 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .pages::before {
content: "Pages" !important;
color: var(--setara-gold-deep) !important;
-webkit-text-fill-color: var(--setara-gold-deep) !important;
font-weight: 800 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .published::before {
content: "Published" !important;
color: var(--setara-gold-deep) !important;
-webkit-text-fill-color: var(--setara-gold-deep) !important;
font-weight: 800 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .published {
order: 2 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .pages {
order: 3 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .cmp_pagination,
html body.pkp_page_search.pkp_op_index .page_search span[role="status"] .cmp_notification {
box-sizing: border-box !important;
margin: 0.82rem 0 0 !important;
padding: 0.72rem 0.82rem !important;
border: 1px solid rgba(151, 92, 31, 0.18) !important;
border-radius: 7px !important;
background: rgba(255, 249, 235, 0.68) !important;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
color: rgba(59, 5, 6, 0.78) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.78) !important;
font-size: 0.84rem !important;
font-weight: 560 !important;
line-height: 1.36 !important;
}

@media (max-width: 760px) {
html body.pkp_page_search.pkp_op_index .page_search > h1 {
padding: 0.68rem 0.74rem 0.74rem !important;
font-size: 1.02rem !important;
line-height: 1.28 !important;
}

html body.pkp_page_search.pkp_op_index .page_search form.cmp_form {
padding: 0.72rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_advanced {
padding: 0.66rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search .date_range {
grid-template-columns: 1fr !important;
gap: 0.58rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search .date_range .from > fieldset,
html body.pkp_page_search.pkp_op_index .page_search .date_range .to > fieldset {
grid-template-columns: 1fr !important;
gap: 0.42rem !important;
padding: 0.6rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search select {
min-height: 2.28rem !important;
width: 100% !important;
min-width: 100% !important;
padding-right: 1.52rem !important;
font-size: 0.8rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search .submit {
display: block !important;
}

html body.pkp_page_search.pkp_op_index .page_search .submit button.submit {
width: 100% !important;
min-width: 0 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary {
padding: 0.78rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .title {
font-size: 0.92rem !important;
line-height: 1.3 !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .meta {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 0.42rem !important;
}

html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .authors,
html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .published,
html body.pkp_page_search.pkp_op_index .page_search .search_results .obj_article_summary .pages {
width: fit-content !important;
max-width: 100% !important;
}
}


html body .pkp_structure_main .cmp_breadcrumbs {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 1.08rem !important;
padding: 0 !important;
color: var(--setara-muted) !important;
font-size: 0.82rem !important;
line-height: 1.2 !important;
overflow: visible !important;
}

html body .pkp_structure_main .cmp_breadcrumbs ol {
display: flex !important;
flex-wrap: wrap !important;
align-items: center !important;
gap: 0.34rem 0.46rem !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
line-height: 1.2 !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li {
position: relative !important;
display: inline-flex !important;
align-items: center !important;
min-width: 0 !important;
max-width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}

html body .pkp_structure_main .cmp_breadcrumbs .separator {
position: absolute !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
padding: 0 !important;
overflow: hidden !important;
clip: rect(0 0 0 0) !important;
white-space: nowrap !important;
border: 0 !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li > a,
html body .pkp_structure_main .cmp_breadcrumbs li.current > span,
html body .pkp_structure_main .cmp_breadcrumbs li.current[data-setara-issue-crumb="true"],
html body .pkp_structure_main .cmp_breadcrumbs li > span[aria-current="page"] {
position: relative !important;
box-sizing: border-box !important;
display: inline-flex !important;
align-items: center !important;
min-width: 0 !important;
max-width: min(40rem, 72vw) !important;
min-height: 2.12rem !important;
padding: 0.48rem 0.84rem !important;
border: 1px solid rgba(184, 134, 11, 0.22) !important;
border-radius: var(--setara-radius) !important;
background:
linear-gradient(180deg, rgba(255, 253, 248, 0.9), rgba(247, 238, 219, 0.76)) !important;
box-shadow:
0 8px 18px rgba(59, 5, 6, 0.055),
inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
color: rgba(59, 5, 6, 0.82) !important;
-webkit-text-fill-color: rgba(59, 5, 6, 0.82) !important;
font-size: 0.82rem !important;
font-weight: 680 !important;
letter-spacing: 0 !important;
line-height: 1.12 !important;
text-decoration: none !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
overflow: hidden !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li:not(.current) > a {
padding-right: 1rem !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li:not(.current) > a::after {
position: absolute !important;
z-index: 1 !important;
top: 50% !important;
right: -0.43rem !important;
display: block !important;
width: 0.84rem !important;
height: 0.84rem !important;
border-top: 1px solid rgba(184, 134, 11, 0.22) !important;
border-right: 1px solid rgba(184, 134, 11, 0.22) !important;
background: linear-gradient(135deg, rgba(255, 253, 248, 0.92), rgba(247, 238, 219, 0.84)) !important;
box-shadow: 2px -2px 8px rgba(59, 5, 6, 0.035) !important;
content: "" !important;
transform: translateY(-50%) rotate(45deg) !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li:not(.current) > a:hover,
html body .pkp_structure_main .cmp_breadcrumbs li:not(.current) > a:focus {
border-color: rgba(184, 134, 11, 0.38) !important;
background:
linear-gradient(180deg, rgba(255, 248, 232, 0.96), rgba(244, 225, 190, 0.82)) !important;
color: var(--setara-maroon-deep) !important;
-webkit-text-fill-color: var(--setara-maroon-deep) !important;
text-decoration: none !important;
outline: 0 !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li:not(.current) > a:hover::after,
html body .pkp_structure_main .cmp_breadcrumbs li:not(.current) > a:focus::after {
border-color: rgba(184, 134, 11, 0.38) !important;
background: linear-gradient(135deg, rgba(255, 248, 232, 0.98), rgba(244, 225, 190, 0.86)) !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li.current > span,
html body .pkp_structure_main .cmp_breadcrumbs li.current > span[aria-current="page"],
html body .pkp_structure_main .cmp_breadcrumbs li.current[data-setara-issue-crumb="true"],
html body .pkp_structure_main .page_issue.setara-issue-page .cmp_breadcrumbs li.current > span[aria-current="page"] {
max-width: min(42rem, 74vw) !important;
border-color: rgba(216, 180, 90, 0.42) !important;
background:
linear-gradient(180deg, var(--setara-maroon-warm), var(--setara-maroon)) !important;
box-shadow:
0 10px 20px rgba(59, 5, 6, 0.13),
inset 0 1px 0 rgba(255, 232, 169, 0.2) !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
font-weight: 760 !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li.current[data-setara-issue-crumb="true"] {
font-size: 0 !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li.current[data-setara-issue-crumb="true"]::before {
display: block !important;
min-width: 0 !important;
max-width: 100% !important;
overflow: hidden !important;
color: #fff !important;
-webkit-text-fill-color: #fff !important;
content: attr(title) !important;
font-size: 0.82rem !important;
font-weight: 760 !important;
letter-spacing: 0 !important;
line-height: 1.12 !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}

@media (max-width: 760px) {
html body .pkp_structure_main .cmp_breadcrumbs {
margin-bottom: 0.86rem !important;
font-size: 0.76rem !important;
}

html body .pkp_structure_main .cmp_breadcrumbs ol {
gap: 0.28rem 0.34rem !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li > a,
html body .pkp_structure_main .cmp_breadcrumbs li.current > span,
html body .pkp_structure_main .cmp_breadcrumbs li.current[data-setara-issue-crumb="true"],
html body .pkp_structure_main .cmp_breadcrumbs li > span[aria-current="page"] {
min-height: 1.92rem !important;
max-width: calc(100vw - 2rem) !important;
padding: 0.38rem 0.64rem !important;
font-size: 0.74rem !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li.current {
flex: 1 1 100% !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li.current > span,
html body .pkp_structure_main .cmp_breadcrumbs li.current[data-setara-issue-crumb="true"],
html body .pkp_structure_main .cmp_breadcrumbs li.current > span[aria-current="page"] {
width: 100% !important;
max-width: 100% !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li:not(.current) > a::after {
right: -0.34rem !important;
width: 0.68rem !important;
height: 0.68rem !important;
}

html body .pkp_structure_main .cmp_breadcrumbs li.current[data-setara-issue-crumb="true"]::before {
font-size: 0.74rem !important;
}
}


