
/* =====================================================================
   PAKISTAN JOURNAL OF MANAGEMENT RESEARCH (PJMR)
   FINAL OJS THEME: Executive Academic
   Compatible with OJS 3.x Default Theme
   IMPORTANT: Remove all previous custom CSS before uploading this file.
   ===================================================================== */

:root {
    --pjmr-navy-950: #071629;
    --pjmr-navy-900: #0b2340;
    --pjmr-navy-800: #14385f;
    --pjmr-teal-700: #08796e;
    --pjmr-teal-600: #139487;
    --pjmr-gold-500: #d4aa55;
    --pjmr-gold-300: #efd99e;
    --pjmr-ink: #1d2a38;
    --pjmr-muted: #667484;
    --pjmr-line: #dde5e9;
    --pjmr-soft: #f3f7f8;
    --pjmr-ivory: #fbfaf6;
    --pjmr-white: #ffffff;
    --pjmr-radius-lg: 20px;
    --pjmr-radius-md: 13px;
    --pjmr-shadow-lg: 0 24px 60px rgba(7, 22, 41, 0.16);
    --pjmr-shadow-md: 0 13px 32px rgba(7, 22, 41, 0.10);
    --pjmr-shadow-sm: 0 6px 18px rgba(7, 22, 41, 0.07);
}

/* =========================
   GLOBAL
   ========================= */

html {
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--pjmr-ink);
    background:
        radial-gradient(circle at 7% 8%, rgba(19, 148, 135, 0.07), transparent 25rem),
        radial-gradient(circle at 93% 20%, rgba(212, 170, 85, 0.07), transparent 22rem),
        #f3f7f8;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.72;
}

a {
    color: var(--pjmr-teal-700);
    text-decoration: none;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

a:hover,
a:focus {
    color: var(--pjmr-navy-900);
}

img {
    max-width: 100%;
    height: auto;
}

::selection {
    color: #ffffff;
    background: var(--pjmr-teal-700);
}

/* =========================
   HEADER
   ========================= */

.pkp_structure_head {
    position: relative;
    z-index: 30;
    min-height: 260px;
    overflow: visible;
    border: 0 !important;
    background:
        radial-gradient(circle at 83% 0, rgba(19, 148, 135, 0.22), transparent 21rem),
        linear-gradient(118deg, var(--pjmr-navy-950), var(--pjmr-navy-800));
    box-shadow: none;
}

.pkp_structure_head::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.034) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
}

/* Soft moving light — stays inside header */
.pkp_structure_head::after {
    content: "";
    position: absolute;
    top: -60%;
    left: -42%;
    z-index: 1;
    width: 31%;
    height: 220%;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.02) 24%,
        rgba(255, 255, 255, 0.17) 48%,
        rgba(239, 217, 158, 0.34) 50%,
        rgba(255, 255, 255, 0.17) 52%,
        rgba(255, 255, 255, 0.02) 76%,
        transparent 100%
    );
    filter: blur(3px);
    transform: skewX(-19deg);
    animation: pjmrHeaderLight 7.6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pjmrHeaderLight {
    0%, 13% {
        left: -42%;
        opacity: 0;
    }

    22% {
        opacity: 1;
    }

    56% {
        opacity: 0.95;
    }

    69% {
        left: 118%;
        opacity: 0;
    }

    100% {
        left: 118%;
        opacity: 0;
    }
}

.pkp_head_wrapper {
    position: relative;
    z-index: 3;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 22px;
}

/* =========================
   JOURNAL TITLE
   ========================= */

.pkp_site_name {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 58px 0 72px !important;
    text-align: left;
}

.pkp_site_name::before {
    content: "PJMR  •  MANAGEMENT RESEARCH";
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 7px 13px;
    border: 1px solid rgba(239, 217, 158, 0.38);
    border-radius: 100px;
    color: var(--pjmr-gold-300);
    background: rgba(255, 255, 255, 0.055);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 10px;
    font-weight: 750;
    line-height: 1;
    letter-spacing: 1.25px;
}

.pkp_site_name > a,
.pkp_site_name .is_text {
    display: block;
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 3.85vw, 51px) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.9px;
    white-space: nowrap;
    text-shadow: 0 5px 18px rgba(0, 0, 0, 0.24);
}

.pkp_site_name > a::after,
.pkp_site_name .is_text::after {
    content: "Leadership  •  Strategy  •  Innovation  •  Organisational Studies";
    display: block;
    margin-top: 14px;
    color: #d7e5ec;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    white-space: normal;
}

.pkp_site_name .is_img img {
    display: block;
    width: auto;
    max-height: 110px;
}

/* =========================
   ADMIN / LOGIN
   ========================= */

.pkp_navigation_user_wrapper {
    position: absolute !important;
    top: 14px !important;
    right: 22px !important;
    z-index: 70 !important;
}

