/* =========================================================
   IJRTH PREMIUM FOOTER
   ========================================================= */

   /* =========================================================
   IJRTH FOOTER — FULL WIDTH FIX
   ========================================================= */

/* Make the footer span the complete browser width */
.ijrth-footer {
    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    position: relative;
    left: 0;

    background: #075E63 !important;
}
.pkp_footer_content{
    padding: 0px!important;
}


/* Keep footer content nicely centered */
.ijrth-footer-top,
.ijrth-footer-bottom {
    width: 100% !important;
}


/* Inner content remains centered */
.ijrth-footer-container,
.ijrth-footer-bottom-inner {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}


/* Prevent horizontal scrollbar */
html,
body {
    overflow-x: hidden;
}


.ijrth-footer,
.ijrth-footer * {
    box-sizing: border-box;
}

.ijrth-footer {
    width: 100%;

    margin: 0;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   FOOTER TOP
   ========================================================= */

.ijrth-footer-top {

    background:
        linear-gradient(
            135deg,
            #04383c 0%,
            #075e63 55%,
            #064b50 100%
        );

    color: #ffffff;
}


.ijrth-footer-container {

    max-width: 1180px;

    margin: 0 auto;

    padding: 55px 30px;

    display: grid;

    grid-template-columns:
        1.6fr
        1fr
        1fr
        1fr;

    gap: 45px;
}


/* =========================================================
   FOOTER BRAND
   ========================================================= */

.ijrth-footer-brandmark {

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border: 2px solid #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;
}


.ijrth-footer-brand h3 {

    max-width: 360px;

    margin: 0 0 15px;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 22px;

    line-height: 1.35;
}


.ijrth-footer-brand p {

    max-width: 380px;

    margin: 0;

    color: #c7dcda;

    font-size: 14px;

    line-height: 1.75;
}


.ijrth-footer-accent {

    width: 55px;
    height: 3px;

    margin-top: 20px;

    background: #d9a441;

    border-radius: 10px;
}


/* =========================================================
   FOOTER COLUMNS
   ========================================================= */

.ijrth-footer-column h4 {

    margin: 4px 0 18px;

    color: #d9a441;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;
}


.ijrth-footer-column ul {

    margin: 0;
    padding: 0;

    list-style: none;
}


.ijrth-footer-column li {

    margin: 0;
    padding: 0;
}


.ijrth-footer-column a {

    display: inline-block;

    padding: 6px 0;

    color: #d3e2e0;

    font-size: 13px;

    text-decoration: none;

    transition:
        color .2s ease,
        transform .2s ease;
}


.ijrth-footer-column a:hover {

    color: #d9a441;

    transform: translateX(3px);
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.ijrth-footer-bottom {

    background: #032d30;

    color: #9fb9b6;

    border-top: 1px solid rgba(255,255,255,.08);
}


.ijrth-footer-bottom-inner {

    max-width: 1180px;

    margin: 0 auto;

    padding: 19px 30px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    font-size: 11px;

    line-height: 1.5;
}


.ijrth-footer-publisher a {

    margin-left: 4px;

    color: #d9a441;

    font-weight: 600;

    text-decoration: none;
}


.ijrth-footer-publisher a:hover {

    color: #f2ca67;

    text-decoration: underline;
}


.ijrth-footer-copy {

    text-align: right;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .ijrth-footer-container {

        grid-template-columns:
            1.4fr
            1fr
            1fr;

        gap: 35px;
    }

    .ijrth-footer-brand {

        grid-column: 1 / -1;
    }

    .ijrth-footer-bottom-inner {

        flex-direction: column;

        align-items: flex-start;
    }

    .ijrth-footer-copy {

        text-align: left;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-footer-container {

        grid-template-columns: 1fr 1fr;

        padding: 40px 20px;

        gap: 30px 20px;
    }

    .ijrth-footer-brand {

        grid-column: 1 / -1;
    }

    .ijrth-footer-brand h3 {

        font-size: 20px;
    }

    .ijrth-footer-column h4 {

        font-size: 16px;
    }

    .ijrth-footer-column a {

        font-size: 12.5px;
    }

    .ijrth-footer-bottom-inner {

        padding: 17px 20px;
    }

}

@media (max-width: 420px) {

    .ijrth-footer-container {

        grid-template-columns: 1fr;
    }

}


.page_title{
    display: none;
}
.pkp_structure_main .page h1{
    display: none;
}

/* =========================================================
   IJRTH — EDITORIAL MAGAZINE HERO
   Completely new layout
   ========================================================= */

.ijrth-editorial-hero,
.ijrth-editorial-hero * {
    box-sizing: border-box;
}

.ijrth-editorial-hero {
    --ijrth-deep: #073f43;
    --ijrth-primary: #075e63;
    --ijrth-teal: #0e8a8a;
    --ijrth-gold: #d9a441;
    --ijrth-cream: #f7f2e8;
    --ijrth-text: #27393b;

    position: relative;

    width: 100%;

    margin: 0;

    padding: 75px 30px 0;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #f7f2e8 0%,
            #fbfaf6 55%,
            #eef4f2 100%
        );

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   DECORATIVE ORBITS
========================================================= */

.ijrth-hero-orbit {
    position: absolute;

    border: 1px solid rgba(7, 94, 99, .10);

    border-radius: 50%;

    pointer-events: none;
}

.ijrth-hero-orbit-one {
    width: 420px;
    height: 420px;

    top: -190px;
    right: -100px;
}

.ijrth-hero-orbit-two {
    width: 280px;
    height: 280px;

    bottom: 80px;
    left: -170px;
}


/* =========================================================
   MAIN INNER
========================================================= */

.ijrth-editorial-inner {
    position: relative;

    z-index: 2;

    max-width: 1260px;

    margin: 0 auto;

    min-height: 600px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.1fr)
        minmax(390px, .9fr);

    align-items: center;

    gap: 45px;
}


/* =========================================================
   EDITORIAL CONTENT
========================================================= */

.ijrth-editorial-content {
    position: relative;

    padding: 20px 15px 45px 35px;
}


/* Kicker */

.ijrth-editorial-kicker {
    display: flex;

    align-items: center;

    gap: 11px;

    margin-bottom: 25px;

    color: var(--ijrth-primary);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-kicker-line {
    display: block;

    width: 38px;
    height: 2px;

    background: var(--ijrth-gold);
}


/* Issue-style number */

.ijrth-editorial-number {
    position: absolute;

    left: -8px;
    top: 75px;

    color: rgba(7, 94, 99, .07);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 170px;

    font-weight: 700;

    line-height: 1;

    pointer-events: none;

    user-select: none;
}


/* Main title */

.ijrth-editorial-title {
    position: relative;

    z-index: 2;

    max-width: 800px;

    margin: 0;

    color: var(--ijrth-deep);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(46px, 5.2vw, 72px);

    line-height: .98;

    font-weight: 700;

    letter-spacing: -.8px;
}


/* Title variation */

.ijrth-editorial-title span {
    display: block;

    color: var(--ijrth-primary);
}


/* Description */

.ijrth-editorial-description {
    position: relative;

    z-index: 3;

    max-width: 680px;

    margin: 30px 0 0;

    padding-left: 20px;

    border-left: 3px solid var(--ijrth-gold);

    color: #536566;

    font-size: 15px;

    line-height: 1.85;
}


/* =========================================================
   BUTTONS
========================================================= */

.ijrth-editorial-actions {
    position: relative;

    z-index: 3;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;
}


.ijrth-editorial-primary,
.ijrth-editorial-secondary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 45px;

    padding: 0 20px;

    border-radius: 4px;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .4px;

    text-transform: uppercase;

    text-decoration: none !important;

    transition:
        .2s ease;
}


/* Primary */

.ijrth-editorial-primary {
    gap: 14px;

    background: var(--ijrth-primary);

    color: #ffffff !important;
}

.ijrth-editorial-primary span {
    font-size: 16px;

    transition: transform .2s ease;
}

.ijrth-editorial-primary:hover {
    background: var(--ijrth-deep);

    color: #ffffff !important;
}

.ijrth-editorial-primary:hover span {
    transform: translateX(4px);
}


/* Secondary */

.ijrth-editorial-secondary {
    color: var(--ijrth-primary) !important;

    background: transparent;

    border:
        1px solid
        rgba(7, 94, 99, .45);
}

.ijrth-editorial-secondary:hover {
    color: #ffffff !important;

    background: var(--ijrth-primary);

    border-color: var(--ijrth-primary);
}


/* =========================================================
   VISUAL SIDE
========================================================= */

.ijrth-editorial-visual {
    position: relative;

    min-height: 565px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* Big vertical IJRTH marker */

.ijrth-visual-label {
    position: absolute;

    z-index: 1;

    left: -5px;
    top: 50%;

    transform:
        translateY(-50%)
        rotate(-90deg);

    color: rgba(7, 94, 99, .10);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 90px;

    font-weight: 700;

    letter-spacing: 10px;
}


/* Image */

.ijrth-visual-image {
    position: relative;

    z-index: 2;

    width: min(430px, 80%);

    height: 500px;

    overflow: hidden;

    background: #dbe6e2;

    box-shadow:
        0 28px 55px
        rgba(7, 63, 67, .18);
}


.ijrth-visual-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    transition:
        transform .5s ease;
}


.ijrth-visual-image:hover img {
    transform: scale(1.04);
}


/* Image caption */

.ijrth-visual-caption {
    position: absolute;

    z-index: 4;

    left: 55px;
    bottom: 35px;

    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    max-width: 300px;
}

.ijrth-visual-caption span {
    padding: 6px 9px;

    background: rgba(7, 63, 67, .84);

    border:
        1px solid
        rgba(255,255,255,.2);

    border-radius: 3px;

    color: #ffffff;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: .7px;

    text-transform: uppercase;

    backdrop-filter: blur(5px);
}


/* =========================================================
   GLOBAL RESEARCH STAMP
========================================================= */

.ijrth-visual-stamp {
    position: absolute;

    z-index: 5;

    right: 5px;
    top: 78px;

    width: 105px;
    height: 105px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    border: 1px solid var(--ijrth-gold);

    border-radius: 50%;

    background: var(--ijrth-cream);

    color: var(--ijrth-primary);

    transform: rotate(8deg);

    box-shadow:
        0 10px 25px
        rgba(7, 94, 99, .10);
}


.ijrth-visual-stamp span {
    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.ijrth-visual-stamp strong {
    margin-top: 4px;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;

    letter-spacing: 1px;
}


/* =========================================================
   META BAR
========================================================= */

.ijrth-editorial-meta {
    position: relative;

    z-index: 10;

    max-width: 1260px;

    margin: -3px auto 0;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top:
        1px solid
        #dbe4e2;

    background: rgba(255,255,255,.92);

    backdrop-filter: blur(8px);

    box-shadow:
        0 -4px 20px
        rgba(7, 94, 99, .03);
}


.ijrth-meta-item {
    position: relative;

    min-height: 98px;

    padding: 20px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;
}


.ijrth-meta-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 27%;

    right: 0;

    width: 1px;
    height: 46%;

    background: #dbe4e2;
}


.ijrth-meta-label {
    margin-bottom: 7px;

    color: #7a8887;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.ijrth-meta-item strong {
    color: var(--ijrth-primary);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 16px;
}


.ijrth-meta-publisher a {
    color: var(--ijrth-primary);

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;
}


.ijrth-meta-publisher a:hover {
    color: var(--ijrth-gold);

    text-decoration: underline;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .ijrth-editorial-hero {
        padding-top: 50px;
    }

    .ijrth-editorial-inner {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .ijrth-editorial-content {
        padding:
            20px 20px 10px;
    }

    .ijrth-editorial-title {
        font-size: clamp(44px, 7vw, 62px);
    }

    .ijrth-editorial-visual {
        min-height: 520px;
    }

    .ijrth-editorial-meta {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .ijrth-meta-item:nth-child(2)::after {
        display: none;
    }

    .ijrth-meta-item:nth-child(-n+2) {
        border-bottom:
            1px solid
            #dbe4e2;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .ijrth-editorial-hero {
        padding:
            35px 16px 0;
    }

    .ijrth-editorial-inner {
        min-height: auto;
    }

    .ijrth-editorial-content {
        padding:
            10px 5px 15px;
    }

    .ijrth-editorial-number {
        top: 55px;
        left: -5px;

        font-size: 110px;
    }

    .ijrth-editorial-title {
        font-size: 38px;

        letter-spacing: -.4px;
    }

    .ijrth-editorial-description {
        margin-top: 23px;

        padding-left: 15px;

        font-size: 14px;

        line-height: 1.75;
    }

    .ijrth-editorial-actions {
        flex-direction: column;

        align-items: stretch;
    }

    .ijrth-editorial-primary,
    .ijrth-editorial-secondary {
        width: 100%;
    }

    .ijrth-editorial-visual {
        min-height: 415px;
    }

    .ijrth-visual-image {
        width: 100%;
        height: 390px;
    }

    .ijrth-visual-label {
        font-size: 60px;
    }

    .ijrth-visual-stamp {
        right: 0;
        top: 45px;

        width: 82px;
        height: 82px;
    }

    .ijrth-visual-stamp strong {
        font-size: 12px;
    }

    .ijrth-visual-caption {
        left: 18px;
        bottom: 17px;
    }

    .ijrth-visual-caption span {
        font-size: 7px;
    }

    .ijrth-editorial-meta {
        grid-template-columns: 1fr;
    }

    .ijrth-meta-item {
        min-height: 78px;

        border-bottom:
            1px solid
            #dbe4e2;
    }

    .ijrth-meta-item:last-child {
        border-bottom: none;
    }

    .ijrth-meta-item:not(:last-child)::after {
        display: none;
    }
}

/* =========================================================
   IJRTH — ABOUT THE JOURNAL
   Editorial / Journal Profile Design
   ========================================================= */

.homepage_about,
.homepage_about * {
    box-sizing: border-box;
}

.homepage_about {
    width: 100%;

    margin: 0;

    padding: 90px 28px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8 0%,
            #fbfaf6 55%,
            #eef4f1 100%
        );

    font-family: Arial, Helvetica, sans-serif;

    overflow: hidden;
}


/* =========================================================
   MAIN INNER
   ========================================================= */

.ijrth-about-inner {
    max-width: 1200px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 70px 1fr;

    gap: 35px;

    align-items: stretch;
}


/* =========================================================
   LEFT VERTICAL LABEL
   ========================================================= */

.ijrth-about-label {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    padding: 20px 0;

    border-right: 1px solid #d5dfdb;

    color: #075e63;

    text-align: center;
}

.ijrth-about-label span {
    writing-mode: vertical-rl;

    transform: rotate(180deg);

    margin-bottom: 18px;

    color: #72817e;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 3px;

    text-transform: uppercase;
}

.ijrth-about-label strong {
    color: #d9a441;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 16px;

    letter-spacing: 1px;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ijrth-about-content {
    min-width: 0;
}


/* Heading */

.ijrth-about-heading {
    max-width: 850px;

    margin-bottom: 38px;
}

.ijrth-about-heading > span {
    display: block;

    margin-bottom: 10px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-about-heading h2 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.08;

    font-weight: 700;
}


/* =========================================================
   IMAGE + TEXT
   ========================================================= */

.ijrth-about-layout {
    display: grid;

    grid-template-columns:
        250px
        minmax(0, 1fr);

    gap: 45px;

    align-items: center;
}


/* Image */

.ijrth-about-image {
    position: relative;

    height: 330px;

    overflow: hidden;

    border-radius:
        7px
        95px
        7px
        7px;

    background: #dbe8e5;

    box-shadow:
        0 18px 35px
        rgba(7, 63, 67, .14);
}

.ijrth-about-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    transition:
        transform .45s ease;
}

.ijrth-about-image:hover img {
    transform: scale(1.035);
}


/* Image Mark */

.ijrth-about-image-mark {
    position: absolute;

    left: 16px;
    bottom: 16px;

    padding: 9px 12px;

    background: rgba(4,56,60,.84);

    border:
        1px solid
        rgba(255,255,255,.2);

    border-radius: 4px;

    color: #d9a441;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.4px;
}


/* =========================================================
   TEXT
   ========================================================= */

.ijrth-about-text {
    max-width: 680px;
}

.ijrth-about-badge {
    display: inline-block;

    margin-bottom: 17px;

    padding: 7px 12px;

    background: rgba(14,138,138,.08);

    border:
        1px solid
        rgba(14,138,138,.22);

    border-radius: 20px;

    color: #075e63;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}

.ijrth-about-text p {
    margin: 0;

    color: #536566;

    font-size: 15.5px;

    line-height: 1.9;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.ijrth-about-links {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 26px;
}

.ijrth-about-primary,
.ijrth-about-secondary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 42px;

    padding: 0 18px;

    border-radius: 4px;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: .4px;

    text-transform: uppercase;

    text-decoration: none !important;

    transition: .2s ease;
}


/* Primary */

.ijrth-about-primary {
    gap: 10px;

    background: #075e63;

    color: #ffffff !important;
}

.ijrth-about-primary:hover {
    background: #043f42;

    color: #ffffff !important;
}

.ijrth-about-primary span {
    font-size: 15px;

    transition: transform .2s ease;
}

.ijrth-about-primary:hover span {
    transform: translateX(3px);
}


/* Secondary */

.ijrth-about-secondary {
    background: transparent;

    color: #075e63 !important;

    border:
        1px solid
        rgba(7,94,99,.4);
}

.ijrth-about-secondary:hover {
    background: #075e63;

    border-color: #075e63;

    color: #ffffff !important;
}


/* =========================================================
   JOURNAL DETAILS
   ========================================================= */

.ijrth-about-details {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    margin-top: 45px;

    padding-top: 25px;

    border-top:
        1px solid
        #d7e1de;
}


.ijrth-about-detail {
    position: relative;

    min-height: 65px;

    padding:
        5px 18px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;
}

.ijrth-about-detail:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 15%;

    right: 0;

    width: 1px;

    height: 70%;

    background: #d7e1de;
}

.ijrth-about-detail span {
    margin-bottom: 6px;

    color: #788785;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}

.ijrth-about-detail strong {
    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;
}

.ijrth-about-detail a {
    color: #075e63;

    font-size: 12px;

    font-weight: 600;

    line-height: 1.4;

    text-decoration: none;
}

.ijrth-about-detail a:hover {
    color: #c69539;

    text-decoration: underline;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .homepage_about {
        padding:
            65px 20px;
    }

    .ijrth-about-inner {
        grid-template-columns: 1fr;

        gap: 20px;
    }

    .ijrth-about-label {
        flex-direction: row;

        justify-content: flex-start;

        gap: 12px;

        padding: 0;

        border-right: 0;

        border-bottom:
            1px solid
            #d5dfdb;

        padding-bottom: 15px;
    }

    .ijrth-about-label span {
        writing-mode: initial;

        transform: none;

        margin: 0;
    }

    .ijrth-about-layout {
        grid-template-columns:
            210px
            minmax(0,1fr);

        gap: 30px;
    }

    .ijrth-about-image {
        height: 310px;
    }

    .ijrth-about-details {
        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 20px;
    }

    .ijrth-about-detail:nth-child(2)::after {
        display: none;
    }

    .ijrth-about-detail:nth-child(-n+2) {
        border-bottom:
            1px solid
            #d7e1de;

        padding-bottom: 18px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .homepage_about {
        padding:
            45px 16px;
    }

    .ijrth-about-heading h2 {
        font-size: 34px;
    }

    .ijrth-about-layout {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .ijrth-about-image {
        height: 300px;

        border-radius:
            7px
            85px
            7px
            7px;
    }

    .ijrth-about-text p {
        font-size: 14px;

        line-height: 1.8;
    }

    .ijrth-about-links {
        flex-direction: column;

        align-items: stretch;
    }

    .ijrth-about-primary,
    .ijrth-about-secondary {
        width: 100%;
    }

    .ijrth-about-details {
        grid-template-columns: 1fr;

        row-gap: 0;
    }

    .ijrth-about-detail {
        min-height: 72px;

        border-bottom:
            1px solid
            #d7e1de;

        padding: 15px;
    }

    .ijrth-about-detail:last-child {
        border-bottom: 0;
    }

    .ijrth-about-detail:not(:last-child)::after {
        display: none;
    }
}

/* =========================================================
   IJRTH — CURRENT ISSUE
   Dynamic OJS Section
   ========================================================= */

.current_issue,
.current_issue * {
    box-sizing: border-box;
}

.current_issue {
    position: relative;

    width: 100%;

    margin: 0;

    padding: 90px 28px 95px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8 0%,
            #fbfaf6 52%,
            #edf4f1 100%
        );

    font-family: Arial, Helvetica, sans-serif;

    overflow: hidden;
}


/* =========================================================
   DECORATIVE BACKGROUND
   ========================================================= */

.current_issue::before {
    content: "ISSUE";

    position: absolute;

    top: 25px;
    right: -20px;

    color: rgba(7,94,99,.035);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 120px;
    font-weight: 700;

    letter-spacing: 8px;

    pointer-events: none;
}


/* =========================================================
   INNER ISSUE CONTENT
   ========================================================= */

.current_issue > *:not(#homepageIssue) {
    position: relative;
    z-index: 2;
}

.current_issue > a#homepageIssue {
    display: block;

    position: absolute;

    top: -80px;
}


/* =========================================================
   SECTION TITLE
   ========================================================= */

.current_issue > h2 {
    max-width: 1180px;

    margin: 0 auto 10px;

    color: #0e8a8a;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =========================================================
   ISSUE TITLE
   ========================================================= */

.current_issue .current_issue_title {
    max-width: 1180px;

    margin: 0 auto;

    padding-bottom: 25px;

    border-bottom:
        1px solid
        #d8e2df;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
   ISSUE TABLE OF CONTENTS
   ========================================================= */

.current_issue .obj_issue_toc {
    max-width: 1180px;

    margin: 0 auto;

    padding-top: 25px;
}


/* =========================================================
   HEADING / PUBLISHED
   ========================================================= */

.current_issue .heading {
    display: flex;

    align-items: center;

    justify-content: space-between;

    min-height: 44px;

    margin-bottom: 28px;
}


.current_issue .published {
    display: flex;

    align-items: center;

    gap: 8px;

    padding: 8px 13px;

    background: #ffffff;

    border:
        1px solid
        #dbe6e3;

    border-radius: 4px;

    box-shadow:
        0 4px 12px
        rgba(7,94,99,.04);
}


.current_issue .published .label {
    color: #768582;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.current_issue .published .value {
    color: #075e63;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.current_issue .sections {
    min-height: 10px;
}


/* =========================================================
   ARTICLE SECTION
   These rules will automatically style OJS articles
   when they are dynamically present.
   ========================================================= */

.current_issue .section {
    margin-top: 20px;
}


.current_issue .section h3 {
    margin: 0 0 18px;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 23px;
}


/* Article list */

.current_issue .cmp_article_list,
.current_issue ul.articles {
    margin: 0;

    padding: 0;

    list-style: none;
}


/* Individual article */

.current_issue .cmp_article_list > li,
.current_issue ul.articles > li {
    margin: 0 0 12px;

    padding: 19px 22px;

    background: rgba(255,255,255,.88);

    border:
        1px solid
        #e0e8e5;

    border-radius: 8px;

    box-shadow:
        0 5px 16px
        rgba(32,63,60,.045);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


.current_issue .cmp_article_list > li:hover,
.current_issue ul.articles > li:hover {
    transform: translateY(-2px);

    border-color: #c5d9d4;

    box-shadow:
        0 9px 22px
        rgba(32,63,60,.08);
}


/* Article title */

.current_issue .obj_article_summary .title,
.current_issue .obj_article_summary h4.title {
    margin: 0;
}


.current_issue .obj_article_summary .title a,
.current_issue .obj_article_summary h4.title a {
    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;

    font-weight: 700;

    line-height: 1.45;

    text-decoration: none;
}


.current_issue .obj_article_summary .title a:hover,
.current_issue .obj_article_summary h4.title a:hover {
    color: #c69335;
}


/* Authors */

.current_issue .obj_article_summary .authors {
    margin-top: 7px;

    color: #76827f;

    font-size: 12px;

    line-height: 1.5;
}


/* Meta */

.current_issue .obj_article_summary .meta {
    margin-top: 4px;
}


/* Galleys */

.current_issue .galleys_links {
    margin-top: 9px;

    padding: 0;

    list-style: none;
}


/* =========================================================
   VIEW ALL ISSUES
   ========================================================= */

.current_issue .read_more {
    display: flex;

    align-items: center;
    justify-content: center;

    width: fit-content;

    margin: 35px auto 0;

    min-height: 42px;

    padding: 0 19px;

    background: #075e63;

    color: #ffffff !important;

    border-radius: 4px;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: .7px;

    text-transform: uppercase;

    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}


.current_issue .read_more:hover {
    background: #043f42;

    color: #ffffff !important;

    transform: translateY(-2px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

    .current_issue {
        padding:
            70px 20px
            75px;
    }

    .current_issue .current_issue_title {
        font-size: 31px;
    }

    .current_issue .heading {
        align-items: flex-start;

        flex-direction: column;

        gap: 12px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .current_issue {
        padding:
            55px 15px
            60px;
    }

    .current_issue::before {
        font-size: 70px;
        top: 20px;
    }

    .current_issue > h2 {
        font-size: 14px;
    }

    .current_issue .current_issue_title {
        padding-bottom: 18px;

        font-size: 27px;

        line-height: 1.18;
    }

    .current_issue .obj_issue_toc {
        padding-top: 20px;
    }

    .current_issue .published {
        width: fit-content;
    }

    .current_issue .section h3 {
        font-size: 21px;
    }

    .current_issue .cmp_article_list > li,
    .current_issue ul.articles > li {
        padding: 17px 16px;
    }

    .current_issue .obj_article_summary .title a,
    .current_issue .obj_article_summary h4.title a {
        font-size: 16px;
    }

    .current_issue .read_more {
        width: 100%;
    }
}

/* =========================================================
   IJRTH — ABOUT THE JOURNAL PAGE
   Editorial Academic Design
   ========================================================= */

.ijrth-about-page,
.ijrth-about-page * {
    box-sizing: border-box;
}

.ijrth-about-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 90px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   HEADER
   ========================================================= */

.ijrth-about-page-header {
    max-width: 900px;

    margin: 0 auto 65px;

    text-align: center;
}


.ijrth-about-page-kicker {
    display: inline-block;

    margin-bottom: 13px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2.2px;

    text-transform: uppercase;
}


.ijrth-about-page-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.08;

    font-weight: 700;
}


.ijrth-about-page-rule {
    width: 65px;
    height: 4px;

    margin: 0px auto 18px;

    background: #d9a441;

    border-radius: 10px;
}


.ijrth-about-page-intro {
    max-width: 720px;

    margin: 0 auto;

    color: #6a7977;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================================
   BODY
   ========================================================= */

.ijrth-about-page-body {
    position: relative;

    max-width: 980px;

    margin: 0 auto;
}


/* Vertical editorial line */

.ijrth-about-page-body::before {
    content: "";

    position: absolute;

    left: 35px;

    top: 35px;
    bottom: 35px;

    width: 1px;

    background: #dbe5e2;
}


/* =========================================================
   CONTENT ITEM
   ========================================================= */

.ijrth-about-page-item {
    position: relative;

    display: grid;

    grid-template-columns: 72px minmax(0, 1fr);

    gap: 28px;

    margin-bottom: 30px;

    padding: 30px 32px;

    background: #ffffff;

    border: 1px solid #e0e8e5;

    border-radius: 10px;

    box-shadow:
        0 7px 22px
        rgba(34, 69, 67, .05);

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


.ijrth-about-page-item:hover {
    transform: translateY(-2px);

    border-color: #c7d9d5;

    box-shadow:
        0 12px 28px
        rgba(34, 69, 67, .08);
}


/* =========================================================
   NUMBER
   ========================================================= */

.ijrth-about-page-number {
    position: relative;

    z-index: 2;

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #f7f2e8;

    border: 1px solid #d9a441;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================================
   CONTENT
   ========================================================= */

.ijrth-about-page-content h2 {
    margin: 0 0 14px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}


.ijrth-about-page-content p {
    margin: 0;

    color: #566866;

    font-size: 15px;

    line-height: 1.85;
}


.ijrth-about-page-content strong {
    color: #073f43;

    font-weight: 700;
}


/* =========================================================
   CLOSING PANEL
   ========================================================= */

.ijrth-about-page-footer {
    max-width: 980px;

    margin: 45px auto 0;

    display: flex;

    align-items: center;

    gap: 18px;

    padding: 25px 28px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;

    color: #ffffff;
}


.ijrth-about-page-footer-mark {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 52px;

    border: 2px solid #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1px;
}


.ijrth-about-page-footer span {
    display: block;

    margin-bottom: 5px;

    color: #d9a441;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


.ijrth-about-page-footer strong {
    display: block;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 18px;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

    .ijrth-about-page {
        padding:
            55px 20px
            70px;
    }

    .ijrth-about-page-header {
        margin-bottom: 45px;
    }

    .ijrth-about-page-item {
        grid-template-columns:
            58px
            minmax(0,1fr);

        gap: 20px;

        padding: 25px;
    }

    .ijrth-about-page-body::before {
        left: 28px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-about-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-about-page-header h1 {
        font-size: 32px;
    }

    .ijrth-about-page-intro {
        font-size: 14px;
    }

    .ijrth-about-page-body::before {
        display: none;
    }

    .ijrth-about-page-item {
        display: block;

        padding: 23px 20px;

        margin-bottom: 17px;
    }

    .ijrth-about-page-number {
        margin-bottom: 17px;
    }

    .ijrth-about-page-content h2 {
        font-size: 21px;
    }

    .ijrth-about-page-content p {
        font-size: 14px;

        line-height: 1.75;
    }

    .ijrth-about-page-footer {
        align-items: flex-start;

        padding:
            22px 20px;
    }

    .ijrth-about-page-footer strong {
        font-size: 16px;
    }

}

/* =========================================================
   IJRTH HEADER — STABLE VERSION + MOBILE FIX
   ========================================================= */

.ijrth-header,
.ijrth-header * {
    box-sizing: border-box;
}

.ijrth-header {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   TOP BAR
   ========================================================= */

.ijrth-topbar {
    width: 100%;
    background: #04383c;
}

.ijrth-topbar-inner {
    width: 100%;
    max-width: 1500px;

    min-height: 34px;

    margin: 0 auto;
    padding: 0 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #d8e7e4;
    font-size: 14px;
}

.ijrth-topbar-left,
.ijrth-topbar-right {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ijrth-topbar-dot {
    color: #d9a441;
}

.ijrth-topbar a {
    color: #fff !important;
    text-decoration: none !important;
}

.ijrth-topbar a:hover {
    color: #d9a441 !important;
}


/* =========================================================
   MAIN NAV
   ========================================================= */

.ijrth-mainnav {
    position: relative;
    z-index: 1000;

    width: 100%;

    background: #fff;

    border-bottom: 1px solid #dce6e4;

    box-shadow: 0 3px 15px rgba(7,94,99,.08);
}

.ijrth-mainnav-inner {
    width: 100%;
    max-width: 1500px;

    min-height: 80px;

    margin: 0 auto;
    padding: 10px 24px;

    display: grid;

    grid-template-columns:
        285px
        minmax(0,1fr)
        230px;

    align-items: center;

    gap: 18px;
}


/* =========================================================
   BRAND
   ========================================================= */

.ijrth-brand {
    position: relative;
    display: flex;
    align-items: center;
}

.ijrth-brand-link {
    display: flex;
    align-items: center;
    gap: 11px;

    text-decoration: none !important;
}

.ijrth-brand-mark {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid #d9a441;
    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ijrth-brand-text {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.ijrth-brand-eyebrow {
    color: #0e8a8a;

    font-size: 8px;
    font-weight: 700;

    letter-spacing: .8px;

    text-transform: uppercase;

    white-space: nowrap;
}

.ijrth-brand-text strong {
    color: #075e63;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 17px;
    line-height: 1.15;
}


/* =========================================================
   COLLAPSIBLE PANEL (nav + actions grouped)
   ---------------------------------------------------------
   Desktop: display:contents makes this wrapper invisible to
   layout — its children (.ijrth-primary-nav, .ijrth-actions)
   act as if they were direct children of the 3-column grid,
   exactly like before this fix. Only at ≤991px does it become
   a real collapsible box.
   ========================================================= */

.ijrth-collapse-panel {
    display: contents;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.ijrth-primary-nav {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;
    min-width: 0;
}

.ijrth-nav-list {
    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 !important;
    padding: 0 !important;

    gap: 2px;

    list-style: none !important;
}

.ijrth-nav-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.ijrth-nav-list li a {
    display: flex;

    align-items: center;
    justify-content: center;

    min-height: 39px;

    padding: 8px 9px;

    color: #174447;

    font-size: 14px;
    font-weight: 700;

    letter-spacing: .25px;

    text-transform: uppercase;

    text-decoration: none;

    border-bottom: 2px solid transparent;

    white-space: nowrap;
}

.ijrth-nav-list li a:hover {
    color: #075e63;

    border-bottom-color: #d9a441;
}


/* =========================================================
   ACTIONS
   ========================================================= */

.ijrth-actions {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    gap: 8px;

    white-space: nowrap;
}

.ijrth-search {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;
    gap: 6px;

    color: #075e63 !important;

    border: 0px solid #bfd1cf;

    border-radius: 6px;

    text-decoration: none !important;
}

.ijrth-search-label {
    display: none;
}

.ijrth-search:hover {
    color: #fff !important;

    background: #075e63;
}

.ijrth-login {
    color: #174447 !important;

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;

    text-decoration: none !important;
}

.ijrth-login:hover {
    color: #075e63 !important;
}

.ijrth-submit-top {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 35px;

    padding: 8px 13px;

    background: #d9a441;

    color: #fff !important;

    border-radius: 5px;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: .4px;

    text-transform: uppercase;

    text-decoration: none !important;
}

.ijrth-submit-top:hover {
    background: #bd8d2f;

    color: #fff !important;
}


/* =========================================================
   USER / ACCOUNT MENU — previously had NO styling at all,
   which is why it rendered as a raw bulleted list directly
   on the page. Styled here to match the rest of the header.
   ========================================================= */

.ijrth-user-wrapper {
    display: flex;
    align-items: center;
}

.ijrth-user-list {
    display: flex;
    align-items: center;
    gap: 6px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ijrth-user-list .ijrth-user-item {
    position: relative;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.ijrth-user-list .ijrth-user-item > a {
    display: inline-flex;
    align-items: center;

    min-height: 34px;

    padding: 6px 12px;

    border: 1px solid #bfd1cf;
    border-radius: 20px;

    color: #075e63 !important;

    font-size: 12px;
    font-weight: 700;

    text-decoration: none !important;
    white-space: nowrap;

    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;

    transition: background .2s ease, color .2s ease;
}

.ijrth-user-list .ijrth-user-item > a:hover {
    background: #075e63;
    color: #fff !important;
}

/* dropdown (Dashboard, View Profile, Administration, Logout) */

.ijrth-user-list .ijrth-user-item > ul {
    position: absolute;
    /* top: calc(100% + 6px); */
    right: 0;
    left: auto;

    min-width: 190px;

    margin: 0 !important;
    padding: 6px !important;

    background: #fff;
    border: 1px solid #dce6e4;
    border-top: 3px solid #d9a441;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 12px 26px rgba(7,94,99,.18);

    list-style: none !important;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    z-index: 2000;

    transition: opacity .15s ease, visibility .15s ease;
}

.ijrth-user-list .ijrth-user-item:hover > ul,
.ijrth-user-list .ijrth-user-item:focus-within > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.ijrth-user-list .ijrth-user-item > ul > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ijrth-user-list .ijrth-user-item > ul > li > a {
    display: flex;
    align-items: center;

    min-height: 34px;

    padding: 6px 10px;

    border-radius: 5px;

    color: #174447 !important;

    font-size: 12px;
    font-weight: 600;

    text-decoration: none !important;
    white-space: nowrap;

    transition: background .15s ease, color .15s ease;
}

.ijrth-user-list .ijrth-user-item > ul > li > a:hover {
    background: #f0f6f5;
    color: #075e63 !important;
}


/* =========================================================
   HERO
   ========================================================= */

.ijrth-header-hero {
    width: 100%;

    min-height: 350px;

    display: flex;

    align-items: center;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ijrth-header-hero-inner {
    width: 100%;
    max-width: 1500px;

    margin: 0 auto;
    padding: 50px 55px;
}

.ijrth-header-kicker {
    display: inline-block;

    margin-bottom: 12px;

    color: #d9a441;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-header-hero h1 {
    max-width: 700px;

    margin: 0;

    color: #fff;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 30px;

    line-height: 1.15;
}

.ijrth-header-rule {
    width: 65px;
    height: 4px;

    margin: 18px 0;

    background: #d9a441;
}

.ijrth-header-hero p {
    max-width: 600px;

    margin: 0;

    color: rgba(255,255,255,.92);

    font-size: 15px;

    line-height: 1.7;
}

.ijrth-header-buttons {
    display: flex;

    gap: 10px;

    margin-top: 24px;
}

.ijrth-header-btn {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 42px;

    padding: 0 18px;

    border-radius: 5px;

    font-size: 14px;
    font-weight: 800;

    text-transform: uppercase;

    text-decoration: none !important;
}

.ijrth-header-btn-primary {
    background: #d9a441;

    color: #fff !important;
}

.ijrth-header-btn-primary:hover {
    background: #bd8d2f;

    color: #fff !important;
}

.ijrth-header-btn-secondary {
    background: rgba(255,255,255,.06);

    border: 1px solid rgba(255,255,255,.75);

    color: #fff !important;
}

.ijrth-header-btn-secondary:hover {
    background: #fff;

    color: #075e63 !important;
}


/* =========================================================
   MOBILE MENU BUTTON — icon bars + working active/open state
   ========================================================= */

.ijrth-menu-toggle {
    display: none;
}

@media (max-width: 991px) {

    .ijrth-menu-toggle {
        display: flex;

        position: relative;

        width: 36px;
        height: 36px;

        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 5px;

        padding: 0;

        background: transparent;
        border: 0;
        cursor: pointer;
    }

    .ijrth-menu-toggle span {
        display: block;

        width: 22px;
        height: 2px;

        background: #075e63;

        border-radius: 2px;

        transition: transform .2s ease, opacity .2s ease;
    }

    .ijrth-menu-toggle.is-active span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .ijrth-menu-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .ijrth-menu-toggle.is-active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1100px) {

    .ijrth-mainnav-inner {
        grid-template-columns:
            230px
            minmax(0,1fr)
            185px;

        gap: 10px;
    }

    .ijrth-nav-list li a {
        padding-left: 5px;
        padding-right: 5px;

        font-size: 9px;
    }

    .ijrth-brand-text strong {
        font-size: 15px;
    }
}

@media (max-width: 991px) {

    .ijrth-topbar {
        display: none;
    }

    .ijrth-mainnav-inner {
        display: flex;
        flex-wrap: wrap;

        min-height: 70px;

        padding: 9px 14px;
    }

    .ijrth-brand {
        flex: 1;
    }


    /* the shared panel: now a real collapsible box holding
       BOTH the nav links and the actions (search/account/submit)
       so nothing renders loose on the page anymore */

    .ijrth-collapse-panel {
        display: block;

        width: 100%;
        flex-basis: 100%;

        max-height: 0;
        overflow: hidden;

        transition: max-height .3s ease;
    }

    .ijrth-collapse-panel.is-open {
        max-height: 2000px;
        overflow-y: auto;
    }

    .ijrth-primary-nav {
        width: 100%;

        display: block;
    }

    .ijrth-nav-list {
        width: 100%;

        display: block;
    }

    .ijrth-nav-list li a {
        justify-content: flex-start;

        width: 100%;

        padding: 12px 5px;

        border-bottom: 1px solid #edf1ef;
    }


    /* dropdown arrow — only shown on items that actually have
       children, so it's clear which ones are tappable to expand */

    .ijrth-nav-list li.has-children > a {
        position: relative;
        padding-right: 26px;
    }

    .ijrth-nav-list li.has-children > a::after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        width: 7px;
        height: 7px;
        margin-top: -6px;
        border-right: 2px solid #075e63;
        border-bottom: 2px solid #075e63;
        transform: rotate(45deg);
        transition: transform .2s ease;
    }

    .ijrth-nav-list li.has-children.submenu-open > a::after {
        transform: rotate(225deg);
        margin-top: -3px;
    }


    /* submenu — collapsed by default (accordion), no bullets,
       expands only when its parent link is tapped */

    .ijrth-nav-list li > ul {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;

        max-height: 0;
        overflow: hidden;

        background: #f7fafa;

        transition: max-height .25s ease;
    }

    .ijrth-nav-list li.submenu-open > ul {
        max-height: 1200px;
    }

    .ijrth-nav-list li > ul > li {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .ijrth-nav-list li > ul > li > a {
        display: flex;
        align-items: center;

        width: 100%;

        padding: 10px 5px 10px 22px;

        color: #174447;
        font-size: 12px;
        font-weight: 600;
        text-transform: none;

        border-bottom: 1px solid #edf1ef;
    }

    .ijrth-nav-list li > ul > li > a:hover {
        color: #075e63;
    }

    /* nested (grandchild) submenus, if any, indent further and
       get their own arrow + collapse behaviour the same way */

    .ijrth-nav-list li > ul li.has-children > a::after {
        border-color: #174447;
    }

    .ijrth-nav-list li > ul li > ul > li > a {
        padding-left: 36px;
        font-size: 11.5px;
    }


    /* actions become a stacked block inside the same panel,
       directly under the nav links, instead of floating loose
       on the page */

    .ijrth-actions {
        flex-direction: column;
        align-items: stretch;

        width: 100%;

        gap: 10px;

        padding: 14px 5px 18px;

        border-top: 1px solid #edf1ef;
    }

    .ijrth-search {
        width: 100%;
        height: auto;

        justify-content: flex-start;

        padding: 10px 5px;

        border-bottom: 1px solid #edf1ef;
        border-radius: 0;
    }

    .ijrth-search-label {
        display: inline;

        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .ijrth-search:hover {
        background: transparent;
        color: #d9a441 !important;
    }

    .ijrth-user-wrapper {
        width: 100%;
    }

    .ijrth-user-list {
        flex-direction: column;
        align-items: stretch;

        width: 100%;

        gap: 6px;
    }

    .ijrth-user-list .ijrth-user-item > a {
        width: 100%;

        max-width: none;

        border-radius: 6px;

        justify-content: center;
    }

    .ijrth-user-list .ijrth-user-item.has-children > a {
        position: relative;
        justify-content: space-between;
    }

    .ijrth-user-list .ijrth-user-item.has-children > a::after {
        content: "";
        width: 7px;
        height: 7px;
        margin-left: 8px;
        border-right: 2px solid #075e63;
        border-bottom: 2px solid #075e63;
        transform: rotate(45deg);
        transition: transform .2s ease;
    }

    .ijrth-user-list .ijrth-user-item.submenu-open > a::after {
        transform: rotate(225deg);
    }

    /* the dropdown becomes an inline accordion — collapsed by
       default, expands only when its parent link is tapped */

    .ijrth-user-list .ijrth-user-item > ul {
        position: static;

        visibility: visible;
        opacity: 1;
        pointer-events: auto;

        box-shadow: none;
        border: 0;
        border-radius: 0;

        background: #f7fafa;

        width: 100%;

        margin: 0 !important;
        max-height: 0;
        overflow: hidden;

        transition: max-height .25s ease;
    }

    .ijrth-user-list .ijrth-user-item.submenu-open > ul {
        max-height: 600px;
        padding: 6px !important;
        margin-top: 6px !important;
    }

    .ijrth-submit-top {
        width: 100%;

        min-height: 44px;
    }

    .ijrth-header-hero {
        min-height: 300px;
    }

    .ijrth-header-hero-inner {
        padding: 40px 22px;
    }
}

@media (max-width: 600px) {

    .ijrth-brand-mark {
        width: 38px;
        height: 38px;
    }

    .ijrth-brand-text strong {
        font-size: 13px;
    }

    .ijrth-header-hero {
        min-height: 280px;
    }

    .ijrth-header-hero h1 {
        font-size: 30px;
    }

    .ijrth-header-hero p {
        font-size: 13.5px;
    }

    .ijrth-header-buttons {
        flex-direction: column;
    }

    .ijrth-header-btn {
        width: 100%;
    }

}
/* =========================================================
   IJRTH — FOCUS AND SCOPE PAGE
   ========================================================= */

.ijrth-scope-page,
.ijrth-scope-page * {
    box-sizing: border-box;
}

.ijrth-scope-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 18px 28px 80px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   HEADER
   ========================================================= */

.ijrth-scope-header {
    max-width: 850px;

    margin: 0 auto 50px;

    text-align: center;
}

.ijrth-scope-kicker {
    display: inline-block;

    margin-bottom: 10px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-scope-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-scope-rule {
    width: 60px;
    height: 4px;

    margin: 18px auto 16px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-scope-intro {
    max-width: 700px;

    margin: 0 auto;

    color: #71807e;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   INTRODUCTION BLOCK
   ========================================================= */

.ijrth-scope-intro-block {
    display: grid;

    grid-template-columns: 90px minmax(0,1fr);

    gap: 28px;

    align-items: start;

    margin-bottom: 55px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8,
            #ffffff
        );

    border:
        1px solid
        #dde7e4;

    border-left:
        5px solid
        #d9a441;

    border-radius: 10px;

    box-shadow:
        0 8px 24px
        rgba(34,69,67,.05);
}

.ijrth-scope-intro-mark {
    width: 68px;
    height: 68px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        2px solid
        #d9a441;

    border-radius: 50%;

    color: #075e63;

    background: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1px;
}

.ijrth-scope-intro-text p {
    margin: 0 0 16px;

    color: #536665;

    font-size: 15px;

    line-height: 1.85;
}

.ijrth-scope-intro-text p:last-child {
    margin-bottom: 0;
}

.ijrth-scope-intro-text strong {
    color: #075e63;

    font-weight: 700;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.ijrth-scope-section-heading {
    max-width: 850px;

    margin-bottom: 28px;
}

.ijrth-scope-section-heading > span {
    display: block;

    margin-bottom: 8px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.ijrth-scope-section-heading h2 {
    margin: 0 0 10px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-scope-section-heading p {
    margin: 0;

    color: #6d7c7a;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   SCOPE GRID
   ========================================================= */

.ijrth-scope-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 16px;

    margin-bottom: 45px;
}


/* =========================================================
   SCOPE CARD
   ========================================================= */

.ijrth-scope-card {
    position: relative;

    min-height: 125px;

    padding: 22px 22px 22px 25px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 9px;

    box-shadow:
        0 5px 16px
        rgba(34,69,67,.04);

    overflow: hidden;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.ijrth-scope-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background: #0e8a8a;

    transform: scaleY(.35);

    transform-origin: center;

    transition:
        transform .2s ease;
}

.ijrth-scope-card:hover {
    transform: translateY(-3px);

    border-color: #c6d9d5;

    box-shadow:
        0 11px 24px
        rgba(34,69,67,.08);
}

.ijrth-scope-card:hover::before {
    transform: scaleY(1);
}


/* Number */

.ijrth-scope-number {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    margin-bottom: 15px;

    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 11px;

    font-weight: 700;
}


/* Topic */

.ijrth-scope-card h3 {
    margin: 0;

    color: #304a4b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 16px;

    line-height: 1.45;

    font-weight: 700;
}


/* =========================================================
   CLOSING
   ========================================================= */

.ijrth-scope-closing {
    display: flex;

    align-items: center;

    gap: 17px;

    padding: 24px 28px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;

    color: #ffffff;
}

.ijrth-scope-closing-icon {
    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 40px;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-size: 16px;

    font-weight: 700;
}

.ijrth-scope-closing p {
    margin: 0;

    color: #e0eeeb;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .ijrth-scope-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-scope-grid {
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }

    .ijrth-scope-intro-block {
        grid-template-columns:
            70px minmax(0,1fr);

        gap: 22px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-scope-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-scope-header {
        margin-bottom: 35px;
    }

    .ijrth-scope-header h1 {
        font-size: 30px;
    }

    .ijrth-scope-intro-block {
        grid-template-columns: 1fr;

        gap: 17px;

        padding: 24px 20px;

        margin-bottom: 40px;
    }

    .ijrth-scope-intro-mark {
        width: 56px;
        height: 56px;
    }

    .ijrth-scope-intro-text p {
        font-size: 14px;
        line-height: 1.75;
    }

    .ijrth-scope-section-heading h2 {
        font-size: 21px;
    }

    .ijrth-scope-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .ijrth-scope-card {
        min-height: 110px;

        padding:
            19px 18px;
    }

    .ijrth-scope-card h3 {
        font-size: 15px;
    }

    .ijrth-scope-closing {
        align-items: flex-start;

        padding: 21px 18px;
    }

    .ijrth-scope-closing p {
        font-size: 13px;
    }
}


/* =========================================================
   IJRTH — COPYRIGHT & LICENSING PAGE
   ========================================================= */

.ijrth-copyright-page,
.ijrth-copyright-page * {
    box-sizing: border-box;
}

.ijrth-copyright-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 80px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.ijrth-copyright-header {
    max-width: 850px;

    margin: 0 auto 50px;

    text-align: center;
}

.ijrth-copyright-kicker {
    display: inline-block;

    margin-bottom: 9px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-copyright-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-copyright-rule {
    width: 60px;
    height: 4px;

    margin: 0px auto 15px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-copyright-header > p {
    max-width: 700px;

    margin: 0 auto;

    color: #71807e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   COPYRIGHT INTRO
   ========================================================= */

.ijrth-copyright-intro {
    display: grid;

    grid-template-columns: 72px minmax(0,1fr);

    gap: 24px;

    margin-bottom: 50px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8,
            #ffffff
        );

    border:
        1px solid
        #dce7e4;

    border-left:
        5px solid
        #d9a441;

    border-radius: 10px;

    box-shadow:
        0 8px 24px
        rgba(34,69,67,.05);
}

.ijrth-copyright-intro-mark {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        2px solid
        #d9a441;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 22px;

    font-weight: 700;
}

.ijrth-copyright-intro-content p {
    margin: 0 0 15px;

    color: #536665;

    font-size: 15px;

    line-height: 1.85;
}

.ijrth-copyright-intro-content p:last-child {
    margin-bottom: 0;
}

.ijrth-copyright-intro strong {
    color: #075e63;
}


/* =========================================================
   STANDARD SECTION
   ========================================================= */

.ijrth-copyright-section {
    margin-bottom: 52px;
}

.ijrth-copyright-section-title {
    margin-bottom: 22px;

    padding-left: 17px;

    border-left:
        3px solid
        #0e8a8a;
}

.ijrth-copyright-section-title > span,
.ijrth-license-heading > span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.ijrth-copyright-section-title h2,
.ijrth-license-heading h2 {
    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-copyright-text p,
.ijrth-copyright-responsibility-intro p {
    margin: 0;

    color: #536665;

    font-size: 15px;

    line-height: 1.85;
}

.ijrth-copyright-text strong,
.ijrth-copyright-responsibility-intro strong,
.ijrth-license-content strong {
    color: #073f43;
}


/* =========================================================
   INTELLECTUAL PROPERTY NOTE
   ========================================================= */

.ijrth-copyright-note {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 22px;

    padding: 18px 20px;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-radius: 8px;

    box-shadow:
        0 5px 16px
        rgba(34,69,67,.04);
}

.ijrth-copyright-note-mark {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 38px;

    background: #f7f2e8;

    border-radius: 50%;

    color: #075e63;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: .5px;
}

.ijrth-copyright-note p {
    margin: 0;

    color: #536665;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   CHECKLIST
   ========================================================= */

.ijrth-copyright-checklist {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 13px;

    margin-top: 22px;
}

.ijrth-copyright-check {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 18px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 8px;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.ijrth-copyright-check:hover {
    transform: translateY(-2px);

    border-color: #c8dad6;

    box-shadow:
        0 8px 20px
        rgba(34,69,67,.06);
}

.ijrth-copyright-check > span {
    width: 31px;
    height: 31px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 31px;

    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    font-weight: 700;
}

.ijrth-copyright-check p {
    margin: 0;

    color: #536665;

    font-size: 13.5px;

    line-height: 1.7;
}


/* =========================================================
   ETHICS STATEMENT
   ========================================================= */

.ijrth-copyright-integrity {
    margin-top: 20px;

    padding: 20px 22px;

    background: #f7f2e8;

    border-radius: 8px;

    border-left:
        3px solid
        #d9a441;
}

.ijrth-copyright-integrity p {
    margin: 0;

    color: #5c6c69;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   LICENSING PANEL
   ========================================================= */

.ijrth-license-panel {
    display: grid;

    grid-template-columns:
        240px
        minmax(0,1fr);

    gap: 35px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;

    color: #ffffff;
}

.ijrth-license-heading {
    padding-right: 20px;

    border-right:
        1px solid
        rgba(255,255,255,.15);
}

.ijrth-license-heading h2 {
    color: #ffffff;
}

.ijrth-license-content p {
    margin: 0 0 15px;

    color: #dbe9e6;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-license-content p:last-child {
    margin-bottom: 0;
}

.ijrth-license-content strong {
    color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .ijrth-copyright-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-copyright-checklist {
        grid-template-columns: 1fr;
    }

    .ijrth-license-panel {
        grid-template-columns:
            1fr;

        gap: 20px;
    }

    .ijrth-license-heading {
        padding-right: 0;
        padding-bottom: 18px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.15);
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-copyright-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-copyright-header h1 {
        font-size: 30px;
    }

    .ijrth-copyright-intro {
        grid-template-columns: 1fr;

        gap: 17px;

        padding:
            24px 20px;
    }

    .ijrth-copyright-intro-mark {
        width: 52px;
        height: 52px;
    }

    .ijrth-copyright-intro-content p,
    .ijrth-copyright-text p,
    .ijrth-copyright-responsibility-intro p {
        font-size: 14px;

        line-height: 1.75;
    }

    .ijrth-copyright-section-title h2,
    .ijrth-license-heading h2 {
        font-size: 21px;
    }

    .ijrth-copyright-check {
        padding: 16px;
    }

    .ijrth-license-panel {
        padding:
            24px 20px;
    }

    .ijrth-license-content p {
        font-size: 13px;

        line-height: 1.75;
    }
}

/* =========================================================
   IJRTH — PUBLICATION ETHICS PAGE
   ========================================================= */

.ijrth-ethics-page,
.ijrth-ethics-page * {
    box-sizing: border-box;
}

.ijrth-ethics-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 80px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.ijrth-ethics-header {
    max-width: 850px;

    margin: 0 auto 48px;

    text-align: center;
}

.ijrth-ethics-kicker {
    display: inline-block;

    margin-bottom: 9px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-ethics-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-ethics-rule {
    width: 60px;
    height: 4px;

    margin: 0px auto 15px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-ethics-header > p {
    max-width: 700px;

    margin: 0 auto;

    color: #71807e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   INTRODUCTION
   ========================================================= */

.ijrth-ethics-intro {
    display: grid;

    grid-template-columns: 72px minmax(0,1fr);

    gap: 24px;

    margin-bottom: 42px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8,
            #ffffff
        );

    border:
        1px solid
        #dce7e4;

    border-left:
        5px solid
        #d9a441;

    border-radius: 10px;

    box-shadow:
        0 8px 24px
        rgba(34,69,67,.05);
}

.ijrth-ethics-intro-mark {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        2px solid
        #d9a441;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;

    font-weight: 700;
}

.ijrth-ethics-intro-content p {
    margin: 0 0 15px;

    color: #536665;

    font-size: 15px;

    line-height: 1.85;
}

.ijrth-ethics-intro-content p:last-child {
    margin-bottom: 0;
}

.ijrth-ethics-intro strong {
    color: #075e63;
}


/* =========================================================
   FEATURE / PEER REVIEW
   ========================================================= */

.ijrth-ethics-feature {
    display: grid;

    grid-template-columns: 72px minmax(0,1fr);

    gap: 24px;

    margin-bottom: 45px;

    padding: 28px 30px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;

    color: #ffffff;
}

.ijrth-ethics-feature-label {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    font-weight: 700;
}

.ijrth-ethics-feature-content > span {
    display: block;

    margin-bottom: 6px;

    color: #d9a441;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-ethics-feature-content h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-ethics-feature-content p {
    margin: 0;

    color: #dbeae7;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-ethics-feature-content strong {
    color: #ffffff;
}


/* =========================================================
   POLICY SECTION
   ========================================================= */

.ijrth-ethics-section {
    margin-bottom: 45px;

    padding: 30px 32px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 10px;

    box-shadow:
        0 7px 22px
        rgba(34,69,67,.045);
}

.ijrth-ethics-section-header {
    display: flex;

    align-items: center;

    gap: 17px;

    margin-bottom: 22px;

    padding-bottom: 18px;

    border-bottom:
        1px solid
        #e1e8e6;
}

.ijrth-ethics-section-number {
    width: 46px;
    height: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 46px;

    background: #f7f2e8;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    font-weight: 700;
}

.ijrth-ethics-section-header span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-ethics-section-header h2 {
    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-ethics-section-body > p {
    margin: 0 0 17px;

    color: #536665;

    font-size: 14.5px;

    line-height: 1.85;
}

.ijrth-ethics-section-body > p:last-child {
    margin-bottom: 0;
}

.ijrth-ethics-section-body strong {
    color: #073f43;
}


/* =========================================================
   ETHICS LIST
   ========================================================= */

.ijrth-ethics-list {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 12px;

    margin: 21px 0 24px;
}

.ijrth-ethics-list-compact {
    grid-template-columns:
        repeat(2, minmax(0,1fr));
}

.ijrth-ethics-list-item {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 16px;

    background: #f7f2e8;

    border:
        1px solid
        #e4e9e6;

    border-radius: 7px;
}

.ijrth-ethics-list-item > span {
    width: 29px;
    height: 29px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 29px;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 9px;

    font-weight: 700;
}

.ijrth-ethics-list-item p {
    margin: 0;

    color: #556664;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   FOOTER POLICY NOTE
   ========================================================= */

.ijrth-ethics-footer-note {
    display: flex;

    align-items: center;

    gap: 15px;

    padding: 22px 25px;

    background: #f7f2e8;

    border-left:
        4px solid
        #d9a441;

    border-radius: 8px;
}

.ijrth-ethics-footer-mark {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    border-radius: 50%;

    background: #075e63;

    color: #d9a441;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1px;
}

.ijrth-ethics-footer-note span {
    display: block;

    margin-bottom: 4px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.ijrth-ethics-footer-note p {
    margin: 0;

    color: #566765;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .ijrth-ethics-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-ethics-list {
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }

    .ijrth-ethics-list-compact {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-ethics-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-ethics-header h1 {
        font-size: 30px;
    }

    .ijrth-ethics-intro {
        grid-template-columns: 1fr;

        gap: 16px;

        padding:
            24px 20px;
    }

    .ijrth-ethics-feature {
        grid-template-columns: 1fr;

        gap: 15px;

        padding:
            24px 20px;
    }

    .ijrth-ethics-section {
        padding:
            24px 20px;
    }

    .ijrth-ethics-section-header {
        align-items: flex-start;
    }

    .ijrth-ethics-section-header h2 {
        font-size: 21px;
    }

    .ijrth-ethics-section-body > p {
        font-size: 14px;

        line-height: 1.75;
    }

    .ijrth-ethics-list {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .ijrth-ethics-footer-note {
        align-items: flex-start;

        padding:
            20px 18px;
    }
}

/* =========================================================
   IJRTH — SUBMISSION GUIDELINES
   ========================================================= */

.ijrth-submission-page,
.ijrth-submission-page * {
    box-sizing: border-box;
}

.ijrth-submission-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 80px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.ijrth-submission-header {
    max-width: 850px;

    margin: 0 auto 48px;

    text-align: center;
}

.ijrth-submission-kicker {
    display: inline-block;

    margin-bottom: 9px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-submission-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-submission-rule {
    width: 60px;
    height: 4px;

    margin: 0px auto 15px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-submission-header > p {
    max-width: 700px;

    margin: 0 auto;

    color: #71807e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   INTRODUCTION
   ========================================================= */

.ijrth-submission-intro {
    display: grid;

    grid-template-columns: 70px minmax(0,1fr);

    gap: 24px;

    margin-bottom: 45px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8,
            #ffffff
        );

    border:
        1px solid
        #dce7e4;

    border-left:
        5px solid
        #d9a441;

    border-radius: 10px;

    box-shadow:
        0 8px 24px
        rgba(34,69,67,.05);
}

.ijrth-submission-intro-mark {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        2px solid
        #d9a441;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: .7px;
}

.ijrth-submission-intro p {
    margin: 0 0 15px;

    color: #536665;

    font-size: 15px;

    line-height: 1.85;
}

.ijrth-submission-intro p:last-child {
    margin-bottom: 0;
}

.ijrth-submission-intro strong {
    color: #075e63;
}


/* =========================================================
   STANDARD SECTION
   ========================================================= */

.ijrth-submission-section {
    margin-bottom: 48px;
}

.ijrth-submission-section-heading {
    margin-bottom: 20px;

    padding-left: 16px;

    border-left:
        3px solid
        #0e8a8a;
}

.ijrth-submission-section-heading > span,
.ijrth-ethics-submission-heading > span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-submission-section-heading h2,
.ijrth-ethics-submission-heading h2 {
    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-submission-section > p {
    margin: 0 0 16px;

    color: #536665;

    font-size: 14.5px;

    line-height: 1.8;
}


/* =========================================================
   MANUSCRIPT TYPES
   ========================================================= */

.ijrth-manuscript-types {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0,1fr));

    gap: 12px;

    margin: 22px 0;
}

.ijrth-manuscript-type {
    min-height: 115px;

    padding: 19px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 8px;

    box-shadow:
        0 5px 15px
        rgba(34,69,67,.04);

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.ijrth-manuscript-type:hover {
    transform: translateY(-2px);

    border-color: #c7dad6;

    box-shadow:
        0 9px 21px
        rgba(34,69,67,.07);
}

.ijrth-manuscript-type span {
    width: 30px;
    height: 30px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 14px;

    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    font-weight: 700;
}

.ijrth-manuscript-type strong {
    color: #304a4b;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 15px;

    line-height: 1.45;
}

.ijrth-submission-note {
    margin-top: 18px;

    padding: 17px 20px;

    background: #f7f2e8;

    border-left:
        3px solid
        #d9a441;

    border-radius: 6px;

    color: #586865;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   AUTHOR CONFIRMATIONS
   ========================================================= */

.ijrth-author-confirmations {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 12px;

    margin-top: 20px;
}

.ijrth-author-confirmation {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    padding: 17px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 8px;
}

.ijrth-author-confirmation > span {
    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 28px;

    border-radius: 50%;

    background: #075e63;

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;
}

.ijrth-author-confirmation p {
    margin: 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   PAPER STRUCTURE
   ========================================================= */

.ijrth-paper-structure {
    margin-top: 21px;

    border:
        1px solid
        #e0e8e5;

    border-radius: 8px;

    overflow: hidden;

    background: #ffffff;
}

.ijrth-paper-row {
    min-height: 48px;

    display: grid;

    grid-template-columns: 55px minmax(0,1fr);

    align-items: center;

    border-bottom:
        1px solid
        #e9eeec;
}

.ijrth-paper-row:last-child {
    border-bottom: 0;
}

.ijrth-paper-row span {
    height: 100%;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f7f2e8;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    font-weight: 700;
}

.ijrth-paper-row strong {
    padding:
        10px 17px;

    color: #465b5b;

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================================
   FORMATTING GRID
   ========================================================= */

.ijrth-format-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 12px;

    margin-top: 22px;
}

.ijrth-format-item {
    padding: 18px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 8px;
}

.ijrth-format-item span {
    display: block;

    margin-bottom: 7px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.ijrth-format-item strong {
    color: #334c4c;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    line-height: 1.5;
}

.ijrth-submission-final-text {
    margin-top: 20px !important;
}


/* =========================================================
   ETHICAL STANDARDS
   ========================================================= */

.ijrth-ethics-submission {
    margin-top: 5px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;

    color: #ffffff;
}

.ijrth-ethics-submission-heading {
    margin-bottom: 22px;

    padding-left: 15px;

    border-left:
        3px solid
        #d9a441;
}

.ijrth-ethics-submission-heading > span {
    color: #d9a441;
}

.ijrth-ethics-submission-heading h2 {
    color: #ffffff;
}

.ijrth-ethics-submission-body > p {
    margin: 0 0 16px;

    color: #dceae7;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-ethics-submission-body strong {
    color: #ffffff;
}

.ijrth-ethics-checklist {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 10px;

    margin-top: 20px;
}

.ijrth-ethics-checklist > div {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 15px;

    background:
        rgba(255,255,255,.07);

    border:
        1px solid
        rgba(255,255,255,.12);

    border-radius: 7px;
}

.ijrth-ethics-checklist span {
    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 28px;

    background: #d9a441;

    border-radius: 50%;

    color: #ffffff;

    font-size: 9px;

    font-weight: 800;
}

.ijrth-ethics-checklist p {
    margin: 2px 0 0;

    color: #e0eeeb;

    font-size: 13px;

    line-height: 1.6;
}

.ijrth-ethics-screening {
    margin-top: 18px;

    padding: 16px 18px;

    background:
        rgba(217,164,65,.10);

    border-left:
        3px solid
        #d9a441;

    border-radius: 5px;

    color: #f0ead9;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .ijrth-submission-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-manuscript-types {
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }

    .ijrth-format-grid {
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-submission-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-submission-header h1 {
        font-size: 30px;
    }

    .ijrth-submission-intro {
        grid-template-columns: 1fr;

        gap: 16px;

        padding:
            24px 20px;
    }

    .ijrth-submission-intro p {
        font-size: 14px;

        line-height: 1.75;
    }

    .ijrth-submission-section-heading h2,
    .ijrth-ethics-submission-heading h2 {
        font-size: 21px;
    }

    .ijrth-manuscript-types {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .ijrth-author-confirmations {
        grid-template-columns: 1fr;
    }

    .ijrth-paper-row {
        grid-template-columns:
            45px
            minmax(0,1fr);
    }

    .ijrth-paper-row strong {
        font-size: 12.5px;
    }

    .ijrth-format-grid {
        grid-template-columns: 1fr;
    }

    .ijrth-ethics-submission {
        padding:
            24px 20px;
    }

    .ijrth-ethics-checklist {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   IJRTH — PEER REVIEW PROCESS PAGE
   ========================================================= */

.ijrth-peer-review-page,
.ijrth-peer-review-page * {
    box-sizing: border-box;
}

.ijrth-peer-review-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 80px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.ijrth-peer-review-header {
    max-width: 850px;

    margin: 0 auto 48px;

    text-align: center;
}

.ijrth-peer-review-kicker {
    display: inline-block;

    margin-bottom: 9px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-peer-review-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-peer-review-rule {
    width: 60px;
    height: 4px;

    margin: 0px auto 15px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-peer-review-header > p {
    max-width: 700px;

    margin: 0 auto;

    color: #71807e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   INTRO
   ========================================================= */

.ijrth-peer-review-intro {
    display: grid;

    grid-template-columns: 70px minmax(0,1fr);

    gap: 24px;

    margin-bottom: 45px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8,
            #ffffff
        );

    border:
        1px solid
        #dce7e4;

    border-left:
        5px solid
        #d9a441;

    border-radius: 10px;

    box-shadow:
        0 8px 24px
        rgba(34,69,67,.05);
}

.ijrth-peer-review-intro-mark {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        2px solid
        #d9a441;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    font-weight: 700;
}

.ijrth-peer-review-intro p {
    margin: 0;

    color: #536665;

    font-size: 15px;

    line-height: 1.85;
}

.ijrth-peer-review-intro strong {
    color: #075e63;
}


/* =========================================================
   WORKFLOW
   ========================================================= */

.ijrth-review-workflow {
    position: relative;

    margin-bottom: 50px;
}

.ijrth-review-workflow::before {
    content: "";

    position: absolute;

    left: 25px;

    top: 25px;
    bottom: 25px;

    width: 1px;

    background: #d7e2df;
}

.ijrth-review-step {
    position: relative;

    display: grid;

    grid-template-columns: 58px minmax(0,1fr);

    gap: 22px;

    margin-bottom: 22px;

    padding: 28px 30px 28px 22px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 9px;

    box-shadow:
        0 6px 18px
        rgba(34,69,67,.04);
}

.ijrth-review-step:last-child {
    margin-bottom: 0;
}

.ijrth-review-step-number {
    position: relative;

    z-index: 2;

    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    font-weight: 700;
}

.ijrth-review-step-label {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-review-step h2 {
    margin: 0 0 14px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-review-step p {
    margin: 0 0 15px;

    color: #536665;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-review-step p:last-child {
    margin-bottom: 0;
}

.ijrth-review-step strong {
    color: #073f43;
}

.ijrth-review-step ul {
    margin: 15px 0;

    padding: 0;

    list-style: none;
}

.ijrth-review-step li {
    position: relative;

    margin-bottom: 8px;

    padding-left: 19px;

    color: #536665;

    font-size: 13.5px;

    line-height: 1.65;
}

.ijrth-review-step li::before {
    content: "";

    position: absolute;

    left: 2px;
    top: 9px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #d9a441;
}

.ijrth-review-note {
    margin-top: 18px !important;

    padding: 15px 17px;

    background: #f7f2e8;

    border-left:
        3px solid
        #d9a441;

    border-radius: 5px;
}


/* Featured peer review */

.ijrth-review-step-featured {
    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-color: transparent;
}

.ijrth-review-step-featured .ijrth-review-step-label {
    color: #d9a441;
}

.ijrth-review-step-featured h2 {
    color: #ffffff;
}

.ijrth-review-step-featured p,
.ijrth-review-step-featured li {
    color: #dceae7;
}

.ijrth-review-step-featured strong {
    color: #ffffff;
}

.ijrth-review-step-featured .ijrth-review-step-number {
    background: rgba(255,255,255,.08);

    color: #d9a441;

    border-color: #d9a441;
}


/* =========================================================
   GENERAL SECTIONS
   ========================================================= */

.ijrth-review-section {
    margin-bottom: 45px;

    padding: 30px 32px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 10px;

    box-shadow:
        0 7px 22px
        rgba(34,69,67,.04);
}

.ijrth-review-section-heading {
    margin-bottom: 20px;

    padding-left: 15px;

    border-left:
        3px solid
        #0e8a8a;
}

.ijrth-review-section-heading span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-review-section-heading h2 {
    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;
}

.ijrth-review-section > p {
    margin: 0 0 17px;

    color: #536665;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   REVIEW CRITERIA
   ========================================================= */

.ijrth-review-criteria {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 10px;

    margin: 20px 0 25px;
}

.ijrth-review-criteria > div {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 15px;

    background: #f7f2e8;

    border:
        1px solid
        #e3e9e7;

    border-radius: 7px;
}

.ijrth-review-criteria span {
    width: 29px;
    height: 29px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 29px;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 9px;

    font-weight: 700;
}

.ijrth-review-criteria p {
    margin: 1px 0 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   EDITORIAL DECISIONS
   ========================================================= */

.ijrth-decision-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0,1fr));

    gap: 10px;

    margin: 20px 0 24px;
}

.ijrth-decision {
    min-height: 82px;

    padding: 16px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-radius: 7px;

    text-align: center;
}

.ijrth-decision span {
    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;
}

.ijrth-decision strong {
    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;
}

.ijrth-decision.accept {
    background: #edf6f1;

    border-color: #cce1d8;
}

.ijrth-decision.accept strong {
    color: #27634c;
}

.ijrth-decision.reject {
    background: #f8efec;

    border-color: #ead8d3;
}

.ijrth-decision.reject strong {
    color: #895144;
}


/* =========================================================
   REVISION
   ========================================================= */

.ijrth-revision-layout {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 15px;

    margin-top: 22px;
}

.ijrth-revision-box {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 20px;

    background: #f7f2e8;

    border-radius: 8px;
}

.ijrth-revision-number {
    width: 31px;
    height: 31px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 31px;

    border-radius: 50%;

    background: #075e63;

    color: #ffffff;

    font-size: 9px;

    font-weight: 800;
}

.ijrth-revision-box p {
    margin: 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.7;
}

.ijrth-revision-box strong {
    color: #073f43;
}


/* =========================================================
   FINAL DECISION
   ========================================================= */

.ijrth-final-decision {
    display: grid;

    grid-template-columns:
        62px minmax(0,1fr);

    gap: 20px;

    margin-bottom: 45px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;
}

.ijrth-final-decision-mark {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    font-weight: 700;
}

.ijrth-final-decision span {
    display: block;

    margin-bottom: 5px;

    color: #d9a441;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;
}

.ijrth-final-decision h2 {
    margin: 0 0 13px;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;
}

.ijrth-final-decision p {
    margin: 0 0 12px;

    color: #dceae7;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-final-decision p:last-child {
    margin-bottom: 0;
}

.ijrth-final-decision strong {
    color: #ffffff;
}


/* =========================================================
   FAIRNESS
   ========================================================= */

.ijrth-fairness-list {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 10px;

    margin-top: 21px;
}

.ijrth-fairness-list > div {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 16px;

    border:
        1px solid
        #e0e8e5;

    border-radius: 7px;
}

.ijrth-fairness-list span {
    width: 28px;
    height: 28px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 28px;

    border-radius: 50%;

    background: #075e63;

    color: #ffffff;

    font-size: 11px;

    font-weight: 700;
}

.ijrth-fairness-list p {
    margin: 2px 0 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   APPEALS
   ========================================================= */

.ijrth-appeals {
    padding: 30px 32px;

    background: #f7f2e8;

    border-left:
        4px solid
        #d9a441;

    border-radius: 9px;
}

.ijrth-appeals-heading {
    margin-bottom: 18px;
}

.ijrth-appeals-heading span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.ijrth-appeals-heading h2 {
    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;
}

.ijrth-appeals p {
    margin: 0 0 14px;

    color: #536665;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-appeals p:last-child {
    margin-bottom: 0;
}

.ijrth-appeals strong {
    color: #073f43;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .ijrth-peer-review-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-review-criteria {
        grid-template-columns:
            1fr;
    }

    .ijrth-decision-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

    .ijrth-revision-layout {
        grid-template-columns:
            1fr;
    }

    .ijrth-fairness-list {
        grid-template-columns:
            1fr;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-peer-review-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-peer-review-header h1 {
        font-size: 30px;
    }

    .ijrth-peer-review-intro {
        grid-template-columns:
            1fr;

        gap: 15px;

        padding:
            24px 20px;
    }

    .ijrth-review-step {
        grid-template-columns:
            1fr;

        gap: 15px;

        padding:
            24px 20px;
    }

    .ijrth-review-workflow::before {
        display: none;
    }

    .ijrth-review-step-number {
        width: 44px;
        height: 44px;
    }

    .ijrth-review-step h2,
    .ijrth-review-section-heading h2,
    .ijrth-final-decision h2,
    .ijrth-appeals-heading h2 {
        font-size: 21px;
    }

    .ijrth-review-section {
        padding:
            24px 20px;
    }

    .ijrth-decision-grid {
        grid-template-columns:
            1fr;
    }

    .ijrth-final-decision {
        grid-template-columns:
            1fr;

        gap: 15px;

        padding:
            24px 20px;
    }

    .ijrth-appeals {
        padding:
            24px 20px;
    }
}

/* =========================================================
   IJRTH — REVIEWER GUIDELINES PAGE
   ========================================================= */

.ijrth-reviewer-page,
.ijrth-reviewer-page * {
    box-sizing: border-box;
}

.ijrth-reviewer-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 80px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.ijrth-reviewer-header {
    max-width: 850px;

    margin: 0 auto 48px;

    text-align: center;
}

.ijrth-reviewer-kicker {
    display: inline-block;

    margin-bottom: 9px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-reviewer-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-reviewer-rule {
    width: 60px;
    height: 4px;

    margin: 0px auto 15px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-reviewer-header > p {
    max-width: 700px;

    margin: 0 auto;

    color: #71807e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   INTRO
   ========================================================= */

.ijrth-reviewer-intro {
    display: grid;

    grid-template-columns: 70px minmax(0,1fr);

    gap: 24px;

    margin-bottom: 42px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8,
            #ffffff
        );

    border:
        1px solid
        #dce7e4;

    border-left:
        5px solid
        #d9a441;

    border-radius: 10px;

    box-shadow:
        0 8px 24px
        rgba(34,69,67,.05);
}

.ijrth-reviewer-intro-mark {
    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        2px solid
        #d9a441;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 20px;

    font-weight: 700;
}

.ijrth-reviewer-intro p {
    margin: 0;

    color: #536665;

    font-size: 15px;

    line-height: 1.85;
}

.ijrth-reviewer-intro strong {
    color: #075e63;
}


/* =========================================================
   STANDARD SECTIONS
   ========================================================= */

.ijrth-reviewer-section {
    margin-bottom: 42px;

    padding: 30px 32px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 10px;

    box-shadow:
        0 7px 22px
        rgba(34,69,67,.04);
}

.ijrth-reviewer-heading {
    margin-bottom: 20px;

    padding-left: 15px;

    border-left:
        3px solid
        #0e8a8a;
}

.ijrth-reviewer-heading span,
.ijrth-reviewer-feature > div > span,
.ijrth-reviewer-warning > div > span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-reviewer-heading h2,
.ijrth-reviewer-feature h2,
.ijrth-reviewer-warning h2 {
    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-reviewer-section > p {
    margin: 0 0 16px;

    color: #536665;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-reviewer-section > p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   FEATURED CONFIDENTIALITY / ANONYMITY
   ========================================================= */

.ijrth-reviewer-feature {
    display: grid;

    grid-template-columns: 62px minmax(0,1fr);

    gap: 20px;

    margin-bottom: 42px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;

    color: #ffffff;
}

.ijrth-reviewer-feature-number {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    font-weight: 700;
}

.ijrth-reviewer-feature > div > span {
    color: #d9a441;
}

.ijrth-reviewer-feature h2 {
    color: #ffffff;
}

.ijrth-reviewer-feature p {
    margin: 0 0 15px;

    color: #dceae7;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-reviewer-feature p:last-child {
    margin-bottom: 0;
}

.ijrth-reviewer-feature strong {
    color: #ffffff;
}


/* =========================================================
   CONFLICT OF INTEREST
   ========================================================= */

.ijrth-reviewer-warning {
    display: grid;

    grid-template-columns: 48px minmax(0,1fr);

    gap: 18px;

    margin-bottom: 42px;

    padding: 28px 30px;

    background: #fffaf0;

    border:
        1px solid
        #eadfca;

    border-left:
        4px solid
        #d9a441;

    border-radius: 9px;
}

.ijrth-reviewer-warning-icon {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #d9a441;

    color: #ffffff;

    font-size: 16px;

    font-weight: 800;
}

.ijrth-reviewer-warning h2 {
    margin-bottom: 14px;
}

.ijrth-reviewer-warning p {
    margin: 0 0 14px;

    color: #596966;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-reviewer-warning p:last-child {
    margin-bottom: 0;
}

.ijrth-reviewer-warning strong {
    color: #073f43;
}


/* =========================================================
   CHECKLIST
   ========================================================= */

.ijrth-reviewer-checklist {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 10px;

    margin-top: 20px;
}

.ijrth-reviewer-checklist > div {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 16px;

    background: #f7f2e8;

    border:
        1px solid
        #e3e9e7;

    border-radius: 7px;
}

.ijrth-reviewer-checklist span {
    width: 29px;
    height: 29px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 29px;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 9px;

    font-weight: 700;
}

.ijrth-reviewer-checklist p {
    margin: 1px 0 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.65;
}

.ijrth-reviewer-note {
    margin-top: 18px;

    padding: 15px 18px;

    background: #ffffff;

    border-left:
        3px solid
        #d9a441;

    border-radius: 5px;

    color: #596966;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   EVALUATION CRITERIA
   ========================================================= */

.ijrth-reviewer-criteria {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 10px;

    margin-top: 20px;
}

.ijrth-reviewer-criteria > div {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 15px;

    border:
        1px solid
        #e0e8e5;

    border-radius: 7px;

    background: #ffffff;
}

.ijrth-reviewer-criteria span {
    width: 29px;
    height: 29px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 29px;

    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 9px;

    font-weight: 700;
}

.ijrth-reviewer-criteria p {
    margin: 1px 0 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   REVIEW DECISION
   ========================================================= */

.ijrth-reviewer-decision-box {
    margin-top: 20px;

    padding: 18px 20px;

    background: #f7f2e8;

    border-left:
        3px solid
        #0e8a8a;

    border-radius: 5px;
}

.ijrth-reviewer-decision-box p {
    margin: 0;

    color: #536665;

    font-size: 13.5px;

    line-height: 1.7;
}

.ijrth-reviewer-decision-box strong {
    color: #075e63;
}


/* =========================================================
   TIMELINESS
   ========================================================= */

.ijrth-reviewer-two-column {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 15px;
}

.ijrth-reviewer-two-column > div {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 20px;

    background: #f7f2e8;

    border-radius: 8px;
}

.ijrth-reviewer-mini-number {
    width: 31px;
    height: 31px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 31px;

    border-radius: 50%;

    background: #075e63;

    color: #ffffff;

    font-size: 9px;

    font-weight: 800;
}

.ijrth-reviewer-two-column p {
    margin: 1px 0 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   COMMITMENT
   ========================================================= */

.ijrth-reviewer-commitment {
    display: flex;

    align-items: center;

    gap: 16px;

    padding: 24px 26px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 9px;
}

.ijrth-reviewer-commitment-mark {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 45px;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-size: 16px;

    font-weight: 700;
}

.ijrth-reviewer-commitment p {
    margin: 0;

    color: #dceae7;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .ijrth-reviewer-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-reviewer-checklist,
    .ijrth-reviewer-criteria {
        grid-template-columns: 1fr;
    }

    .ijrth-reviewer-two-column {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-reviewer-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-reviewer-header h1 {
        font-size: 30px;
    }

    .ijrth-reviewer-intro {
        grid-template-columns: 1fr;

        gap: 15px;

        padding:
            24px 20px;
    }

    .ijrth-reviewer-section {
        padding:
            24px 20px;
    }

    .ijrth-reviewer-feature {
        grid-template-columns: 1fr;

        gap: 15px;

        padding:
            24px 20px;
    }

    .ijrth-reviewer-warning {
        grid-template-columns: 1fr;

        gap: 14px;

        padding:
            24px 20px;
    }

    .ijrth-reviewer-heading h2,
    .ijrth-reviewer-feature h2,
    .ijrth-reviewer-warning h2 {
        font-size: 21px;
    }

    .ijrth-reviewer-commitment {
        align-items: flex-start;

        padding:
            21px 18px;
    }
}
/* =========================================================
   IJRTH — ARTICLE PROCESSING CHARGES PAGE
   ========================================================= */

.ijrth-apc-page,
.ijrth-apc-page * {
    box-sizing: border-box;
}

.ijrth-apc-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 80px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.ijrth-apc-header {
    max-width: 850px;

    margin: 0 auto 48px;

    text-align: center;
}

.ijrth-apc-kicker {
    display: inline-block;

    margin-bottom: 9px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-apc-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-apc-rule {
    width: 60px;
    height: 4px;

    margin: 0px auto 15px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-apc-header > p {
    max-width: 700px;

    margin: 0 auto;

    color: #71807e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   INTRO
   ========================================================= */

.ijrth-apc-intro {
    display: grid;

    grid-template-columns: 75px minmax(0,1fr);

    gap: 24px;

    margin-bottom: 48px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #f7f2e8,
            #ffffff
        );

    border:
        1px solid
        #dce7e4;

    border-left:
        5px solid
        #d9a441;

    border-radius: 10px;

    box-shadow:
        0 8px 24px
        rgba(34,69,67,.05);
}

.ijrth-apc-intro-mark {
    width: 60px;
    height: 60px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        2px solid
        #d9a441;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;
}

.ijrth-apc-intro-content p {
    margin: 0 0 15px;

    color: #536665;

    font-size: 15px;

    line-height: 1.85;
}

.ijrth-apc-intro-content p:last-of-type {
    margin-bottom: 20px;
}

.ijrth-apc-intro strong {
    color: #075e63;
}

.ijrth-apc-no-submission-fee {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 9px 13px;

    background: #edf6f1;

    border:
        1px solid
        #cce0d7;

    border-radius: 5px;

    color: #27634c;

    font-size: 12px;
}

.ijrth-apc-no-submission-fee > span {
    width: 21px;
    height: 21px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #27634c;

    color: #ffffff;

    font-size: 11px;

    font-weight: 700;
}


/* =========================================================
   STANDARD SECTION
   ========================================================= */

.ijrth-apc-section {
    margin-bottom: 46px;
}

.ijrth-apc-section-heading {
    margin-bottom: 21px;

    padding-left: 16px;

    border-left:
        3px solid
        #0e8a8a;
}

.ijrth-apc-section-heading > span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-apc-section-heading h2 {
    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-apc-section-intro {
    margin: 0 0 18px;

    color: #536665;

    font-size: 14px;

    line-height: 1.75;
}

.ijrth-apc-section-intro strong {
    color: #073f43;
}


/* =========================================================
   PRICE HIGHLIGHT
   ========================================================= */

.ijrth-apc-price-highlight {
    padding: 28px 30px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;

    color: #ffffff;

    text-align: center;
}

.ijrth-apc-price-label {
    margin-bottom: 9px;

    color: #d9a441;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.ijrth-apc-price {
    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 34px;

    font-weight: 700;

    line-height: 1.2;
}

.ijrth-apc-price-highlight p {
    max-width: 680px;

    margin: 12px auto 0;

    color: #dceae7;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   IMPORTANT NOTE
   ========================================================= */

.ijrth-apc-important-note {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 12px;

    padding: 17px 20px;

    background: #fffaf0;

    border:
        1px solid
        #eadfca;

    border-left:
        3px solid
        #d9a441;

    border-radius: 7px;
}

.ijrth-apc-important-note > span {
    color: #b07d22;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    white-space: nowrap;
}

.ijrth-apc-important-note p {
    margin: 0;

    color: #665d4d;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   SERVICES
   ========================================================= */

.ijrth-apc-services {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 11px;

    margin-top: 20px;
}

.ijrth-apc-service {
    display: flex;

    align-items: flex-start;

    gap: 12px;

    padding: 16px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 7px;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.ijrth-apc-service:hover {
    transform: translateY(-2px);

    border-color: #c8dad6;

    box-shadow:
        0 8px 20px
        rgba(34,69,67,.06);
}

.ijrth-apc-service span {
    width: 29px;
    height: 29px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 29px;

    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 9px;

    font-weight: 700;
}

.ijrth-apc-service strong {
    color: #465b5b;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================================
   APC TABLE
   ========================================================= */

.ijrth-apc-table-section {
    padding: 29px 30px;

    background: #f7f2e8;

    border-radius: 10px;
}

.ijrth-apc-table-wrap {
    width: 100%;

    overflow-x: auto;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-radius: 8px;
}

.ijrth-apc-table {
    width: 100%;

    min-width: 560px;

    border-collapse: collapse;

    text-align: left;
}

.ijrth-apc-table th {
    padding: 14px 16px;

    background: #075e63;

    color: #ffffff;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;

    border-right:
        1px solid
        rgba(255,255,255,.1);
}

.ijrth-apc-table th:last-child {
    border-right: 0;
}

.ijrth-apc-table td {
    padding: 16px;

    color: #536665;

    font-size: 13px;

    border-bottom:
        1px solid
        #e7edeb;
}

.ijrth-apc-table td:not(:first-child) {
    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-weight: 700;
}

.ijrth-apc-table tbody tr:last-child td {
    border-bottom: 0;
}

.ijrth-apc-footnote {
    margin: 12px 0 0;

    color: #6d7c79;

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   RETRACTIONS / CORRECTIONS
   ========================================================= */

.ijrth-apc-actions {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 12px;

    margin-top: 20px;
}

.ijrth-apc-action {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 18px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 8px;
}

.ijrth-apc-action > span {
    width: 29px;
    height: 29px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 29px;

    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-size: 9px;

    font-weight: 800;
}

.ijrth-apc-action p {
    margin: 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.7;
}

.ijrth-apc-action strong {
    color: #073f43;
}


/* =========================================================
   TRANSPARENCY
   ========================================================= */

.ijrth-apc-transparency {
    display: grid;

    grid-template-columns: 50px minmax(0,1fr);

    gap: 16px;

    padding: 25px 27px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 9px;

    color: #ffffff;
}

.ijrth-apc-transparency-mark {
    width: 43px;
    height: 43px;

    display: flex;

    align-items: center;
    justify-content: center;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-size: 15px;

    font-weight: 700;
}

.ijrth-apc-transparency span {
    display: block;

    margin-bottom: 6px;

    color: #d9a441;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.ijrth-apc-transparency p {
    margin: 0;

    color: #dceae7;

    font-size: 14px;

    line-height: 1.75;
}

.ijrth-apc-transparency strong {
    color: #ffffff;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .ijrth-apc-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-apc-services {
        grid-template-columns: 1fr;
    }

    .ijrth-apc-actions {
        grid-template-columns:
            1fr;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-apc-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-apc-header h1 {
        font-size: 30px;
    }

    .ijrth-apc-intro {
        grid-template-columns: 1fr;

        gap: 16px;

        padding:
            24px 20px;
    }

    .ijrth-apc-intro-content p {
        font-size: 14px;

        line-height: 1.75;
    }

    .ijrth-apc-section-heading h2 {
        font-size: 21px;
    }

    .ijrth-apc-price {
        font-size: 29px;
    }

    .ijrth-apc-important-note {
        align-items: flex-start;

        flex-direction: column;

        gap: 6px;
    }

    .ijrth-apc-table-section {
        padding:
            24px 15px;
    }

    .ijrth-apc-transparency {
        grid-template-columns: 1fr;

        gap: 12px;

        padding:
            22px 19px;
    }
}

/* =========================================================
   IJRTH — JOURNAL POLICIES PAGE
   ========================================================= */

.ijrth-policies-page,
.ijrth-policies-page * {
    box-sizing: border-box;
}

.ijrth-policies-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 80px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.ijrth-policies-header {
    max-width: 850px;

    margin: 0 auto 48px;

    text-align: center;
}

.ijrth-policies-kicker {
    display: inline-block;

    margin-bottom: 9px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-policies-header h1 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-policies-rule {
    width: 60px;
    height: 4px;

    margin: 0px auto 15px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-policies-header > p {
    max-width: 710px;

    margin: 0 auto;

    color: #71807e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   STANDARD POLICY SECTION
   ========================================================= */

.ijrth-policy-section {
    margin-bottom: 42px;

    padding: 30px 32px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 10px;

    box-shadow:
        0 7px 22px
        rgba(34,69,67,.04);
}

.ijrth-policy-section-header {
    display: flex;

    align-items: center;

    gap: 17px;

    margin-bottom: 21px;

    padding-bottom: 18px;

    border-bottom:
        1px solid
        #e1e8e6;
}

.ijrth-policy-number {
    width: 46px;
    height: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 46px;

    background: #f7f2e8;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    font-weight: 700;
}

.ijrth-policy-section-header span,
.ijrth-policy-feature-heading span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-policy-section-header h2,
.ijrth-policy-feature-heading h2 {
    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}


/* =========================================================
   POLICY BODY
   ========================================================= */

.ijrth-policy-body > p {
    margin: 0 0 17px;

    color: #536665;

    font-size: 14.5px;

    line-height: 1.85;
}

.ijrth-policy-body > p:last-child {
    margin-bottom: 0;
}

.ijrth-policy-body strong {
    color: #073f43;
}


/* =========================================================
   SUBHEADING
   ========================================================= */

.ijrth-policy-subheading {
    margin:
        24px
        0
        16px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    font-weight: 700;
}


/* =========================================================
   FEATURE GRID
   ========================================================= */

.ijrth-policy-feature-grid {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 11px;

    margin:
        20px 0
        23px;
}

.ijrth-policy-feature-grid > div {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 16px;

    background: #f7f2e8;

    border:
        1px solid
        #e3e9e7;

    border-radius: 7px;
}

.ijrth-policy-feature-grid > div > span {
    width: 29px;
    height: 29px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 29px;

    border-radius: 50%;

    background: #ffffff;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 9px;

    font-weight: 700;
}

.ijrth-policy-feature-grid p {
    margin: 1px 0 0;

    color: #536665;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   CLOSING TEXT
   ========================================================= */

.ijrth-policy-closing {
    margin-top: 20px !important;

    padding:
        15px
        18px;

    background: #f7f2e8;

    border-left:
        3px solid
        #d9a441;

    border-radius: 5px;

    color: #5d6c69 !important;

    font-size: 13px !important;

    line-height: 1.7 !important;
}


/* =========================================================
   PLAGIARISM ALERT
   ========================================================= */

.ijrth-policy-alert {
    margin-top: 22px;

    padding:
        19px
        21px;

    background: #fffaf0;

    border:
        1px solid
        #eadfca;

    border-left:
        4px solid
        #d9a441;

    border-radius: 7px;
}

.ijrth-policy-alert > span {
    display: block;

    margin-bottom: 7px;

    color: #b07d22;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.ijrth-policy-alert p {
    margin: 0;

    color: #5f604f;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================================
   OPEN ACCESS BOX
   ========================================================= */

.ijrth-policy-open-access-box {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: 20px;

    padding:
        18px
        20px;

    background: #edf6f1;

    border:
        1px solid
        #cde0d7;

    border-radius: 7px;
}

.ijrth-policy-open-icon {
    width: 41px;
    height: 41px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 41px;

    border-radius: 50%;

    background: #075e63;

    color: #d9a441;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: .5px;
}

.ijrth-policy-open-access-box p {
    margin: 0;

    color: #4e625e;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   FEATURE POLICY SECTION
   ========================================================= */

.ijrth-policy-feature-section {
    margin-bottom: 42px;

    padding: 30px 32px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 10px;

    color: #ffffff;
}

.ijrth-policy-feature-heading {
    display: flex;

    align-items: center;

    gap: 17px;

    margin-bottom: 21px;

    padding-bottom: 18px;

    border-bottom:
        1px solid
        rgba(255,255,255,.14);
}

.ijrth-policy-feature-number {
    width: 46px;
    height: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 46px;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 12px;

    font-weight: 700;
}

.ijrth-policy-feature-heading span {
    color: #d9a441;
}

.ijrth-policy-feature-heading h2 {
    color: #ffffff;
}

.ijrth-policy-feature-body p {
    margin: 0 0 17px;

    color: #dceae7;

    font-size: 14px;

    line-height: 1.8;
}

.ijrth-policy-feature-body p:last-child {
    margin-bottom: 0;
}

.ijrth-policy-feature-body strong {
    color: #ffffff;
}


/* =========================================================
   POST-PUBLICATION GRID
   ========================================================= */

.ijrth-policy-post-grid {
    grid-template-columns:
        repeat(3, minmax(0,1fr));
}


/* =========================================================
   FOOTER
   ========================================================= */

.ijrth-policies-footer {
    display: flex;

    align-items: center;

    gap: 16px;

    padding:
        23px
        26px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border-radius: 9px;
}

.ijrth-policies-footer-mark {
    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    border:
        1px solid
        #d9a441;

    border-radius: 50%;

    color: #d9a441;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1px;
}

.ijrth-policies-footer span {
    display: block;

    margin-bottom: 4px;

    color: #d9a441;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.ijrth-policies-footer p {
    margin: 0;

    color: #dceae7;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .ijrth-policies-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-policy-post-grid {
        grid-template-columns:
            1fr;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-policies-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-policies-header h1 {
        font-size: 30px;
    }

    .ijrth-policy-section,
    .ijrth-policy-feature-section {
        padding:
            24px 20px;
    }

    .ijrth-policy-section-header,
    .ijrth-policy-feature-heading {
        align-items: flex-start;
    }

    .ijrth-policy-section-header h2,
    .ijrth-policy-feature-heading h2 {
        font-size: 21px;
    }

    .ijrth-policy-feature-grid {
        grid-template-columns:
            1fr;
    }

    .ijrth-policy-open-access-box {
        align-items: flex-start;
    }

    .ijrth-policies-footer {
        align-items: flex-start;

        padding:
            21px
            18px;
    }
}

/* =========================================================
   IJRTH — COMPLETE CONTACT PAGE
   ========================================================= */

.page_contact,
.page_contact * {
    box-sizing: border-box;
}


/* =========================================================
   MAIN PAGE
   ========================================================= */

.page_contact {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    padding: 50px 25px 70px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   BREADCRUMBS
   ========================================================= */

.page_contact .cmp_breadcrumbs {
    margin: 0 0 22px;
}

.page_contact .cmp_breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.page_contact .cmp_breadcrumbs li {
    margin: 0;
    padding: 0;

    color: #7a8885;

    font-size: 12px;
    line-height: 1.5;
}

.page_contact .cmp_breadcrumbs a {
    color: #075e63;

    text-decoration: none;
}

.page_contact .cmp_breadcrumbs a:hover {
    color: #c69539;
}

.page_contact .cmp_breadcrumbs .separator {
    margin-left: 7px;

    color: #b5c0bd;
}

.page_contact .cmp_breadcrumbs .current {
    color: #71807e;
}


/* =========================================================
   PAGE HEADING
   ========================================================= */

.page_contact > h1 {
    margin: 0 0 38px;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
   OJS EDIT LINK
   ========================================================= */

.page_contact .cmp_edit_link {
    float: right;

    margin-top: -72px;

    padding: 7px 12px;

    color: #075e63;

    background: #ffffff;

    border: 1px solid #cbdad7;

    border-radius: 5px;

    font-size: 11px;

    font-weight: 700;

    line-height: 1.3;

    text-decoration: none;
}

.page_contact .cmp_edit_link:hover {
    color: #ffffff;

    background: #075e63;

    border-color: #075e63;
}


/* =========================================================
   IMPORTANT:
   OVERRIDE OJS FLOAT / CLEARFIX
   ========================================================= */

.page_contact .contact_section {
    width: 100% !important;
    max-width: 1100px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;

    align-items: stretch;

    float: none !important;
    clear: none !important;

    overflow: visible !important;
}


/* Remove OJS clearfix pseudo-elements */

@media (min-width: 768px) {

    .page_contact .contact_section::before,
    .page_contact .contact_section::after {
        content: none !important;
        display: none !important;
    }

}


/* =========================================================
   ADDRESS BLOCK
   ========================================================= */

.page_contact .contact_section > .address {
    width: auto !important;
    max-width: none !important;

    min-width: 0;

    min-height: 240px;

    margin: 0 !important;

    padding: 30px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    background:
        linear-gradient(
            145deg,
            #04383c 0%,
            #075e63 100%
        );

    border-radius: 10px;

    color: #dceae7;

    font-size: 14px;

    line-height: 1.9;

    box-shadow:
        0 10px 25px
        rgba(34,69,67,.10);
}


/* =========================================================
   CONTACT CARDS
   ========================================================= */

.page_contact .contact_section > .contact {
    width: auto !important;
    max-width: none !important;

    min-width: 0;

    min-height: 240px;

    margin: 0 !important;

    padding: 30px;

    float: none !important;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-top:
        4px solid
        #d9a441;

    border-radius: 10px;

    box-shadow:
        0 8px 22px
        rgba(34,69,67,.06);

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.page_contact .contact_section > .contact:hover {
    transform: translateY(-3px);

    border-color: #c8dad6;

    box-shadow:
        0 13px 30px
        rgba(34,69,67,.10);
}


/* =========================================================
   PRIMARY / SUPPORT COLOR ACCENTS
   ========================================================= */

.page_contact .contact_section > .contact.primary {
    border-top-color: #0e8a8a;
}

.page_contact .contact_section > .contact.support {
    border-top-color: #d9a441;
}


/* =========================================================
   CONTACT CARD HEADINGS
   ========================================================= */

.page_contact .contact_section > .contact h3 {
    margin: 0 0 22px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 22px;

    line-height: 1.3;

    font-weight: 700;
}


/* =========================================================
   NAME
   ========================================================= */

.page_contact .contact_section > .contact .name {
    margin: 0 0 16px;

    color: #334749;

    font-size: 15px;

    line-height: 1.5;

    font-weight: 700;
}


/* =========================================================
   PHONE
   ========================================================= */

.page_contact .contact_section > .contact .phone {
    margin: 0 0 13px;

    font-size: 13px;

    line-height: 1.6;
}

.page_contact .contact_section > .contact .phone .label {
    display: block;

    margin-bottom: 3px;

    color: #87938f;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.page_contact .contact_section > .contact .phone .value {
    color: #465b5b;
}


/* =========================================================
   EMAIL
   ========================================================= */

.page_contact .contact_section > .contact .email {
    margin-top: auto;

    padding-top: 14px;

    border-top:
        1px solid
        #edf1ef;

    font-size: 13px;

    line-height: 1.6;

    word-break: break-word;
}

.page_contact .contact_section > .contact .email a {
    color: #075e63;

    font-weight: 600;

    text-decoration: none;
}

.page_contact .contact_section > .contact .email a:hover {
    color: #c69539;

    text-decoration: underline;
}


/* =========================================================
   ADDRESS EMAIL LINE
   ========================================================= */

.page_contact .contact_section > .address {
    word-break: break-word;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .page_contact {
        padding:
            45px 20px
            60px;
    }

    .page_contact .contact_section {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

    .page_contact .contact_section > .address {
        grid-column: 1 / -1;

        min-height: 190px;
    }

    .page_contact .contact_section > .contact {
        min-height: 220px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .page_contact {
        padding:
            35px 15px
            50px;
    }

    .page_contact > h1 {
        margin-bottom: 30px;

        font-size: 30px;
    }

    .page_contact .cmp_edit_link {
        float: none;

        display: inline-block;

        margin:
            -10px 0 25px;
    }

    .page_contact .contact_section {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .page_contact .contact_section > .address {
        grid-column: auto;

        min-height: auto;

        padding: 24px;

        font-size: 13.5px;
    }

    .page_contact .contact_section > .contact {
        min-height: auto;

        padding: 24px;
    }

    .page_contact .contact_section > .contact h3 {
        font-size: 21px;

        margin-bottom: 18px;
    }

    .page_contact .contact_section > .contact .email {
        margin-top: 18px;
    }

}
/* =========================================================
   IJRTH — ISSUE PAGE
   ========================================================= */

.page_issue,
.page_issue * {
    box-sizing: border-box;
}


/* =========================================================
   PAGE
   ========================================================= */

.page_issue {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    padding: 50px 25px 70px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   BREADCRUMBS
   ========================================================= */

.page_issue .cmp_breadcrumbs {
    margin: 0 0 22px;
}

.page_issue .cmp_breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.page_issue .cmp_breadcrumbs li {
    margin: 0;
    padding: 0;

    color: #7a8885;

    font-size: 12px;
    line-height: 1.5;
}

.page_issue .cmp_breadcrumbs a {
    color: #075e63;

    text-decoration: none;
}

.page_issue .cmp_breadcrumbs a:hover {
    color: #c69539;
}

.page_issue .cmp_breadcrumbs .separator {
    margin-left: 7px;

    color: #b5c0bd;
}


/* =========================================================
   ISSUE TITLE
   ========================================================= */

.page_issue > h1 {
    margin: 0 0 28px;

    padding-bottom: 22px;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.25;

    font-weight: 700;

    border-bottom:
        1px solid
        #dce6e3;
}


/* =========================================================
   ISSUE TABLE OF CONTENTS
   ========================================================= */

.page_issue .obj_issue_toc {
    width: 100%;

    margin: 0;

    padding: 0;
}


/* =========================================================
   ISSUE HEADING / PUBLISHED
   ========================================================= */

.page_issue .obj_issue_toc .heading {
    display: flex;

    align-items: center;
    justify-content: flex-end;

    margin-bottom: 28px;
}


/* Published badge */

.page_issue .obj_issue_toc .published {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 13px;

    background: #f7f2e8;

    border:
        1px solid
        #dfd7c3;

    border-radius: 5px;

    color: #075e63;

    font-size: 11px;
}

.page_issue .obj_issue_toc .published .label {
    color: #7a8885;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.page_issue .obj_issue_toc .published .value {
    color: #075e63;

    font-weight: 700;
}


/* =========================================================
   SECTIONS
   ========================================================= */

.page_issue .sections {
    width: 100%;

    margin: 0;
    padding: 0;
}


/* OJS section */
.page_issue .sections .section {
    margin-bottom: 28px;

    padding: 24px;

    background: #ffffff;

    border:
        1px solid
        #e0e8e5;

    border-radius: 9px;

    box-shadow:
        0 7px 20px
        rgba(34,69,67,.05);
}


/* Section heading */

.page_issue .sections .section > h2,
.page_issue .sections .section > h3 {
    margin: 0 0 18px;

    padding-bottom: 12px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;

    line-height: 1.3;

    border-bottom:
        1px solid
        #e5ecea;
}


/* =========================================================
   ARTICLES
   ========================================================= */

.page_issue .cmp_article_list,
.page_issue ul.articles {
    margin: 0;

    padding: 0;

    list-style: none;
}

.page_issue .cmp_article_list > li,
.page_issue ul.articles > li {
    margin: 0;

    padding: 17px 0;

    border-bottom:
        1px solid
        #edf1ef;
}

.page_issue .cmp_article_list > li:first-child,
.page_issue ul.articles > li:first-child {
    padding-top: 4px;
}

.page_issue .cmp_article_list > li:last-child,
.page_issue ul.articles > li:last-child {
    padding-bottom: 2px;

    border-bottom: 0;
}


/* =========================================================
   ARTICLE TITLE
   ========================================================= */

.page_issue .obj_article_summary .title,
.page_issue .obj_article_summary h4.title {
    margin: 0;
}

.page_issue .obj_article_summary .title a,
.page_issue .obj_article_summary h4.title a {
    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;

    line-height: 1.5;

    font-weight: 700;

    text-decoration: none;
}

.page_issue .obj_article_summary .title a:hover,
.page_issue .obj_article_summary h4.title a:hover {
    color: #c69539;
}


/* =========================================================
   AUTHORS
   ========================================================= */

.page_issue .obj_article_summary .meta {
    margin-top: 7px;
}

.page_issue .obj_article_summary .authors {
    color: #7a8885;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   GALLEYS
   ========================================================= */

.page_issue .galleys_links {
    margin: 9px 0 0;

    padding: 0;

    list-style: none;
}

.page_issue .galleys_links li {
    display: inline-block;

    margin-right: 7px;
}


/* =========================================================
   EMPTY ISSUE STATE
   ========================================================= */

.page_issue .sections:empty::after {
    content: "No articles are currently available in this issue.";

    display: block;

    padding: 22px;

    background: #f7f2e8;

    border-left:
        3px solid
        #d9a441;

    border-radius: 6px;

    color: #687875;

    font-size: 13px;

    line-height: 1.6;

    text-align: center;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .page_issue {
        padding:
            35px 15px
            50px;
    }

    .page_issue > h1 {
        font-size: 30px;

        margin-bottom: 22px;
    }

    .page_issue .obj_issue_toc .heading {
        justify-content: flex-start;
    }

    .page_issue .obj_issue_toc .published {
        width: fit-content;
    }

    .page_issue .sections .section {
        padding: 20px 16px;
    }

    .page_issue .sections .section > h2,
    .page_issue .sections .section > h3 {
        font-size: 20px;
    }

    .page_issue .obj_article_summary .title a,
    .page_issue .obj_article_summary h4.title a {
        font-size: 16px;
    }
}
/* =========================================================
   IJRTH — ARCHIVES PAGE
   ========================================================= */

.page_issue_archive,
.page_issue_archive * {
    box-sizing: border-box;
}


/* =========================================================
   PAGE
   ========================================================= */

.page_issue_archive {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    padding: 50px 25px 70px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   BREADCRUMBS
   ========================================================= */

.page_issue_archive .cmp_breadcrumbs {
    margin: 0 0 22px;
}

.page_issue_archive .cmp_breadcrumbs ol {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.page_issue_archive .cmp_breadcrumbs li {
    margin: 0;
    padding: 0;

    color: #7a8885;

    font-size: 12px;

    line-height: 1.5;
}

.page_issue_archive .cmp_breadcrumbs a {
    color: #075e63;

    text-decoration: none;
}

.page_issue_archive .cmp_breadcrumbs a:hover {
    color: #c69539;
}

.page_issue_archive .cmp_breadcrumbs .separator {
    margin-left: 7px;

    color: #b5c0bd;
}


/* =========================================================
   PAGE HEADING
   ========================================================= */

.page_issue_archive > h1 {
    margin: 0 0 32px;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;

    padding-bottom: 20px;

    border-bottom:
        1px solid
        #dce6e3;
}


/* =========================================================
   ISSUE ARCHIVE LIST
   ========================================================= */

.page_issue_archive ul.issues_archive {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 20px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.page_issue_archive ul.issues_archive > li {
    margin: 0;
    padding: 0;
}


/* =========================================================
   ISSUE CARD
   ========================================================= */

.page_issue_archive .obj_issue_summary {
    position: relative;

    min-height: 190px;

    padding: 26px 26px 24px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f9fbfa 100%
        );

    border:
        1px solid
        #dfe8e5;

    border-radius: 10px;

    box-shadow:
        0 7px 21px
        rgba(34,69,67,.05);

    overflow: hidden;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}


/* Gold accent */

.page_issue_archive .obj_issue_summary::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: #d9a441;
}


/* Decorative journal mark */

.page_issue_archive .obj_issue_summary::after {
    content: "IJRTH";

    position: absolute;

    right: 18px;
    bottom: 10px;

    color: rgba(7,94,99,.045);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 42px;

    font-weight: 700;

    letter-spacing: 1px;

    pointer-events: none;
}


.page_issue_archive .obj_issue_summary:hover {
    transform: translateY(-3px);

    border-color: #c8dad6;

    box-shadow:
        0 13px 28px
        rgba(34,69,67,.09);
}


/* =========================================================
   ISSUE TITLE
   ========================================================= */

.page_issue_archive .obj_issue_summary h2 {
    position: relative;

    z-index: 2;

    margin: 0;
}

.page_issue_archive .obj_issue_summary h2 a.title {
    display: block;

    margin: 0;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 21px;

    line-height: 1.4;

    font-weight: 700;

    text-decoration: none;
}

.page_issue_archive .obj_issue_summary h2 a.title:hover {
    color: #c69539;
}


/* =========================================================
   VOLUME / ISSUE SERIES
   ========================================================= */

.page_issue_archive .obj_issue_summary .series {
    margin-top: 12px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.page_issue_archive .obj_issue_summary .description {
    position: relative;

    z-index: 2;

    margin-top: 22px;

    min-height: 10px;

    color: #71807e;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================================
   IF DESCRIPTION IS EMPTY
   ========================================================= */

.page_issue_archive .obj_issue_summary .description:empty {
    display: none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 800px) {

    .page_issue_archive {
        padding:
            45px 20px
            60px;
    }

    .page_issue_archive ul.issues_archive {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .page_issue_archive {
        padding:
            35px 15px
            50px;
    }

    .page_issue_archive > h1 {
        font-size: 30px;

        margin-bottom: 25px;
    }

    .page_issue_archive .obj_issue_summary {
        min-height: 165px;

        padding:
            23px 20px;
    }

    .page_issue_archive .obj_issue_summary h2 a.title {
        font-size: 19px;
    }
}
/* =========================================================
   IJRTH — LOGIN PAGE
   ========================================================= */

.page_login,
.page_login * {
    box-sizing: border-box;
}


/* =========================================================
   PAGE
   ========================================================= */

.page_login {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    padding: 50px 25px 70px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   BREADCRUMBS
   ========================================================= */

.page_login .cmp_breadcrumbs {
    margin: 0 0 22px;
}

.page_login .cmp_breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.page_login .cmp_breadcrumbs li {
    margin: 0;
    padding: 0;

    color: #7a8885;

    font-size: 12px;
}

.page_login .cmp_breadcrumbs a {
    color: #075e63;

    text-decoration: none;
}

.page_login .cmp_breadcrumbs a:hover {
    color: #c69539;
}

.page_login .cmp_breadcrumbs .separator {
    margin-left: 7px;
    color: #b5c0bd;
}


/* =========================================================
   PAGE HEADING
   ========================================================= */

.page_login > h1 {
    margin: 0 0 30px;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
   LOGIN FORM
   ========================================================= */

.page_login .cmp_form.login {
    width: 100%;
    max-width: 560px;

    margin: 0 auto;

    padding: 32px;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-top:
        4px solid
        #075e63;

    border-radius: 10px;

    box-shadow:
        0 10px 28px
        rgba(34,69,67,.07);
}


/* =========================================================
   FIELDSET
   ========================================================= */

.page_login .cmp_form.login fieldset.fields {
    margin: 0;
    padding: 0;

    border: 0;
}


/* =========================================================
   USERNAME / PASSWORD
   ========================================================= */

.page_login .cmp_form.login .username,
.page_login .cmp_form.login .password {
    margin-bottom: 20px;
}

.page_login .cmp_form.login label {
    display: block;

    margin: 0;
}

.page_login .cmp_form.login .label {
    display: block;

    margin-bottom: 7px;

    color: #465b5b;

    font-size: 13px;

    font-weight: 700;

    line-height: 1.4;
}

.page_login .cmp_form.login .required {
    color: #b07d22;
}


/* Inputs */

.page_login .cmp_form.login input[type="text"],
.page_login .cmp_form.login input[type="password"] {
    display: block;

    width: 100%;

    height: 46px;

    margin: 0;

    padding:
        0 13px;

    background: #ffffff;

    border:
        1px solid
        #ccd9d6;

    border-radius: 6px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.page_login .cmp_form.login input[type="text"]:focus,
.page_login .cmp_form.login input[type="password"]:focus {
    border-color: #0e8a8a;

    box-shadow:
        0 0 0 3px
        rgba(14,138,138,.10);
}


/* =========================================================
   FORGOT PASSWORD
   ========================================================= */

.page_login .cmp_form.login .password a {
    display: inline-block;

    margin-top: 8px;

    color: #075e63;

    font-size: 12px;

    text-decoration: none;
}

.page_login .cmp_form.login .password a:hover {
    color: #c69539;

    text-decoration: underline;
}


/* =========================================================
   REMEMBER ME
   ========================================================= */

.page_login .cmp_form.login .remember {
    margin: 2px 0 24px;
}

.page_login .cmp_form.login .remember label {
    display: flex;

    align-items: center;

    gap: 8px;
}

.page_login .cmp_form.login .remember input[type="checkbox"] {
    width: 16px;
    height: 16px;

    margin: 0;

    accent-color: #075e63;
}

.page_login .cmp_form.login .remember .label {
    display: inline;

    margin: 0;

    color: #667571;

    font-size: 12px;

    font-weight: 500;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.page_login .cmp_form.login .buttons {
    display: flex;

    align-items: center;

    gap: 10px;

    margin: 0;
}

.page_login .cmp_form.login .buttons button.submit {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 43px;

    padding:
        0 22px;

    background: #075e63;

    color: #ffffff;

    border: 1px solid #075e63;

    border-radius: 5px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .2s ease,
        transform .2s ease;
}

.page_login .cmp_form.login .buttons button.submit:hover {
    background: #043f42;

    border-color: #043f42;

    transform: translateY(-1px);
}


/* Register */

.page_login .cmp_form.login .buttons a.register {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 43px;

    padding:
        0 20px;

    background: #f7f2e8;

    color: #075e63;

    border:
        1px solid
        #d9d2c0;

    border-radius: 5px;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.page_login .cmp_form.login .buttons a.register:hover {
    background: #075e63;

    border-color: #075e63;

    color: #ffffff;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .page_login {
        padding:
            35px 15px
            50px;
    }

    .page_login > h1 {
        margin-bottom: 25px;

        font-size: 30px;
    }

    .page_login .cmp_form.login {
        padding:
            24px 20px;
    }

    .page_login .cmp_form.login .buttons {
        flex-direction: column;

        align-items: stretch;
    }

    .page_login .cmp_form.login .buttons button.submit,
    .page_login .cmp_form.login .buttons a.register {
        width: 100%;
    }
}
/* =========================================================
   IJRTH — REGISTER PAGE
   ========================================================= */

.page_register,
.page_register * {
    box-sizing: border-box;
}


/* =========================================================
   PAGE
   ========================================================= */

.page_register {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    padding: 50px 25px 70px;

    color: #334749;

    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================================
   BREADCRUMBS
   ========================================================= */

.page_register .cmp_breadcrumbs {
    margin: 0 0 22px;
}

.page_register .cmp_breadcrumbs ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.page_register .cmp_breadcrumbs li {
    margin: 0;
    padding: 0;

    color: #7a8885;

    font-size: 12px;
}

.page_register .cmp_breadcrumbs a {
    color: #075e63;

    text-decoration: none;
}

.page_register .cmp_breadcrumbs a:hover {
    color: #c69539;
}

.page_register .cmp_breadcrumbs .separator {
    margin-left: 7px;

    color: #b5c0bd;
}


/* =========================================================
   PAGE HEADING
   ========================================================= */

.page_register > h1 {
    margin: 0 0 32px;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
   REGISTER FORM
   ========================================================= */

.page_register .cmp_form.register {
    width: 100%;
    max-width: 850px;

    margin: 0 auto;

    padding: 32px;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-top:
        4px solid
        #075e63;

    border-radius: 10px;

    box-shadow:
        0 10px 28px
        rgba(34,69,67,.07);
}


/* =========================================================
   FIELDSETS
   ========================================================= */

.page_register .cmp_form.register fieldset {
    margin: 0 0 28px;

    padding: 24px;

    background: #ffffff;

    border:
        1px solid
        #e1e9e6;

    border-radius: 8px;
}

.page_register .cmp_form.register fieldset:last-of-type {
    margin-bottom: 0;
}

.page_register .cmp_form.register fieldset > legend {
    padding: 0 9px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 19px;

    font-weight: 700;
}


/* =========================================================
   FIELD GRID
   ========================================================= */

.page_register .cmp_form.register fieldset.identity .fields,
.page_register .cmp_form.register fieldset.login .fields {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 20px;
}


/* =========================================================
   LABELS
   ========================================================= */

.page_register .cmp_form.register .label {
    display: block;

    margin-bottom: 7px;

    color: #465b5b;

    font-size: 13px;

    font-weight: 700;

    line-height: 1.4;
}

.page_register .cmp_form.register .required {
    color: #b07d22;
}


/* =========================================================
   FORM INPUTS
   ========================================================= */

.page_register .cmp_form.register input[type="text"],
.page_register .cmp_form.register input[type="email"],
.page_register .cmp_form.register input[type="password"],
.page_register .cmp_form.register select {
    display: block;

    width: 100%;

    min-height: 45px;

    margin: 0;

    padding:
        10px 13px;

    color: #334749;

    background: #ffffff;

    border:
        1px solid
        #ccd9d6;

    border-radius: 6px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 14px;

    outline: none;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.page_register .cmp_form.register input:focus,
.page_register .cmp_form.register select:focus {
    border-color: #0e8a8a;

    box-shadow:
        0 0 0 3px
        rgba(14,138,138,.10);
}


/* =========================================================
   COUNTRY — FULL WIDTH
   ========================================================= */

.page_register .cmp_form.register .country {
    grid-column: 1 / -1;
}


/* =========================================================
   CONSENT / REVIEWER CHECKBOXES
   ========================================================= */

.page_register .cmp_form.register fieldset.consent,
.page_register .cmp_form.register fieldset.reviewer {
    padding: 20px 24px;

    background: #f7f2e8;
}

.page_register .cmp_form.register .optin {
    margin: 0 0 14px;
}

.page_register .cmp_form.register .optin:last-child {
    margin-bottom: 0;
}

.page_register .cmp_form.register .optin label {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    color: #536665;

    font-size: 13px;

    line-height: 1.7;

    cursor: pointer;
}

.page_register .cmp_form.register .optin input[type="checkbox"] {
    width: 17px;
    height: 17px;

    flex: 0 0 17px;

    margin: 2px 0 0;

    accent-color: #075e63;
}

.page_register .cmp_form.register .optin a {
    color: #075e63;

    font-weight: 600;

    text-decoration: none;
}

.page_register .cmp_form.register .optin a:hover {
    color: #c69539;

    text-decoration: underline;
}


/* =========================================================
   REVIEWING INTERESTS
   ========================================================= */

.page_register .cmp_form.register .reviewer_interests {
    margin-top: 18px;
}

.page_register .cmp_form.register .reviewer_interests .label {
    margin-bottom: 7px;
}


/* =========================================================
   BUTTONS
   ========================================================= */

.page_register .cmp_form.register .buttons {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-top: 10px;
}

.page_register .cmp_form.register .buttons button.submit {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding:
        0 24px;

    background: #075e63;

    color: #ffffff;

    border:
        1px solid
        #075e63;

    border-radius: 5px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        background .2s ease,
        transform .2s ease;
}

.page_register .cmp_form.register .buttons button.submit:hover {
    background: #043f42;

    border-color: #043f42;

    transform: translateY(-1px);
}


/* =========================================================
   LOGIN LINK
   ========================================================= */

.page_register .cmp_form.register .buttons a.login {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 44px;

    padding:
        0 22px;

    background: #f7f2e8;

    color: #075e63;

    border:
        1px solid
        #d9d2c0;

    border-radius: 5px;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.page_register .cmp_form.register .buttons a.login:hover {
    color: #ffffff;

    background: #075e63;

    border-color: #075e63;
}


/* =========================================================
   DESKTOP FIELD WIDTH CONTROL
   ========================================================= */

@media (min-width: 701px) {

    .page_register .cmp_form.register .given_name,
    .page_register .cmp_form.register .family_name {
        min-width: 0;
    }

    .page_register .cmp_form.register .affiliation {
        min-width: 0;
    }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 700px) {

    .page_register {
        padding:
            45px 20px
            60px;
    }

    .page_register .cmp_form.register {
        padding: 24px;
    }

    .page_register .cmp_form.register fieldset {
        padding: 20px;
    }

    .page_register .cmp_form.register fieldset.identity .fields,
    .page_register .cmp_form.register fieldset.login .fields {
        grid-template-columns: 1fr;
    }

    .page_register .cmp_form.register .country {
        grid-column: auto;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .page_register {
        padding:
            35px 15px
            50px;
    }

    .page_register > h1 {
        margin-bottom: 25px;

        font-size: 30px;
    }

    .page_register .cmp_form.register {
        padding: 18px;
    }

    .page_register .cmp_form.register fieldset {
        padding: 18px 16px;

        margin-bottom: 20px;
    }

    .page_register .cmp_form.register fieldset > legend {
        font-size: 18px;
    }

    .page_register .cmp_form.register .label {
        font-size: 12.5px;
    }

    .page_register .cmp_form.register .buttons {
        flex-direction: column;

        align-items: stretch;
    }

    .page_register .cmp_form.register .buttons button.submit,
    .page_register .cmp_form.register .buttons a.login {
        width: 100%;
    }
}

/* =========================================================
   IJRTH SIDEBAR — MATCH BOTH CARDS
   Does not change sidebar width/layout
   ========================================================= */

/* Both sidebar cards */
.pkp_structure_sidebar.left .pkp_block {
    background: #ffffff !important;

    border: 1px solid #dfe8e5 !important;
    border-radius: 8px !important;

    box-shadow: 0 5px 16px rgba(34, 69, 67, 0.05) !important;

    overflow: hidden;
}


/* =========================================================
   SAME TITLE DESIGN FOR BOTH CARDS
   ========================================================= */

.pkp_structure_sidebar.left .pkp_block .title {
    margin: 0 !important;
    padding: 14px 16px !important;

    background: #f7f2e8 !important;

    border-bottom: 1px solid #e4ebe8 !important;

    color: #075e63 !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1.3;
}


/* Same content spacing */
.pkp_structure_sidebar.left .pkp_block .content {
    padding: 12px 14px !important;
}


/* =========================================================
   INFORMATION
   ========================================================= */

.pkp_structure_sidebar.left .block_information ul {
    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.pkp_structure_sidebar.left .block_information li {
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_structure_sidebar.left .block_information li + li {
    border-top: 1px solid #edf1ef !important;
}

.pkp_structure_sidebar.left .block_information li a {
    display: block;

    padding: 10px 8px !important;

    color: #4e625f !important;

    font-size: 13px !important;
    line-height: 1.5;

    text-decoration: none !important;

    border-radius: 4px;

    transition:
        background .18s ease,
        color .18s ease;
}

.pkp_structure_sidebar.left .block_information li a:hover {
    background: #f7faf9 !important;
    color: #075e63 !important;
}


/* =========================================================
   CURRENT ISSUE / WEB FEED
   Vertical like Information card
   ========================================================= */

.pkp_structure_sidebar.left .block_web_feed ul {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none !important;
}

.pkp_structure_sidebar.left .block_web_feed li {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 10px 8px !important;
}

.pkp_structure_sidebar.left .block_web_feed li + li {
    border-top: 1px solid #edf1ef !important;
}


/* Feed links keep their natural OJS image size */
.pkp_structure_sidebar.left .block_web_feed li a {
    display: inline-flex !important;

    align-items: center;
    justify-content: flex-start;

    width: auto !important;
    height: auto !important;

    padding: 5px 8px !important;

    background: transparent !important;

    border: 0 !important;
    border-radius: 4px !important;

    text-decoration: none !important;
}


/* Do NOT resize OJS feed images */
.pkp_structure_sidebar.left .block_web_feed li img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: none !important;
}


/* Gentle hover */
.pkp_structure_sidebar.left .block_web_feed li a:hover {
    background: #f7faf9 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .pkp_structure_sidebar.left .pkp_block .title {
        padding: 14px 16px !important;
    }

    .pkp_structure_sidebar.left .pkp_block .content {
        padding: 12px 14px !important;
    }

}
/* =========================================================
   IJRTH — EDITORIAL BOARD PAGE
   ========================================================= */

.ijrth-editorial-page,
.ijrth-editorial-page * {
    box-sizing: border-box;
}

.ijrth-editorial-page {
    width: 100%;
    max-width: 1120px;

    margin: 0 auto;

    padding: 12px 28px 80px;

    color: #334749;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* =========================================================
   PAGE HEADER
   ========================================================= */

.ijrth-editorial-header {
    max-width: 850px;

    margin: 0 auto 50px;

    text-align: center;
}

.ijrth-editorial-kicker {
    display: inline-block;

    margin-bottom: 9px;

    color: #0e8a8a;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 2px;

    text-transform: uppercase;
}

.ijrth-editorial-header h2 {
    margin: 0;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 700;
}

.ijrth-editorial-rule {
    width: 60px;
    height: 4px;

    margin: 0px auto 15px;

    background: #d9a441;

    border-radius: 10px;
}

.ijrth-editorial-header > p {
    max-width: 700px;

    margin: 0 auto;

    color: #71807e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================================
   LEADERSHIP
   ========================================================= */

.ijrth-editorial-leadership {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0,1fr));

    gap: 20px;

    margin-bottom: 55px;
}

.ijrth-editorial-leader {
    position: relative;

    padding: 32px 28px;

    background:
        linear-gradient(
            145deg,
            #f7f2e8,
            #ffffff
        );

    border:
        1px solid
        #dce7e4;

    border-top:
        4px solid
        #075e63;

    border-radius: 10px;

    text-align: center;

    box-shadow:
        0 9px 24px
        rgba(34,69,67,.06);

    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.ijrth-editorial-leader:hover {
    transform: translateY(-3px);

    box-shadow:
        0 14px 30px
        rgba(34,69,67,.10);
}

.ijrth-editorial-role {
    margin-bottom: 18px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.ijrth-editorial-avatar {
    width: 68px;
    height: 68px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 16px;

    background:
        linear-gradient(
            145deg,
            #075e63,
            #0e8a8a
        );

    border:
        2px solid
        #d9a441;

    border-radius: 50%;

    color: #ffffff;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;

    font-weight: 700;

    letter-spacing: 1px;
}

.ijrth-editorial-leader h2 {
    margin: 0 0 11px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 22px;

    line-height: 1.3;
}

.ijrth-editorial-affiliation {
    margin: 0;

    color: #596967;

    font-size: 13.5px;

    line-height: 1.75;
}

.ijrth-editorial-links {
    display: flex;

    align-items: center;
    justify-content: center;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 18px;
}

.ijrth-editorial-links a {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-height: 30px;

    padding: 0 11px;

    background: #ffffff;

    border:
        1px solid
        #ccdcd8;

    border-radius: 5px;

    color: #075e63;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.ijrth-editorial-links a:hover {
    background: #075e63;

    border-color: #075e63;

    color: #ffffff;
}


/* =========================================================
   EDITORIAL MEMBERS HEADING
   ========================================================= */

.ijrth-editorial-section-heading {
    margin-bottom: 26px;

    padding-left: 16px;

    border-left:
        3px solid
        #0e8a8a;
}

.ijrth-editorial-section-heading > span {
    display: block;

    margin-bottom: 5px;

    color: #0e8a8a;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.ijrth-editorial-section-heading h2 {
    margin: 0 0 8px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;
}

.ijrth-editorial-section-heading p {
    max-width: 750px;

    margin: 0;

    color: #71807e;

    font-size: 13.5px;

    line-height: 1.7;
}


/* =========================================================
   MEMBER GRID
   ========================================================= */

.ijrth-editorial-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0,1fr));

    gap: 16px;
}


/* =========================================================
   MEMBER CARD
   ========================================================= */

.ijrth-editorial-card {
    position: relative;

    min-height: 220px;

    padding: 24px 22px 21px;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-radius: 9px;

    box-shadow:
        0 6px 18px
        rgba(34,69,67,.04);

    overflow: hidden;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.ijrth-editorial-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background: #d9a441;

    transform: scaleY(.35);

    transform-origin: center;

    transition:
        transform .2s ease;
}

.ijrth-editorial-card:hover {
    transform: translateY(-3px);

    border-color: #c8dad6;

    box-shadow:
        0 12px 25px
        rgba(34,69,67,.08);
}

.ijrth-editorial-card:hover::before {
    transform: scaleY(1);
}


/* Number */

.ijrth-editorial-card-number {
    width: 29px;
    height: 29px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 17px;

    border-radius: 50%;

    background: #f7f2e8;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 9px;

    font-weight: 700;
}


/* Name */

.ijrth-editorial-card h3 {
    margin: 0 0 10px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 17px;

    line-height: 1.4;
}


/* Affiliation */

.ijrth-editorial-card p {
    margin: 0;

    color: #596967;

    font-size: 12.5px;

    line-height: 1.7;
}


/* ORCID */

.ijrth-editorial-card > a {
    display: inline-block;

    margin-top: 15px;

    color: #075e63;

    font-size: 11px;

    font-weight: 700;

    text-decoration: none;
}

.ijrth-editorial-card > a:hover {
    color: #c69539;

    text-decoration: underline;
}

.ijrth-editorial-orcid {
    display: inline-block;

    margin-top: 15px;

    color: #0e8a8a;

    font-size: 10.5px;

    font-weight: 600;

    line-height: 1.5;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .ijrth-editorial-page {
        padding:
            50px 20px
            65px;
    }

    .ijrth-editorial-grid {
        grid-template-columns:
            repeat(2, minmax(0,1fr));
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ijrth-editorial-page {
        padding:
            40px 15px
            55px;
    }

    .ijrth-editorial-header h1 {
        font-size: 30px;
    }

    .ijrth-editorial-leadership {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .ijrth-editorial-leader {
        padding:
            27px 21px;
    }

    .ijrth-editorial-grid {
        grid-template-columns: 1fr;

        gap: 12px;
    }

    .ijrth-editorial-card {
        min-height: auto;
    }

    .ijrth-editorial-section-heading h2 {
        font-size: 21px;
    }
}

/* =========================================================
   IJRTH — SUBMISSIONS PAGE
   Complete page CSS
   ========================================================= */

.page_submissions,
.page_submissions * {
    box-sizing: border-box;
}


/* =========================================================
   MAIN PAGE
   ========================================================= */

.page_submissions {
    width: 100%;
    max-width: 1100px;

    margin: 0 auto;

    padding: 50px 25px 70px;

    color: #334749;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* =========================================================
   BREADCRUMBS
   ========================================================= */

.page_submissions .cmp_breadcrumbs {
    margin: 0 0 22px;
}

.page_submissions .cmp_breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 7px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.page_submissions .cmp_breadcrumbs li {
    margin: 0;
    padding: 0;

    color: #7a8885;

    font-size: 12px;
    line-height: 1.5;
}

.page_submissions .cmp_breadcrumbs a {
    color: #075e63;

    text-decoration: none;
}

.page_submissions .cmp_breadcrumbs a:hover {
    color: #c69539;
}

.page_submissions .cmp_breadcrumbs .separator {
    margin-left: 7px;

    color: #b5c0bd;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

.page_submissions > h1 {
    margin: 0 0 30px;

    color: #073f43;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 30px;
    line-height: 1.2;

    font-weight: 700;
}


/* =========================================================
   SUBMISSION NOTIFICATION
   ========================================================= */

.page_submissions > .cmp_notification {
    width: 100%;

    margin: 0 0 28px;
    padding: 18px 20px;

    background:
        linear-gradient(
            135deg,
            #04383c,
            #075e63
        );

    border: 0;
    border-radius: 8px;

    color: #dceae7;

    font-size: 13.5px;
    line-height: 1.7;

    box-shadow:
        0 7px 20px
        rgba(34,69,67,.07);
}

.page_submissions > .cmp_notification a {
    color: #ffffff;

    font-weight: 700;

    text-decoration: underline;
}

.page_submissions > .cmp_notification a:hover {
    color: #d9a441;
}


/* =========================================================
   CHECKLIST CARD
   ========================================================= */

.page_submissions .submission_checklist {
    width: 100%;

    margin: 0 0 28px;
    padding: 30px 32px;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-radius: 10px;

    box-shadow:
        0 7px 22px
        rgba(34,69,67,.05);

    color: #536665;

    font-size: 14px;
    line-height: 1.8;
}


/* Checklist heading */

.page_submissions .submission_checklist > h2 {
    margin: 0 0 18px;

    padding-left: 15px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;
    line-height: 1.3;

    font-weight: 700;

    border-left:
        3px solid
        #0e8a8a;
}


/* =========================================================
   OJS EDIT LINK
   ========================================================= */

.page_submissions .cmp_edit_link {
    float: right;

    display: inline-block;

    margin:
        -2px
        0
        0
        10px;

    padding: 6px 10px;

    color: #075e63;

    background: #f7f2e8;

    border:
        1px solid
        #ddd5c1;

    border-radius: 4px;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.3;

    text-decoration: none;
}

.page_submissions .cmp_edit_link:hover {
    color: #ffffff;

    background: #075e63;

    border-color: #075e63;
}


/* =========================================================
   CHECKLIST LIST
   ========================================================= */

.page_submissions .submission_checklist > ul {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 12px;

    margin: 22px 0 0;
    padding: 0;

    list-style: none;
}


/* =========================================================
   CHECKLIST ITEM
   ========================================================= */

.page_submissions .submission_checklist > ul > li {
    position: relative;

    display: flex !important;

    align-items: flex-start;

    gap: 12px;

    width: 100%;

    margin: 0 !important;
    padding: 18px !important;

    background: #f7f2e8;

    border:
        1px solid
        #e3e9e7;

    border-radius: 7px;

    color: #536665;

    font-size: 13px;

    line-height: 1.7;

    overflow: hidden;
}


/* =========================================================
   OJS CHECK ICON
   IMPORTANT: Reset OJS positioning
   ========================================================= */

.page_submissions .submission_checklist > ul > li .fa-check {
    position: static !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    float: none !important;

    display: flex !important;

    align-items: center;
    justify-content: center;

    flex: 0 0 28px;

    width: 28px !important;
    min-width: 28px !important;

    height: 28px !important;
    min-height: 28px !important;

    margin:
        2px
        0
        0
        0 !important;

    padding: 0 !important;

    background: #075e63;

    border-radius: 50%;

    color: #ffffff;

    font-size: 11px !important;

    line-height: 28px !important;

    text-align: center;

    transform: none !important;
}


/* Prevent pseudo positioning inherited from OJS */

.page_submissions .submission_checklist > ul > li .fa-check::before {
    position: static !important;

    margin: 0 !important;

    width: auto !important;
}


/* =========================================================
   PRIVACY CARD
   ========================================================= */

.page_submissions .privacy_statement {
    width: 100%;

    margin: 0 0 28px;
    padding: 30px 32px;

    background: #ffffff;

    border:
        1px solid
        #dfe8e5;

    border-radius: 10px;

    box-shadow:
        0 7px 22px
        rgba(34,69,67,.05);

    color: #536665;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   PRIVACY MAIN HEADING
   ========================================================= */

.page_submissions .privacy_statement > h2 {
    margin:
        0 0 20px;

    padding-left: 15px;

    color: #075e63;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 24px;

    line-height: 1.3;

    font-weight: 700;

    border-left:
        3px solid
        #0e8a8a;
}


/* =========================================================
   PRIVACY SUBHEADINGS
   ========================================================= */

.page_submissions .privacy_statement h2:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 13px;

    padding-left: 12px;

    font-size: 20px;

    border-left:
        2px solid
        #d9a441;
}


/* =========================================================
   PRIVACY PARAGRAPHS
   ========================================================= */

.page_submissions .privacy_statement p {
    margin: 0 0 16px;

    color: #536665;

    font-size: 14px;

    line-height: 1.8;
}

.page_submissions .privacy_statement strong {
    color: #075e63;
}


/* =========================================================
   PRIVACY LISTS
   ========================================================= */

.page_submissions .privacy_statement ul {
    display: grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap: 10px;

    margin:
        15px
        0
        22px;

    padding: 0;

    list-style: none;
}

.page_submissions .privacy_statement li {
    margin: 0;
    padding: 14px 16px;

    background: #f8faf9;

    border:
        1px solid
        #e1e9e6;

    border-radius: 6px;

    color: #536665;

    font-size: 13px;

    line-height: 1.65;
}

.page_submissions .privacy_statement li p {
    margin: 0;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================================
   PRIVACY FINAL STATEMENT
   ========================================================= */

.page_submissions .privacy_statement > p:last-child {
    margin-top: 20px;

    margin-bottom: 0;

    padding: 16px 18px;

    background: #f7f2e8;

    border-left:
        3px solid
        #d9a441;

    border-radius: 5px;

    color: #5d6c69;
}


/* =========================================================
   CLEAR OJS FLOAT FROM EDIT LINKS
   ========================================================= */

.page_submissions .submission_checklist::after,
.page_submissions .privacy_statement::after {
    content: "";

    display: table;

    clear: both;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 850px) {

    .page_submissions {
        padding:
            45px 20px
            60px;
    }

    .page_submissions .submission_checklist > ul,
    .page_submissions .privacy_statement ul {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .page_submissions {
        padding:
            35px 15px
            50px;
    }

    .page_submissions > h1 {
        margin-bottom: 25px;

        font-size: 30px;
    }

    .page_submissions > .cmp_notification {
        padding:
            16px 17px;

        font-size: 13px;
    }

    .page_submissions .submission_checklist,
    .page_submissions .privacy_statement {
        padding:
            24px 20px;
    }

    .page_submissions .submission_checklist > h2,
    .page_submissions .privacy_statement > h2 {
        font-size: 21px;
    }

    .page_submissions .privacy_statement h2:not(:first-child) {
        font-size: 19px;
    }

    .page_submissions .cmp_edit_link {
        float: none;

        display: inline-block;

        margin:
            -8px
            0
            15px;
    }

    .page_submissions .submission_checklist > ul {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .page_submissions .submission_checklist > ul > li {
        padding: 15px !important;

        gap: 10px;

        font-size: 13px;
    }

    .page_submissions .submission_checklist > ul > li .fa-check {
        flex-basis: 26px;

        width: 26px !important;
        min-width: 26px !important;

        height: 26px !important;
        min-height: 26px !important;

        line-height: 26px !important;
    }

    .page_submissions .privacy_statement ul {
        grid-template-columns: 1fr;
    }

}

