
/* ===== NEGAH SHAHRVAND - PUBLICATION ETHICS ===== */

body.pkp_page_publication-ethics .page {
    direction: rtl !important;
    max-width: 1050px !important;
    margin: 0 auto !important;
    text-align: right !important;
}

body.pkp_page_publication-ethics .page > .page_title {
    position: relative !important;
    margin: 10px 0 25px !important;
    padding: 0 18px 13px 0 !important;
    border-bottom: 1px solid #dce5ee !important;
    color: #043c83 !important;
    font-size: 28px !important;
    font-weight: 900 !important;
}

body.pkp_page_publication-ethics .page > .page_title::before {
    content: "" !important;
    position: absolute !important;
    top: 8px !important;
    right: 0 !important;
    width: 6px !important;
    height: 34px !important;
    border-radius: 20px !important;
    background: #043c83 !important;
}


/* هدر اصلی */

body.pkp_page_publication-ethics .page > h2 {
    position: relative !important;
    overflow: hidden !important;

    margin: 0 0 24px !important;
    padding: 30px 32px !important;

    border: 0 !important;
    border-radius: 18px !important;

    background: #043c83 !important;
    color: #ffffff !important;

    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1.9 !important;

    box-shadow: 0 14px 35px rgba(4,60,131,.18) !important;
}

body.pkp_page_publication-ethics .page > h2::before {
    content: "" !important;
    position: absolute !important;

    left: -50px !important;
    top: -70px !important;

    width: 200px !important;
    height: 200px !important;

    border-radius: 50% !important;

    background: rgba(138,209,201,.15) !important;
}

body.pkp_page_publication-ethics .page > h2::after {
    content: "" !important;
    position: relative !important;
    display: block !important;

    width: 72px !important;
    height: 4px !important;

    margin-top: 11px !important;

    border-radius: 10px !important;

    background: #8ad1c9 !important;
}


/* متن */

body.pkp_page_publication-ethics .page > p {
    margin: 0 4px 14px !important;

    color: #405365 !important;

    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 2.25 !important;

    text-align: justify !important;
}


/* توضیح اول */

body.pkp_page_publication-ethics .page > h2 + p {
    padding: 20px 22px !important;

    border: 1px solid #dce6ef !important;
    border-right: 5px solid #043c83 !important;

    border-radius: 13px !important;

    background: #f5f8fc !important;

    box-shadow: 0 6px 18px rgba(4,60,131,.05) !important;
}


/* تیترهای ۱ تا ۲۰ */

body.pkp_page_publication-ethics .page > h3 {
    position: relative !important;

    margin: 30px 0 14px !important;
    padding: 15px 21px !important;

    border: 1px solid #d9e4ed !important;
    border-right: 6px solid #043c83 !important;

    border-radius: 12px !important;

    background: #f5f8fc !important;

    color: #043c83 !important;

    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.9 !important;

    box-shadow: 0 5px 16px rgba(4,60,131,.06) !important;

    transition: .2s ease !important;
}

body.pkp_page_publication-ethics .page > h3:hover {
    transform: translateY(-2px) !important;
    background: #eef4fa !important;
    box-shadow: 0 9px 22px rgba(4,60,131,.11) !important;
}


/* لیست‌ها */

body.pkp_page_publication-ethics .page > ul {
    margin: 15px 0 22px !important;
    padding: 8px 18px !important;

    list-style: none !important;

    border: 1px solid #dfe8f0 !important;
    border-radius: 14px !important;

    background: #ffffff !important;

    box-shadow: 0 5px 17px rgba(4,60,131,.04) !important;
}

body.pkp_page_publication-ethics .page > ul > li {
    position: relative !important;

    margin: 0 !important;
    padding: 13px 38px 13px 8px !important;

    border-bottom: 1px solid #e9eef3 !important;

    color: #405466 !important;

    font-size: 13.5px !important;
    line-height: 2 !important;
}

body.pkp_page_publication-ethics .page > ul > li:last-child {
    border-bottom: 0 !important;
}

body.pkp_page_publication-ethics .page > ul > li::before {
    content: "✓" !important;

    position: absolute !important;
    top: 14px !important;
    right: 6px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 21px !important;
    height: 21px !important;

    border-radius: 7px !important;

    background: #043c83 !important;
    color: #ffffff !important;

    font-size: 10px !important;
    font-weight: 900 !important;
}

body.pkp_page_publication-ethics .page > ul > li > p {
    margin: 0 !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}


/* موبایل */

@media (max-width:700px) {

    body.pkp_page_publication-ethics .page > .page_title {
        font-size: 21px !important;
    }

    body.pkp_page_publication-ethics .page > h2 {
        padding: 21px 17px !important;
        border-radius: 13px !important;
        font-size: 20px !important;
    }

    body.pkp_page_publication-ethics .page > h3 {
        margin-top: 22px !important;
        padding: 12px 14px !important;
        font-size: 15px !important;
    }

    body.pkp_page_publication-ethics .page > p {
        font-size: 13px !important;
        text-align: right !important;
    }

    body.pkp_page_publication-ethics .page > ul > li {
        padding: 11px 33px 11px 4px !important;
        font-size: 12.5px !important;
    }
}


/* TEST */
body.pkp_page_publication-ethics .page > h2 {
    background: #043c83 !important;
    color: #ffffff !important;
    padding: 30px !important;
    border-radius: 18px !important;
}

body.pkp_page_publication-ethics .page > h3 {
    color: #043c83 !important;
    border-right: 5px solid #043c83 !important;
    background: #f3f7fb !important;
    padding: 14px 18px !important;
    border-radius: 10px !important;
}