.pkp_navigation_user {
    position: static !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin: 0 !important;
    padding: 5px 7px !important;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.pkp_navigation_user > li {
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_navigation_user > li > a {
    display: inline-flex !important;
    align-items: center;
    min-height: 30px;
    padding: 0 10px !important;
    border-radius: 7px;
    color: #f4f8fa !important;
    background: transparent !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
    color: var(--pjmr-navy-950) !important;
    background: var(--pjmr-gold-300) !important;
}

/* =========================
   FLOATING MENU
   ========================= */

.pkp_site_nav_menu {
    position: relative;
    z-index: 20;
}

.pkp_navigation_primary_wrapper {
    position: absolute !important;
    right: 22px;
    bottom: -28px;
    left: 22px;
    z-index: 25;
    display: flex !important;
    align-items: center;
    max-width: 1196px;
    min-height: 58px !important;
    margin: 0 auto !important;
    padding: 0 10px 0 14px !important;
    overflow: visible !important;
    border: 1px solid rgba(7, 22, 41, 0.09) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.985) !important;
    box-shadow: var(--pjmr-shadow-lg) !important;
    backdrop-filter: blur(14px);
}

.pkp_navigation_primary_wrapper::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    width: 4px;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(var(--pjmr-teal-600), var(--pjmr-gold-500));
}

#navigationPrimary {
    display: flex !important;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#navigationPrimary > li {
    margin: 0 !important;
    padding: 0 !important;
}

#navigationPrimary > li > a {
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 40px !important;
    padding: 0 13px !important;
    border: 0 !important;
    border-radius: 10px !important;
    color: #2c3e50 !important;
    background: transparent !important;
    font-size: 12.75px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

#navigationPrimary > li > a::after {
    content: "";
    position: absolute;
    right: 13px;
    bottom: 4px;
    left: 13px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--pjmr-teal-600), var(--pjmr-gold-500));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus,
#navigationPrimary > li.current > a,
#navigationPrimary > li > a[aria-current="page"] {
    color: var(--pjmr-navy-900) !important;
    background: #eef6f5 !important;
}

#navigationPrimary > li > a:hover::after,
#navigationPrimary > li > a:focus::after,
#navigationPrimary > li.current > a::after,
#navigationPrimary > li > a[aria-current="page"]::after {
    transform: scaleX(1);
}

/* Dropdown */
#navigationPrimary ul {
    min-width: 225px !important;
    margin-top: 3px !important;
    padding: 8px !important;
    overflow: hidden;
    border: 1px solid rgba(7, 22, 41, 0.11) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: var(--pjmr-shadow-md) !important;
}

#navigationPrimary ul li {
    margin: 0 !important;
    border-bottom: 1px solid #edf1f3;
}

#navigationPrimary ul li:last-child {
    border-bottom: 0;
}

#navigationPrimary ul a {
    display: block !important;
    padding: 10px 12px !important;
    border-radius: 7px !important;
    color: #3a4d60 !important;
    background: #ffffff !important;
    font-size: 12.5px !important;
    font-weight: 620 !important;
    line-height: 1.35 !important;
}

#navigationPrimary ul a:hover,
#navigationPrimary ul a:focus {
    padding-left: 16px !important;
    color: #ffffff !important;
    background: var(--pjmr-teal-700) !important;
}

/* Search */
.pkp_navigation_search_wrapper {
    flex: 0 0 auto;
    margin-left: auto !important;
    padding-left: 10px;
    border-left: 1px solid #e2e8eb;
}

.pkp_search {
    display: inline-flex !important;
    align-items: center;
    min-height: 38px;
    padding: 0 13px !important;
    border-radius: 9px;
    color: var(--pjmr-navy-900) !important;
    background: #f5f8f9;
    font-size: 12.5px !important;
    font-weight: 700;
}

.pkp_search:hover,
.pkp_search:focus {
    color: #ffffff !important;
    background: var(--pjmr-teal-700) !important;
}

/* =========================
   MAIN CONTENT PANEL
   ========================= */

.pkp_structure_content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 32px;
    max-width: 1240px;
    min-height: 520px;
    margin: 78px auto 0 !important;
    padding: 36px 34px 54px !important;
    overflow: hidden;
    border: 1px solid rgba(7, 22, 41, 0.08);
    border-radius: var(--pjmr-radius-lg) var(--pjmr-radius-lg) 0 0;
    background:
        linear-gradient(135deg, rgba(19, 148, 135, 0.025), transparent 34%),
        #ffffff;
    box-shadow: var(--pjmr-shadow-md);
}

.pkp_structure_content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(
        90deg,
        var(--pjmr-teal-600) 0 42%,
        var(--pjmr-gold-500) 42% 58%,
        var(--pjmr-navy-800) 58% 100%
    );
}

.pkp_structure_main {
    float: none !important;
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
}

.pkp_structure_main::before,
.pkp_structure_main::after {
    display: none !important;
}

.page {
    padding: 0 !important;
}

/* =========================
   TYPOGRAPHY
   ========================= */

h1,
h2,
h3,
h4,
h5,
h6,
.page_title,
.current_issue_title {
    color: var(--pjmr-navy-900);
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.28;
}

