:root {
--setara-maroon-deep: #3B0506;
--setara-maroon: #6F0608;
--setara-maroon-warm: #8A0D10;
--setara-gold: #B8860B;
--setara-ink: #1F1715;
--setara-muted: #6B5F58;
--setara-radius: 8px;
}

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_login.pkp_op_index .pkp_structure_main {
background:
linear-gradient(180deg, rgba(250, 239, 214, 0.92), rgba(246, 229, 197, 0.86)) !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;
}
}

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.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: break-word !important;
word-break: normal !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: break-word !important;
word-break: normal !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[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;
width: 1.82rem !important;
height: 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;
}
}