h1,
.page_title {
    position: relative;
    margin: 0 0 27px !important;
    padding: 0 0 15px !important;
    font-size: clamp(29px, 3vw, 42px) !important;
    font-weight: 700;
}

h1::after,
.page_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 4px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--pjmr-teal-600), var(--pjmr-gold-500));
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

p {
    margin: 0 0 1.12em;
}

blockquote {
    margin: 24px 0;
    padding: 20px 23px;
    border: 1px solid #eadfca;
    border-left: 5px solid var(--pjmr-gold-500);
    border-radius: 0 12px 12px 0;
    background: #fffaf0;
}

/* =========================
   BREADCRUMBS
   ========================= */

.cmp_breadcrumbs {
    margin-bottom: 24px !important;
    padding: 10px 14px !important;
    border: 1px solid var(--pjmr-line);
    border-radius: 9px;
    color: var(--pjmr-muted);
    background: #f7fafb;
    font-size: 12.5px;
}

/* =========================
   HOMEPAGE CONTENT
   ========================= */

.page_index_journal .homepage_about,
.page_index_journal .additional_content {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 30px 32px;
    border: 1px solid var(--pjmr-line);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--pjmr-shadow-sm);
}

.page_index_journal .homepage_about::before,
.page_index_journal .additional_content::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(var(--pjmr-teal-600), var(--pjmr-gold-500));
}

.page_index_journal .homepage_image {
    margin-bottom: 30px;
    overflow: hidden;
    border: 7px solid #ffffff;
    border-radius: 18px;
    box-shadow: var(--pjmr-shadow-md);
}

/* =========================
   CURRENT ISSUE
   ========================= */

.current_issue {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px !important;
    padding: 31px 32px !important;
    border: 1px solid var(--pjmr-line);
    border-radius: 17px;
    background:
        radial-gradient(circle at 100% 0, rgba(212, 170, 85, 0.16), transparent 17rem),
        linear-gradient(145deg, #ffffff, #f5faf9);
    box-shadow: var(--pjmr-shadow-md);
}

.current_issue::before {
    content: "LATEST ISSUE";
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 7px 11px;
    border-radius: 50px;
    color: #ffffff;
    background: var(--pjmr-teal-700);
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: 1px;
}

.current_issue h2 {
    margin-top: 0 !important;
    padding-right: 110px;
}

.current_issue .read_more {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    padding: 10px 17px;
    border: 1px solid var(--pjmr-teal-700);
    border-radius: 9px;
    color: #ffffff;
    background: var(--pjmr-teal-700);
    font-size: 13px;
    font-weight: 750;
}

.current_issue .read_more::after {
    content: " →";
    margin-left: 7px;
}

.current_issue .read_more:hover {
    border-color: var(--pjmr-navy-900);
    background: var(--pjmr-navy-900);
    transform: translateY(-2px);
}

/* =========================
   ARTICLE CARDS
   ========================= */

.obj_article_summary {
    position: relative;
    overflow: hidden;
    margin: 0 0 17px !important;
    padding: 23px 23px 22px 28px !important;
    border: 1px solid var(--pjmr-line) !important;
    border-radius: 13px;
    background: #ffffff;
    box-shadow: 0 5px 16px rgba(7, 22, 41, 0.055);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.obj_article_summary::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: linear-gradient(var(--pjmr-teal-600), var(--pjmr-gold-500));
}

.obj_article_summary:hover {
    border-color: rgba(19, 148, 135, 0.35) !important;
    transform: translateY(-3px);
    box-shadow: var(--pjmr-shadow-md);
}

.obj_article_summary .title {
    margin: 0 0 8px !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px !important;
    font-weight: 700;
    line-height: 1.42;
}

.obj_article_summary .title a {
    color: var(--pjmr-navy-900);
}

.obj_article_summary .title a:hover {
    color: var(--pjmr-teal-700);
}

.obj_article_summary .authors {
    color: #4b5b6a;
    font-size: 13.5px;
    font-weight: 620;
}

.obj_article_summary .pages,
.obj_article_summary .published {
    color: var(--pjmr-muted);
    font-size: 12.5px;
}

/* =========================
   BUTTONS / PDF
   ========================= */

.obj_galley_link,
.obj_article_summary .galleys_links a,
.cmp_button,
.cmp_form .buttons button,
button.submit,
input[type="submit"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 16px !important;
    border: 1px solid var(--pjmr-teal-700) !important;
    border-radius: 9px !important;
    color: #ffffff !important;
    background: var(--pjmr-teal-700) !important;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12.5px !important;
    font-weight: 750 !important;
    line-height: 1.2;
    box-shadow: none !important;
}

.obj_galley_link::before {
    content: "↓";
    margin-right: 7px;
}

.obj_galley_link:hover,
.obj_article_summary .galleys_links a:hover,
.cmp_button:hover,
.cmp_form .buttons button:hover,
button.submit:hover,
input[type="submit"]:hover {
    border-color: var(--pjmr-navy-900) !important;
    background: var(--pjmr-navy-900) !important;
    transform: translateY(-1px);
    box-shadow: 0 7px 17px rgba(7, 22, 41, 0.17) !important;
}

/* =========================
   ARTICLE DETAIL
   ========================= */

.obj_article_details {
    padding: 30px 32px;
    border: 1px solid var(--pjmr-line);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--pjmr-shadow-sm);
}

.obj_article_details .item {
    margin: 24px 0;
}

.obj_article_details .item .label {
    margin-bottom: 8px;
    color: var(--pjmr-navy-900);
    font-size: 15px;
    font-weight: 800;
}

.obj_article_details .abstract {
    padding: 22px 24px;
    border: 1px solid #dfe7e9;
    border-left: 5px solid var(--pjmr-teal-600);
    border-radius: 0 12px 12px 0;
    background: var(--pjmr-soft);
}

/* =========================
   ARCHIVES
   ========================= */

.page_issue_archive .issues_archive {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 19px;
}

.obj_issue_summary {
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 23px !important;
    border: 1px solid var(--pjmr-line) !important;
    border-radius: 14px;
    background: linear-gradient(145deg, #ffffff, #f6faf9);
    box-shadow: var(--pjmr-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.obj_issue_summary:hover {
    transform: translateY(-3px);
    box-shadow: var(--pjmr-shadow-md);
}

.obj_issue_summary .title {
    color: var(--pjmr-navy-900);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 700;
}

/* =========================
   SIDEBAR
   ========================= */

.pkp_structure_sidebar {
    float: none !important;
    width: auto !important;
    padding: 0 !important;
}

.pkp_block {
    position: relative;
    overflow: hidden;
    margin: 0 0 21px !important;
    padding: 21px !important;
    border: 1px solid var(--pjmr-line);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: var(--pjmr-shadow-sm);
}

.pkp_block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--pjmr-teal-600), var(--pjmr-gold-500));
}

.pkp_block .title {
    margin: 0 0 14px !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8edef;
    color: var(--pjmr-navy-900);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
    font-weight: 700;
}

.pkp_block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pkp_block li {
    padding: 7px 0;
    border-bottom: 1px dashed #e4eaed;
}

.pkp_block li:last-child {
    border-bottom: 0;
}

.pkp_block li a {
    display: block;
    color: #3f5060;
    font-size: 13.5px;
    font-weight: 620;
}

.pkp_block li a:hover {
    color: var(--pjmr-teal-700);
    transform: translateX(3px);
}

.pkp_block.block_make_submission {
    border: 0;
    background:
        radial-gradient(circle at 100% 0, rgba(212, 170, 85, 0.18), transparent 12rem),
        linear-gradient(145deg, var(--pjmr-navy-900), var(--pjmr-navy-950));
    box-shadow: var(--pjmr-shadow-md);
}

.pkp_block.block_make_submission::before {
    background: var(--pjmr-gold-500);
}

.pkp_block.block_make_submission .title,
.pkp_block.block_make_submission p {
    color: #ffffff;
}

.pkp_block.block_make_submission a {
    display: block;
    padding: 12px 15px;
    border: 1px solid var(--pjmr-gold-500);
    border-radius: 9px;
    color: var(--pjmr-navy-950) !important;
    background: var(--pjmr-gold-300);
    font-weight: 800;
    text-align: center;
}

.pkp_block.block_make_submission a:hover {
    border-color: #ffffff;
    background: #ffffff;
    transform: translateY(-2px);
}

/* =========================
   FORMS
   ========================= */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
select,
textarea {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid #cfd9df;
    border-radius: 9px;
    color: var(--pjmr-ink);
    background: #ffffff;
    font: inherit;
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--pjmr-teal-600);
    box-shadow: 0 0 0 3px rgba(19, 148, 135, 0.12);
}

label {
    color: var(--pjmr-navy-900);
    font-weight: 700;
}

/* =========================
   TABLES
   ========================= */

table {
    width: 100%;
    margin: 22px 0;
    border-collapse: collapse;
    border: 1px solid var(--pjmr-line);
    background: #ffffff;
}

th {
    padding: 12px 14px;
    color: #ffffff;
    background: var(--pjmr-navy-900);
    text-align: left;
}

td {
    padding: 12px 14px;
    border-top: 1px solid var(--pjmr-line);
}

tr:nth-child(even) td {
    background: #f6f9fa;
}

/* =========================
   FOOTER
   ========================= */

.pkp_structure_footer_wrapper {
    position: relative;
    margin: 0 !important;
    border: 0 !important;
    background:
        radial-gradient(circle at 82% 0, rgba(19, 148, 135, 0.17), transparent 18rem),
        linear-gradient(118deg, var(--pjmr-navy-950), var(--pjmr-navy-800));
}

.pkp_structure_footer_wrapper::before {
    content: "";
    display: block;
    height: 5px;
    background: linear-gradient(90deg, var(--pjmr-teal-600), var(--pjmr-gold-500), var(--pjmr-teal-600));
}

.pkp_structure_footer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 38px 24px !important;
    color: #dce6ec;
}

.pkp_structure_footer a {
    color: var(--pjmr-gold-300);
}

.pkp_structure_footer a:hover {
    color: #ffffff;
}

.pkp_brand_footer img {
    filter: brightness(0) invert(1);
    opacity: 0.72;
}

/* =========================
   MOBILE / TABLET
   ========================= */

@media (max-width: 920px) {

    .pkp_structure_head {
        min-height: 0 !important;
        overflow: visible !important;
    }

    /* Desktop light disabled; mobile light stays only inside title wrapper */
    .pkp_structure_head::after {
        display: none !important;
    }

    .pkp_head_wrapper {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .pkp_site_name_wrapper {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 183px !important;
        margin: 0 !important;
        padding: 61px 18px 24px !important;
        overflow: hidden !important;
        background:
            radial-gradient(circle at 92% 5%, rgba(19, 148, 135, 0.19), transparent 15rem),
            linear-gradient(118deg, var(--pjmr-navy-950), var(--pjmr-navy-800)) !important;
    }

    .pkp_site_name_wrapper::after {
        content: "";
        position: absolute;
        top: -65%;
        left: -58%;
        z-index: 1;
        width: 48%;
        height: 235%;
        opacity: 0;
        background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(255, 255, 255, 0.02) 24%,
            rgba(255, 255, 255, 0.16) 47%,
            rgba(239, 217, 158, 0.30) 50%,
            rgba(255, 255, 255, 0.16) 53%,
            rgba(255, 255, 255, 0.02) 76%,
            transparent 100%
        );
        filter: blur(3px);
        transform: skewX(-18deg);
        animation: pjmrMobileLight 8s ease-in-out infinite;
        pointer-events: none;
    }

    @keyframes pjmrMobileLight {
        0%, 14% {
            left: -58%;
            opacity: 0;
        }

        23% {
            opacity: 1;
        }

        58% {
            opacity: 0.9;
        }

        72% {
            left: 120%;
            opacity: 0;
        }

        100% {
            left: 120%;
            opacity: 0;
        }
    }

    .pkp_site_name {
        position: static !important;
        z-index: 3 !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        text-align: left !important;
        white-space: normal !important;
    }

    .pkp_site_name::before {
        display: none !important;
        content: none !important;
    }

    .pkp_site_name > a,
    .pkp_site_name .is_text {
        position: relative !important;
        z-index: 3 !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: clamp(28px, 7vw, 35px) !important;
        line-height: 1.13 !important;
        letter-spacing: -0.45px !important;
        white-space: normal !important;
    }

    .pkp_site_name > a::after,
    .pkp_site_name .is_text::after {
        margin-top: 10px !important;
        font-size: 8.8px !important;
        line-height: 1.5 !important;
        letter-spacing: 0.55px !important;
    }

    /* Hamburger */
    .pkp_site_nav_toggle {
        position: absolute !important;
        top: 10px !important;
        left: 13px !important;
        z-index: 90 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 43px !important;
        height: 43px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: 11px !important;
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.08) !important;
        box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16) !important;
    }

    .pkp_site_nav_toggle:hover,
    .pkp_site_nav_toggle:focus {
        border-color: var(--pjmr-gold-500) !important;
        background: var(--pjmr-teal-700) !important;
    }

    /* Open menu appears below title */
    .pkp_site_nav_menu {
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
        box-shadow: 0 14px 30px rgba(7, 22, 41, 0.13) !important;
    }

    .pkp_navigation_primary_row {
        position: static !important;
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .pkp_navigation_primary_wrapper {
        position: static !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 8px 12px 10px !important;
        border: 0 !important;
        border-top: 4px solid var(--pjmr-gold-500) !important;
        border-radius: 0 !important;
        background: #ffffff !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
    }

    .pkp_navigation_primary_wrapper::before {
        display: none !important;
    }

    #navigationPrimary {
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #navigationPrimary > li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #navigationPrimary > li > a {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        min-height: 43px !important;
        margin: 0 !important;
        padding: 0 13px !important;
        border: 0 !important;
        border-bottom: 1px solid #e7ecef !important;
        border-radius: 7px !important;
        color: var(--pjmr-navy-900) !important;
        background: #ffffff !important;
        font-size: 13px !important;
        font-weight: 700 !important;
    }

    #navigationPrimary > li:last-child > a {
        border-bottom: 0 !important;
    }

    #navigationPrimary > li > a:hover,
    #navigationPrimary > li > a:focus,
    #navigationPrimary > li.current > a,
    #navigationPrimary > li > a[aria-current="page"] {
        color: #ffffff !important;
        background: var(--pjmr-teal-700) !important;
    }

    #navigationPrimary > li > a::after {
        display: none !important;
    }

    #navigationPrimary ul {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 5px !important;
        padding: 5px 0 5px 12px !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: #f3f7f8 !important;
        box-shadow: none !important;
    }

    #navigationPrimary ul a {
        padding: 9px 12px !important;
        border-left: 3px solid transparent !important;
        color: #405164 !important;
        background: transparent !important;
        font-size: 12.5px !important;
    }

    #navigationPrimary ul a:hover,
    #navigationPrimary ul a:focus {
        padding-left: 14px !important;
        border-left-color: var(--pjmr-gold-500) !important;
        color: var(--pjmr-navy-900) !important;
        background: #ffffff !important;
    }

    .pkp_navigation_search_wrapper {
        width: 100% !important;
        margin: 0 !important;
        padding: 7px 0 0 !important;
        border: 0 !important;
    }

    .pkp_search {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        min-height: 41px !important;
        color: #ffffff !important;
        background: var(--pjmr-navy-900) !important;
    }

    /* Admin/Login inside mobile menu */
    .pkp_navigation_user_wrapper {
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 9px 12px 12px !important;
        background: var(--pjmr-navy-950) !important;
    }

    .pkp_navigation_user {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    .pkp_navigation_user > li > a {
        min-height: 34px !important;
        padding: 0 11px !important;
        border: 1px solid rgba(255, 255, 255, 0.13) !important;
        border-radius: 8px !important;
        color: #ffffff !important;
        background: rgba(255, 255, 255, 0.06) !important;
        font-size: 11.5px !important;
    }

    .pkp_structure_content {
        display: block;
        width: auto !important;
        min-height: 420px !important;
        margin: 18px 10px 0 !important;
        padding: 24px 17px 40px !important;
        border-radius: 15px 15px 0 0 !important;
    }

    .pkp_structure_sidebar {
        margin-top: 32px;
    }

    .page_issue_archive .issues_archive {
        grid-template-columns: 1fr;
    }

    .cmp_breadcrumbs {
        position: static !important;
        width: 100% !important;
        margin: 0 0 22px !important;
        padding: 10px 12px !important;
    }
}

/* =========================
   SMALL MOBILE
   ========================= */

@media (max-width: 640px) {
    .pkp_site_name_wrapper {
        min-height: 170px !important;
        padding: 58px 15px 21px !important;
    }

    .pkp_site_name > a,
    .pkp_site_name .is_text {
        font-size: clamp(25px, 7.3vw, 31px) !important;
    }

    .pkp_site_name > a::after,
    .pkp_site_name .is_text::after {
        margin-top: 8px !important;
        font-size: 8px !important;
    }

    .pkp_site_nav_toggle {
        top: 9px !important;
        left: 11px !important;
        width: 41px !important;
        height: 41px !important;
    }

    .pkp_structure_content {
        margin: 14px 8px 0 !important;
        padding: 21px 14px 34px !important;
    }

    .page_index_journal .homepage_about,
    .page_index_journal .additional_content,
    .current_issue,
    .obj_article_details {
        padding: 22px 18px !important;
    }

    .current_issue::before {
        position: static;
        display: inline-block;
        margin-bottom: 13px;
    }

    .current_issue h2 {
        padding-right: 0;
    }

    .obj_article_summary {
        padding: 20px 17px 19px 22px !important;
    }

    .obj_article_summary .title {
        font-size: 17.5px !important;
    }

    h1,
    .page_title {
        font-size: 28px !important;
        line-height: 1.22 !important;
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

@media (max-width: 390px) {
    .pkp_site_name_wrapper {
        min-height: 155px !important;
        padding: 56px 13px 18px !important;
    }

    .pkp_site_name > a,
    .pkp_site_name .is_text {
        font-size: 23px !important;
    }

    .pkp_site_name > a::after,
    .pkp_site_name .is_text::after {
        display: none !important;
    }

    .pkp_structure_content {
        margin-right: 6px !important;
        margin-left: 6px !important;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }
}

/* =========================
   REDUCED MOTION
   ========================= */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* =========================
   PRINT
   ========================= */

@media print {
    .pkp_structure_head,
    .pkp_structure_sidebar,
    .pkp_structure_footer_wrapper,
    .cmp_breadcrumbs,
    .obj_galley_link {
        display: none !important;
    }

    body,
    .pkp_structure_content,
    .pkp_structure_main,
    .obj_article_details {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }
}

/* =====================================================================
   PJMR ADMIN / LOGIN — TOP RIGHT FIX
   Add at the END of the stylesheet.
   ===================================================================== */

/* Desktop: make the header wrapper the positioning reference */
@media (min-width: 921px) {

    .pkp_head_wrapper {
        position: relative !important;
    }

    /* Do not let the nav container capture absolute positioning */
    .pkp_site_nav_menu {
        position: static !important;
    }

    /* Admin / Register / Login in the upper-right corner */
    .pkp_navigation_user_wrapper {
        position: absolute !important;
        top: 14px !important;
        right: 22px !important;
        bottom: auto !important;
        left: auto !important;
        z-index: 150 !important;
        width: auto !important;
        max-width: calc(100% - 44px) !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .pkp_navigation_user {
        position: static !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 5px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 5px 7px !important;
        border: 1px solid rgba(255, 255, 255, 0.16) !important;
        border-radius: 9px !important;
        background: rgba(4, 18, 34, 0.40) !important;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.16) !important;
        backdrop-filter: blur(10px);
    }

    .pkp_navigation_user > li {
        position: relative !important;
        display: inline-flex !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .pkp_navigation_user > li > a {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 31px !important;
        margin: 0 !important;
        padding: 0 10px !important;
        border: 0 !important;
        border-radius: 6px !important;
        color: #ffffff !important;
        background: transparent !important;
        font-family: "Segoe UI", Arial, sans-serif !important;
        font-size: 11.5px !important;
        font-weight: 750 !important;
        line-height: 1 !important;
        white-space: nowrap !important;
    }

    .pkp_navigation_user > li > a:hover,
    .pkp_navigation_user > li > a:focus {
        color: var(--pjmr-navy-950) !important;
        background: var(--pjmr-gold-300) !important;
    }

    /* User dropdown opens below the top-right button */
    .pkp_navigation_user ul {
        top: calc(100% + 6px) !important;
        right: 0 !important;
        left: auto !important;
        min-width: 190px !important;
        padding: 7px !important;
        border: 1px solid rgba(7, 22, 41, 0.14) !important;
        border-top: 3px solid var(--pjmr-gold-500) !important;
        border-radius: 8px !important;
        background: #ffffff !important;
        box-shadow: var(--pjmr-shadow-md) !important;
    }

    .pkp_navigation_user ul a {
        display: block !important;
        padding: 9px 11px !important;
        border-radius: 5px !important;
        color: var(--pjmr-navy-900) !important;
        background: #ffffff !important;
        font-size: 12px !important;
        font-weight: 650 !important;
    }

    .pkp_navigation_user ul a:hover,
    .pkp_navigation_user ul a:focus {
        color: #ffffff !important;
        background: var(--pjmr-teal-700) !important;
    }
}

/* Tablet: keep it compact at the top-right */
@media (min-width: 641px) and (max-width: 920px) {

    .pkp_navigation_user_wrapper {
        position: absolute !important;
        top: 10px !important;
        right: 12px !important;
        bottom: auto !important;
        left: auto !important;
        z-index: 150 !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        background: transparent !important;
    }

    .pkp_navigation_user {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-end !important;
        gap: 4px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 4px 5px !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 8px !important;
        background: rgba(4, 18, 34, 0.38) !important;
    }

    .pkp_navigation_user > li > a {
        min-height: 29px !important;
        padding: 0 8px !important;
        border: 0 !important;
        color: #ffffff !important;
        background: transparent !important;
        font-size: 10.5px !important;
        white-space: nowrap !important;
    }
}

/* Small mobile: keep user links inside the hamburger menu
   to avoid collision with the menu button and journal title. */
@media (max-width: 640px) {

    .pkp_navigation_user_wrapper {
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 9px 12px 12px !important;
        background: var(--pjmr-navy-950) !important;
    }

    .pkp_navigation_user {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}

/* =====================================================================
   PJMR UNIQUE SLIDING LIGHT EFFECTS
   Add at the END of the stylesheet.
   Subtle, premium, and safe for OJS desktop/mobile layouts.
   ===================================================================== */

/* Animated executive gradient in header */
.pkp_structure_head {
    background:
        radial-gradient(circle at 82% 8%, rgba(19, 148, 135, 0.20), transparent 22rem),
        linear-gradient(
            120deg,
            #071629 0%,
            #0b2340 32%,
            #14385f 58%,
            #0b2340 78%,
            #071629 100%
        ) !important;
    background-size: 180% 180% !important;
    animation: pjmrHeaderGradientShift 14s ease-in-out infinite;
}

@keyframes pjmrHeaderGradientShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Main sliding light beam */
.pkp_structure_head::after {
    content: "";
    position: absolute;
    top: -62%;
    left: -38%;
    z-index: 2;
    width: 26%;
    height: 225%;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.02) 20%,
        rgba(255, 255, 255, 0.10) 38%,
        rgba(255, 255, 255, 0.30) 48%,
        rgba(239, 217, 158, 0.44) 50%,
        rgba(255, 255, 255, 0.30) 52%,
        rgba(255, 255, 255, 0.10) 62%,
        rgba(255, 255, 255, 0.02) 80%,
        transparent 100%
    );
    filter: blur(3px);
    transform: skewX(-17deg);
    animation: pjmrExecutiveLightSweep 7.8s ease-in-out infinite !important;
    pointer-events: none;
}

@keyframes pjmrExecutiveLightSweep {
    0%, 12% {
        left: -38%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    52% {
        opacity: 0.95;
    }

    68% {
        left: 116%;
        opacity: 0;
    }

    100% {
        left: 116%;
        opacity: 0;
    }
}

/* Sliding management panels behind the title */
@media (min-width: 921px) {
    .pkp_head_wrapper::before,
    .pkp_head_wrapper::after {
        content: "";
        position: absolute;
        z-index: 1;
        pointer-events: none;
    }

    .pkp_head_wrapper::before {
        top: 32px;
        right: 3%;
        width: 285px;
        height: 150px;
        opacity: 0.23;
        border: 1px solid rgba(239, 217, 158, 0.28);
        border-radius: 18px;
        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,0.04),
                rgba(19,148,135,0.08)
            );
        transform: skewX(-12deg);
        animation: pjmrPanelFloat 8s ease-in-out infinite;
    }

    .pkp_head_wrapper::after {
        top: 76px;
        right: 8%;
        width: 210px;
        height: 78px;
        opacity: 0.20;
        border-top: 2px solid rgba(212, 170, 85, 0.48);
        border-right: 2px solid rgba(19, 148, 135, 0.34);
        transform: skewX(-12deg);
        animation: pjmrPanelSlide 6.5s ease-in-out infinite;
    }

    @keyframes pjmrPanelFloat {
        0%, 100% {
            transform: translateY(0) skewX(-12deg);
            opacity: 0.18;
        }

        50% {
            transform: translateY(-9px) skewX(-12deg);
            opacity: 0.30;
        }
    }

    @keyframes pjmrPanelSlide {
        0%, 100% {
            transform: translateX(0) skewX(-12deg);
        }

        50% {
            transform: translateX(-16px) skewX(-12deg);
        }
    }
}

/* Gold shimmer line below journal title */
.pkp_site_name > a::before,
.pkp_site_name .is_text::before {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    margin-bottom: 12px;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        var(--pjmr-teal-600),
        var(--pjmr-gold-500),
        var(--pjmr-gold-300)
    );
    box-shadow: 0 0 16px rgba(212, 170, 85, 0.28);
    animation: pjmrTitleLineGrow 1.4s ease forwards;
}

@keyframes pjmrTitleLineGrow {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 92px;
        opacity: 1;
    }
}

/* Navigation receives a subtle moving highlight */
@media (min-width: 921px) {
    .pkp_navigation_primary_wrapper {
        position: absolute !important;
        overflow: hidden !important;
    }

    .pkp_navigation_primary_wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: -28%;
        z-index: 0;
        width: 22%;
        height: 100%;
        opacity: 0;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(19,148,135,0.04),
            rgba(212,170,85,0.14),
            rgba(19,148,135,0.04),
            transparent
        );
        transform: skewX(-18deg);
        animation: pjmrMenuShine 9s ease-in-out infinite;
        pointer-events: none;
    }

    @keyframes pjmrMenuShine {
        0%, 18% {
            left: -28%;
            opacity: 0;
        }

        28% {
            opacity: 1;
        }

        60% {
            left: 112%;
            opacity: 0.75;
        }

        72%, 100% {
            left: 112%;
            opacity: 0;
        }
    }

    #navigationPrimary,
    .pkp_navigation_search_wrapper {
        position: relative;
        z-index: 2;
    }
}

/* Elegant hover glow for menu items */
#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus,
#navigationPrimary > li.current > a,
#navigationPrimary > li > a[aria-current="page"] {
    box-shadow:
        inset 0 -2px 0 rgba(212,170,85,0.70),
        0 5px 16px rgba(19,148,135,0.10) !important;
}

/* Admin/Login premium glass styling remains top-right */
@media (min-width: 921px) {
    .pkp_navigation_user {
        background:
            linear-gradient(
                135deg,
                rgba(255,255,255,0.10),
                rgba(255,255,255,0.04)
            ) !important;
        box-shadow:
            0 8px 22px rgba(0,0,0,0.18),
            inset 0 1px 0 rgba(255,255,255,0.10) !important;
    }
}

/* Mobile: lighter animation and no overlapping panels */
@media (max-width: 920px) {
    .pkp_structure_head {
        animation-duration: 18s !important;
    }

    .pkp_structure_head::after {
        display: none !important;
    }

    .pkp_site_name_wrapper::before {
        content: "";
        position: absolute;
        top: -65%;
        left: -58%;
        z-index: 1;
        width: 46%;
        height: 235%;
        opacity: 0;
        background: linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.04),
            rgba(255,255,255,0.18),
            rgba(239,217,158,0.28),
            rgba(255,255,255,0.18),
            rgba(255,255,255,0.04),
            transparent
        );
        filter: blur(3px);
        transform: skewX(-18deg);
        animation: pjmrMobileUniqueLight 8.8s ease-in-out infinite;
        pointer-events: none;
    }

    @keyframes pjmrMobileUniqueLight {
        0%, 16% {
            left: -58%;
            opacity: 0;
        }

        25% {
            opacity: 1;
        }

        58% {
            opacity: 0.9;
        }

        72% {
            left: 120%;
            opacity: 0;
        }

        100% {
            left: 120%;
            opacity: 0;
        }
    }

    .pkp_site_name > a::before,
    .pkp_site_name .is_text::before {
        width: 70px;
        margin-bottom: 9px;
    }
}

/* Respect reduced-motion accessibility */
@media (prefers-reduced-motion: reduce) {
    .pkp_structure_head,
    .pkp_structure_head::after,
    .pkp_head_wrapper::before,
    .pkp_head_wrapper::after,
    .pkp_navigation_primary_wrapper::after,
    .pkp_site_name_wrapper::before,
    .pkp_site_name > a::before,
    .pkp_site_name .is_text::before {
        animation: none !important;
    }
}
