/*
 * Pedikha Modern Home production stylesheet.
 * Single source for portal, login, message pages, modal, footer, and loader.
 * Keep loaded only once through PedikhaModernHomeThemePlugin::init().
 */

:root {
    --pmh-header-color: #b40000;
    --pmh-primary-color: #625E6A;
    --pmh-accent-color: #f0c419;
}

html body {
    --pmh-shell-width: 1240px;
    --pmh-shell-gutter: 56px;
    --pmh-mobile-gutter: 32px;
    background: #f4f6fb;
    overflow-x: hidden;
}

html body.pmh_home_active,
html body.pmh_login_active,
html body.pmh_register_active {
    background: #f4f6fb !important;
    overflow-x: hidden !important;
}

html body.pmh_home_active .pkp_structure_content,
html body.pmh_login_active .pkp_structure_content,
html body.pmh_register_active .pkp_structure_content,
html body.pmh_home_active .pkp_structure_content.has_sidebar,
html body.pmh_login_active .pkp_structure_content.has_sidebar,
html body.pmh_register_active .pkp_structure_content.has_sidebar,
html body.pmh_home_active .pkp_structure_main,
html body.pmh_login_active .pkp_structure_main,
html body.pmh_register_active .pkp_structure_main {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
    float: none !important;
}

html body.pmh_home_active .pkp_structure_content:before,
html body.pmh_home_active .pkp_structure_content:after,
html body.pmh_login_active .pkp_structure_content:before,
html body.pmh_login_active .pkp_structure_content:after,
html body.pmh_register_active .pkp_structure_content:before,
html body.pmh_register_active .pkp_structure_content:after,
html body.pmh_home_active .pkp_structure_main:before,
html body.pmh_home_active .pkp_structure_main:after,
html body.pmh_login_active .pkp_structure_main:before,
html body.pmh_login_active .pkp_structure_main:after,
html body.pmh_register_active .pkp_structure_main:before,
html body.pmh_register_active .pkp_structure_main:after {
    content: none !important;
    display: none !important;
}

html body .pkp_structure_head {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: 1000 !important;
}

html body .pkp_structure_head .pkp_head_wrapper {
    display: block !important;
    position: relative !important;
    width: calc(100% - var(--pmh-shell-gutter)) !important;
    max-width: var(--pmh-shell-width) !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

html body .pkp_structure_head .pkp_site_name,
html body .pkp_structure_head .pkp_site_name_wrapper,
html body .pkp_structure_head .pkp_site_name > a,
html body .pkp_structure_head .pkp_site_name img,
html body .pkp_structure_head .pkp_navigation_primary_row,
html body .pkp_structure_head .pkp_navigation_primary_wrapper,
html body .pkp_structure_head .pkp_navigation_primary,
html body .pkp_structure_head .pkp_navigation_search_wrapper,
html body .pkp_structure_head .pkp_search {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

html body .pkp_structure_head .pkp_site_nav_menu {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

html body .pkp_structure_head .pkp_navigation_user_wrapper,
html body .pkp_structure_head #navigationUserWrapper {
    display: flex !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: flex-end !important;
    text-align: right !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    z-index: 1003 !important;
}

html body .pkp_structure_head #navigationUser,
html body .pkp_structure_head .pkp_navigation_user {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 24px !important;
    width: auto !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body .pkp_structure_head #navigationUser > li,
html body .pkp_structure_head .pkp_navigation_user > li {
    display: block !important;
    float: none !important;
    width: auto !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

html body .pkp_structure_head #navigationUser > li > a,
html body .pkp_structure_head .pkp_navigation_user > li > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 64px !important;
    min-height: 64px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

html body .pmh_header_only_stable {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(15, 23, 42, .06) !important;
    box-shadow: 0 10px 24px rgba(10,31,68,.06) !important;
    box-sizing: border-box !important;
    position: relative !important;
    z-index: 20 !important;
}

html body .pmh_header_only_inner {
    width: calc(100% - var(--pmh-shell-gutter)) !important;
    max-width: var(--pmh-shell-width) !important;
    min-height: 92px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 28px !important;
    box-sizing: border-box !important;
}

html body .pmh_header_only_identity {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    gap: 16px !important;
}

html body .pmh_header_only_logo {
    flex: 0 0 auto !important;
    width: 42px !important;
    height: 42px !important;
}

html body .pmh_header_only_logo img {
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    object-fit: contain !important;
    margin: 0 !important;
}

html body .pmh_header_only_identity h1 {
    min-width: 0 !important;
    margin: 0 !important;
    color: #4b0d0d !important;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: .02em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

html body .pmh_header_about_stable {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 44px !important;
    padding: 0 24px !important;
    border: 1px solid #d7deea !important;
    border-radius: 3px !important;
    background: #fff !important;
    color: #4b5563 !important;
    box-shadow: 0 8px 18px rgba(10,31,68,.08) !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

html body .page_index_site,
html body .pmh_portal_home {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 0 56px !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
}

html body .pmh_hero {
    display: grid !important;
    grid-template-columns: minmax(0, 2.05fr) minmax(320px, .95fr) !important;
    width: calc(100% - var(--pmh-shell-gutter)) !important;
    max-width: var(--pmh-shell-width) !important;
    min-height: 310px !important;
    margin: 28px auto 34px !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 2px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 48px rgba(10,31,68,.10) !important;
    box-sizing: border-box !important;
}

html body .pmh_hero_left {
    padding: 54px 48px !important;
    color: #fff !important;
    box-sizing: border-box !important;
}

html body .pmh_hero_left h2 {
    margin: 0 0 18px !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
}

html body .pmh_hero_text {
    max-width: 700px !important;
    color: rgb(255 255 255) !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
    text-align: justify !important;
}

html body .pmh_hero_right {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 310px !important;
    padding: 68px 36px 36px !important;
    background: linear-gradient(90deg, #2d4358 0%, #e9eef3 22%, #fff 42%) !important;
    box-sizing: border-box !important;
}

html body .pmh_values {
    position: absolute !important;
    top: 14px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    min-width: 260px !important;
    padding: 12px 18px !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

html body .pmh_bookshelf {
    display: grid !important;
    grid-template-columns: repeat(6, 22px) !important;
    grid-template-rows: repeat(2, 82px) !important;
    gap: 22px 10px !important;
    width: 250px !important;
    padding: 26px !important;
    border: 1px solid #e5e7eb !important;
    background: #fff !important;
}

html body .pmh_bookshelf span {
    display: block !important;
    align-self: end !important;
    height: 70px !important;
    background: #666370 !important;
}

html body .pmh_bookshelf span:nth-child(2n) {
    background: var(--pmh-accent-color, #f0c419) !important;
}

html body .pmh_bookshelf span:nth-child(3n) {
    background: #b7d6f2 !important;
}

html body .pmh_bookshelf span:nth-child(4n) {
    height: 56px !important;
}

html body .pmh_journals {
    position: relative !important;
    width: calc(100% - var(--pmh-shell-gutter)) !important;
    max-width: var(--pmh-shell-width) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

html body .pmh_browse_toolbar_stable {
    display: grid !important;
    grid-template-columns: 330px minmax(0, 870px) !important;
    gap: 56px !important;
    align-items: center !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
}

html body .pmh_section_heading p {
    position: relative !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 0 10px !important;
    color: #625E6A !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    letter-spacing: .18em !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
}

html body .pmh_section_heading p:after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: var(--pmh-header-color, #b40000) !important;
}

html body .pmh_section_heading h2 {
    display: none !important;
}

html body .pmh_portal_search {
    position: relative !important;
    width: 100% !important;
    max-width: 870px !important;
    justify-self: end !important;
    box-sizing: border-box !important;
}

html body .pmh_portal_search_inner {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 48px !important;
    width: 100% !important;
    padding: 0 16px !important;
    background: #fff !important;
    border: 1px solid #d7deea !important;
    border-radius: 3px !important;
    box-shadow: 0 8px 18px rgba(10,31,68,.08) !important;
    box-sizing: border-box !important;
}

html body .pmh_portal_search_icon {
    color: #1f2937 !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

html body .pmh_portal_search_input {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #374151 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

html body .pmh_portal_search_clear {
    display: none !important;
    flex: 0 0 auto !important;
    width: 26px !important;
    height: 26px !important;
    border: 1px solid #d7deea !important;
    background: #fff !important;
    color: #111827 !important;
    cursor: pointer !important;
}

html body .pmh_portal_search.has_query .pmh_portal_search_clear {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .pmh_live_search_results {
    display: none !important;
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    background: #fff !important;
    border: 1px solid #d7deea !important;
    border-radius: 6px !important;
    box-shadow: 0 18px 36px rgba(10,31,68,.16) !important;
}

html body .pmh_portal_search.has_query .pmh_live_search_results {
    display: block !important;
}

html body .pmh_live_search_item {
    display: none;
    padding: 11px 14px !important;
    color: #111827 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #eef2f7 !important;
}

html body .pmh_live_search_item strong,
html body .pmh_live_search_item span {
    display: block !important;
}

html body .pmh_live_search_empty {
    display: none !important;
    padding: 14px !important;
    color: #667085 !important;
}

html body .pmh_live_search_empty.is_visible {
    display: block !important;
}

html body .pmh_journal_grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body .pmh_journal_card {
    position: relative !important;
    min-width: 0 !important;
    min-height: 270px !important;
    background: #fff !important;
    border-radius: 7px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 28px rgba(10,31,68,.08) !important;
    border: 1px solid rgba(15,23,42,.04) !important;
}

html body .pmh_journal_card_link,
html body .pmh_journal_thumb_link {
    display: block !important;
    width: 100% !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

html body .pmh_journal_thumb {
    position: relative !important;
    height: 190px !important;
    background: #f1f4f8 !important;
    overflow: hidden !important;
}





html body .pmh_journal_info_badge {
    position: absolute !important;
    left: 50% !important;
    bottom: 80px !important;
    transform: translateX(-50%) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 58px !important;
    height: 30px !important;
    padding: 0 14px !important;
    border-radius: 5px !important;
    background: rgba(255,255,255,.96) !important;
    border: 2px solid var(--pmh-accent-color, #f0c419) !important;
    color: #625E6A !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    cursor: pointer !important;
    z-index: 12 !important;
}

html body .pmh_journal_title {
    display: block !important;
    margin: 18px 12px 20px !important;
    color: #2b2d35 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    text-align: center !important;
}

html body .page_login,
html body .pmh_login_page,
html body .page_register,
html body .pmh_register_page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
}

html body .pmh_login_shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr) !important;
}

html body .pmh_login_intro,
html body .pmh_register_intro {
    position: relative !important;
    min-height: 430px !important;
    padding: 56px 58px !important;
    color: #fff !important;
    background: linear-gradient(135deg, rgba(98,94,106,.94), rgba(72,69,80,.96)),
        repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 120px, rgba(255,255,255,.02) 120px 240px) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

html body .pmh_login_intro:after,
html body .pmh_register_intro:after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 12px !important;
    background: var(--pmh-accent-color, #f0c419) !important;
}

html body .pmh_login_intro_label,
html body .pmh_register_intro_label {
    display: inline-flex !important;
    width: fit-content !important;
    margin: 0 0 22px !important;
    padding: 10px 16px !important;
    background: var(--pmh-accent-color, #f0c419) !important;
    color: #111827 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .16em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

html body .pmh_login_intro h2,
html body .pmh_register_intro h2 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: 44px !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

html body .pmh_login_intro p,
html body .pmh_register_intro p {
    max-width: 620px !important;
    margin: 0 0 24px !important;
    color: rgba(255,255,255,.90) !important;
    font-size: 17px !important;
    line-height: 1.75 !important;
}

html body .pmh_login_intro_points {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

html body .pmh_login_intro_points span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 12px !important;
    background: rgba(255,255,255,.12) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 999px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

html body .pmh_login_card,
html body .pmh_register_card {
    background: #fff !important;
    padding: 48px 44px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
}

html body .pmh_login_card_top,
html body .pmh_register_card_top {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 0 18px !important;
}

html body .pmh_login_icon,
html body .pmh_register_icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--pmh-primary-color, #625E6A) !important;
    color: #fff !important;
    font-size: 20px !important;
    box-shadow: 0 14px 28px rgba(98,94,106,.24) !important;
}

html body .pmh_login_card_top p,
html body .pmh_register_card_top p {
    margin: 0 0 4px !important;
    color: var(--pmh-primary-color, #625E6A) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

html body .pmh_login_card_top h2,
html body .pmh_register_card_top h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}

html body .pmh_login_hint,
html body .pmh_register_hint {
    margin: 0 0 24px !important;
    color: #667085 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

html body .pmh_login_form,
html body .pmh_login_form fieldset,
html body .pmh_login_form .fields {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

html body .pmh_login_field label {
    display: block !important;
}

html body .pmh_login_input_wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    box-sizing: border-box !important;
}

html body .pmh_login_input_wrap input {
    flex: 1 1 auto !important;
    width: 100% !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
}

html body .pmh_login_meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
}

html body .pmh_login_remember {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

html body .pmh_login_forgot {
    color: #4b5563 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

html body .pmh_login_buttons {
    display: flex !important;
    align-items: center !important;
}

html body .pmh_login_submit,
html body .pmh_login_register {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-decoration: none !important;
}

html body .pmh_login_submit {
    border: 0 !important;
}

html body .pmh_login_register {
    border: 1px solid #d7deea !important;
    background: #fff !important;
    color: #374151 !important;
}

html body .pmh_register_shell {
    display: grid !important;
    grid-template-columns: minmax(0, 390px) minmax(0, 1fr) !important;
    width: calc(100% - var(--pmh-shell-gutter)) !important;
    max-width: var(--pmh-shell-width) !important;
    margin: 34px auto 56px !important;
    background: #fff !important;
    border: 1px solid rgba(15,23,42,.10) !important;
    border-radius: 12px !important;
    box-shadow: 0 22px 55px rgba(15,23,42,.08) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

html body .pmh_register_intro {
    min-height: 680px !important;
}

html body .pmh_register_card {
    justify-content: flex-start !important;
    padding: 42px 52px !important;
}

html body .pmh_register_required {
    margin: 0 0 22px !important;
    padding: 12px 14px !important;
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    border-left: 4px solid var(--pmh-accent-color, #f0c419) !important;
    border-radius: 8px !important;
    color: #4b5563 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}

html body .pmh_register_form {
    width: 100% !important;
    max-width: 720px !important;
}

html body .pmh_register_form .buttons {
    margin-top: 22px !important;
}

html body .pmh_pedikhamodern_footer_wrapper {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 32px 0 !important;
    color: rgba(255,255,255,.96) !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

html body .pmh_pedikhamodern_footer_inner {
    width: calc(100% - var(--pmh-shell-gutter)) !important;
    max-width: var(--pmh-shell-width) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    overflow: visible !important;
}

html body .pmh_pedikhamodern_footer_content,
html body .pmh_pedikhamodern_footer_content * {
    color: rgba(255,255,255,.96) !important;
    text-align: center !important;
}

html body .pmh_pedikhamodern_footer_content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    overflow: visible !important;
    white-space: normal !important;
}

html body .pmh_pedikhamodern_footer_content p,
html body .pmh_pedikhamodern_footer_content div,
html body .pmh_pedikhamodern_footer_content ul,
html body .pmh_pedikhamodern_footer_content ol {
    margin: 0 auto 10px !important;
    max-width: 100% !important;
    text-align: center !important;
}

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

html body .pmh_pedikhamodern_footer_content a {
    color: #fff !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

html body .pmh_pedikhamodern_footer_content img {
    display: inline-block !important;
    max-width: 220px !important;
    max-height: 120px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto 12px !important;
    object-fit: contain !important;
}

@media (max-width: 1000px) {html body .pmh_hero,
    html body .pmh_login_shell,
    html body .pmh_register_shell {
        grid-template-columns: 1fr !important;
    }

    html body .pmh_browse_toolbar_stable {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    html body .pmh_portal_search {
        justify-self: stretch !important;
        max-width: none !important;
    }

    html body .pmh_journal_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }}

@media (max-width: 760px) {html body {
        --pmh-shell-gutter: var(--pmh-mobile-gutter);
    }

    html body .pkp_structure_head,
    html body .pkp_structure_head .pkp_head_wrapper,
    html body .pkp_structure_head .pkp_site_nav_menu,
    html body .pkp_structure_head .pkp_navigation_user_wrapper,
    html body .pkp_structure_head #navigationUserWrapper,
    html body .pkp_structure_head #navigationUser,
    html body .pkp_structure_head .pkp_navigation_user,
    html body .pkp_structure_head #navigationUser > li,
    html body .pkp_structure_head .pkp_navigation_user > li,
    html body .pkp_structure_head #navigationUser > li > a,
    html body .pkp_structure_head .pkp_navigation_user > li > a {
        height: 48px !important;
        min-height: 48px !important;
    }

    html body .pkp_structure_head #navigationUser,
    html body .pkp_structure_head .pkp_navigation_user {
        gap: 18px !important;
    }

    html body .pkp_structure_head #navigationUser > li > a,
    html body .pkp_structure_head .pkp_navigation_user > li > a {
        font-size: 12px !important;
    }

    html body .pmh_header_only_inner {
        grid-template-columns: 1fr !important;
        row-gap: 14px !important;
        min-height: auto !important;
        padding: 14px 0 !important;
    }

    html body .pmh_header_only_identity h1 {
        font-size: 20px !important;
        white-space: normal !important;
    }

    html body .pmh_header_about_stable {
        width: 100% !important;
        justify-self: stretch !important;
    }

    html body .pmh_hero_left,
    html body .pmh_login_intro,
    html body .pmh_register_intro {
        padding: 34px 26px !important;
        min-height: auto !important;
    }

    html body .pmh_hero_left h2,
    html body .pmh_login_intro h2,
    html body .pmh_register_intro h2 {
        font-size: 31px !important;
    }

    html body .pmh_login_card,
    html body .pmh_register_card {
        padding: 30px 24px !important;
    }

    html body .pmh_journal_grid {
        grid-template-columns: 1fr !important;
    }

   

    html body .pmh_pedikhamodern_footer_content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }}

html body .pkp_structure_page {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #f4f6fb !important;
    overflow-x: hidden !important;
}

html body .page,
html body .page_index_site,
html body .page_login,
html body .page_register,
html body .pmh_portal_home,
html body .pmh_login_page,
html body .pmh_register_page {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
}

html body .pmh_portal_home {
    padding-bottom: 56px !important;
}

html body .pmh_header_only_stable,
html body .pmh_hero,
html body .pmh_journals,
html body .pmh_login_shell,
html body .pmh_register_shell,
html body .pmh_pedikhamodern_footer_inner {
    box-sizing: border-box !important;
}

html body .pmh_live_search_results:not(.has_query),
html body .pmh_portal_search:not(.has_query) .pmh_live_search_results {
    display: none !important;
}

html body:has(.pmh_portal_home),
html body:has(.pmh_login_page),
html body:has(.pmh_register_page) {
    background: #f4f6fb !important;
    overflow-x: hidden !important;
}

html body:has(.pmh_portal_home) .pkp_structure_content,
html body:has(.pmh_login_page) .pkp_structure_content,
html body:has(.pmh_register_page) .pkp_structure_content,
html body:has(.pmh_portal_home) .pkp_structure_content.has_sidebar,
html body:has(.pmh_login_page) .pkp_structure_content.has_sidebar,
html body:has(.pmh_register_page) .pkp_structure_content.has_sidebar,
html body:has(.pmh_portal_home) .pkp_structure_main,
html body:has(.pmh_login_page) .pkp_structure_main,
html body:has(.pmh_register_page) .pkp_structure_main {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
    float: none !important;
}

html body:has(.pmh_portal_home) .pkp_structure_content:before,
html body:has(.pmh_portal_home) .pkp_structure_content:after,
html body:has(.pmh_login_page) .pkp_structure_content:before,
html body:has(.pmh_login_page) .pkp_structure_content:after,
html body:has(.pmh_register_page) .pkp_structure_content:before,
html body:has(.pmh_register_page) .pkp_structure_content:after,
html body:has(.pmh_portal_home) .pkp_structure_main:before,
html body:has(.pmh_portal_home) .pkp_structure_main:after,
html body:has(.pmh_login_page) .pkp_structure_main:before,
html body:has(.pmh_login_page) .pkp_structure_main:after,
html body:has(.pmh_register_page) .pkp_structure_main:before,
html body:has(.pmh_register_page) .pkp_structure_main:after {
    content: none !important;
    display: none !important;
}

html body .pmh_portal_home,
html body .pmh_login_page,
html body .pmh_register_page {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #f4f6fb !important;
}

html body .pmh_login_shell,
html body .pmh_register_shell,
html body .pmh_hero,
html body .pmh_journals {
    clear: both !important;
}

html body .pmh_header_home_link {
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    color: inherit !important;
    text-decoration: none !important;
}

html body .pmh_header_home_link:hover,
html body .pmh_header_home_link:focus {
    color: inherit !important;
    text-decoration: none !important;
    outline: none !important;
}

html body .pmh_header_home_link:focus-visible {
    outline: 2px solid var(--pmh-accent-color, #f0c419) !important;
    outline-offset: 4px !important;
    border-radius: 4px !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_logo_badge {
    display: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_info_badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 58px !important;
    height: 30px !important;
    padding: 0 14px !important;
    border-radius: 5px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 2px solid #f0c419 !important;
    color: #625E6A !important;
    box-shadow: 0 5px 12px rgba(10, 31, 68, 0.18) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_logo_badge,
body.pkp_page_index.pkp_op_index .pmh_journal_info_badge {
    backdrop-filter: blur(3px);
}

body.pkp_page_index.pkp_op_index .pmh_journal_grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_card_compact {
    display: block !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px #0a1f445c !important;
    overflow: hidden !important;
    transition: transform 0.16s ease, box-shadow 0.16s ease !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_card_compact:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 14px 28px rgba(10, 31, 68, 0.13) !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_card_link {
    display: block !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_card_link:hover,
body.pkp_page_index.pkp_op_index .pmh_journal_card_link:focus {
    text-decoration: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_card_compact .pmh_journal_thumb {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
    overflow: hidden !important;
    background: #f8fafc !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_card_compact .pmh_journal_thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    padding: 20px 20px 0px 20px !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_card_compact .pmh_thumb_placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    background: white !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_badges {
    position: absolute !important;
    left: 50% !important;
    bottom: -22px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    z-index: 4 !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_logo_badge,
body.pkp_page_index.pkp_op_index .pmh_journal_info_badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 999px !important;
    background: #fff !important;
    border: 2px solid #f0c419 !important;
    color: #625E6A !important;
    box-shadow: 0 5px 12px rgba(10, 31, 68, 0.16) !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    letter-spacing: 0.04em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_logo_badge img {
    width: 27px !important;
    height: 27px !important;
    object-fit: contain !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_compact_title {
    min-height: 68px !important;
    margin: 0 !important;
    padding: 31px 14px 18px !important;
    color: #2f343f !important;
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

body.pkp_page_index.pkp_op_index .pmh_journal_card_compact .pmh_journal_body,
body.pkp_page_index.pkp_op_index .pmh_journal_card_compact .pmh_journal_description,
body.pkp_page_index.pkp_op_index .pmh_journal_card_compact .pmh_journal_actions {
    display: none !important;
}

@media (max-width: 760px) {body.pkp_page_index.pkp_op_index .pmh_journal_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    body.pkp_page_index.pkp_op_index .pmh_journal_card_compact .pmh_journal_thumb {
        height: 210px !important;
        min-height: 210px !important;
        max-height: 210px !important;
    }

    body.pkp_page_index.pkp_op_index .pmh_journal_compact_title {
        font-size: 15px !important;
        min-height: 62px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }}

.pmh_portal_bar {
    position: relative;
    z-index: 30;
}

.pmh_portal_search {
    position: static;
    flex: 0 0 870px;
    width: 100%;
    max-width: 870px;
}

.pmh_portal_search_inner {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid #cfd6e3;
    border-radius: 3px;
    box-shadow: 0 8px 18px rgba(10,31,68,.10);
    box-sizing: border-box;
}

.pmh_portal_search_icon {
    flex: 0 0 auto;
    color: #5f6672;
    font-size: 18px;
    line-height: 1;
}

.pmh_portal_search_input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 46px;
    padding: 0;
    color: #1f2937;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.pmh_portal_search_input::placeholder {
    color: #5f6672;
    opacity: 1;
}

.pmh_portal_search_clear {
    display: none;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #5f6672;
    background: #f8fafc;
    border: 1px solid #d8dee8;
    border-radius: 3px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.pmh_portal_search.has_query .pmh_portal_search_clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pmh_live_search_results {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(15,51,88,.12);
    border-top: 4px solid #625E6A;
    box-shadow: 0 22px 42px rgba(10,31,68,.18);
    z-index: 9999;
}

.pmh_portal_search.has_query .pmh_live_search_results {
    display: block;
}

.pmh_live_search_item {
    display: none;
    color: #374151;
    border-bottom: 1px solid #eef2f7;
    text-align: left;
    text-decoration: none;
}

.pmh_live_search_item:hover,
.pmh_live_search_item:focus {
    background: #f8fafc;
    text-decoration: none;
}

.pmh_live_search_item strong {
    display: block;
    color: #374151;
    font-weight: 800;
    line-height: 1.35;
}

.pmh_live_search_item span {
    display: block;
    color: #625E6A;
}

.pmh_live_search_empty {
    display: none;
    padding: 22px;
    color: #64748b;
    text-align: center;
    font-size: 15px;
}

.pmh_live_search_empty.is_visible {
    display: block;
}

@media (max-width:760px) {.pmh_portal_search {
        flex: 1 1 100%;
        width: 100%;
        max-width: none;
    }}

.pmh_live_search_results {
    max-height: 180px !important;
    overflow-y: auto !important;
}

.pmh_live_search_item {
    padding: 10px 18px !important;
}

.pmh_live_search_item strong {
    font-size: 15px !important;
    margin-bottom: 3px !important;
}

.pmh_live_search_item span {
    font-size: 12px !important;
    line-height: 1.35 !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb {
    position: relative !important;
    overflow: hidden !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_badges {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 16px !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: auto !important;
    height: auto !important;
    z-index: 999 !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_logo_badge {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge {
    max-width: none !important;
    min-height: 30px !important;
    max-height: 30px !important;
    overflow: visible !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact {
    position: relative !important;
    transform: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact:hover {
    transform: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_link {
    position: relative !important;
    display: block !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_thumb_link {
    display: block !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge {
    position: absolute !important;
    left: 50% !important;
    bottom: 82px !important;
    transform: translateX(-50%) !important;
    z-index: 20 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 58px !important;
    height: 30px !important;
    padding: 0 14px !important;
    margin: 0 !important;
    border-radius: 5px !important;
    background: rgba(255,255,255,.96) !important;
    border: 2px solid #f0c419 !important;
    color: #625E6A !important;
    box-shadow: 0 5px 12px rgba(10,31,68,.18) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge:hover,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge:focus {
    background: #f0c419 !important;
    color: #071a33 !important;
    outline: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_compact_title a {
    color: inherit !important;
    text-decoration: none !important;
}





































@media (max-width: 760px) {body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge {
        bottom: 76px !important;
    }}









body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_card_link {
    position: relative !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    min-width: 58px !important;
    height: 30px !important;
    padding: 0 14px !important;
    margin: -17px auto 10px !important;
    border-radius: 5px !important;
    background: rgba(255,255,255,.97) !important;
    border: 1px solid var(--pmh-primary-color, #625E6A) !important;
    color: #625E6A !important;
    box-shadow: 0 5px 12px rgba(10,31,68,.18) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title {
    padding: 0 14px 18px !important;
}

@media (max-width: 760px) {body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge {
        margin-top: -16px !important;
        margin-bottom: 9px !important;
    }}











body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_link,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_thumb_link,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_compact_title {
    cursor: pointer !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_link:focus,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_thumb_link:focus,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_compact_title:focus {
    outline: 2px solid #f0c419 !important;
    outline-offset: 3px !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_compact_title a {
    pointer-events: none !important;
}







body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title,
.pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    max-height: 56px !important;
    margin: 0 !important;
    padding: 0 14px 14px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text,
.pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    width: 100% !important;
    max-height: 2.58em !important;
    overflow: hidden !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.29 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    letter-spacing: 0em !important;

}

@media (max-width: 760px) {body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title,
    .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title {
        min-height: 50px !important;
        height: 50px !important;
        max-height: 50px !important;
        padding: 0 10px 12px !important;
    }

    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text,
    .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text {
        font-size: 14px !important;
        line-height: 1.29 !important;
        max-height: 2.58em !important;
    }}

html body .pmh_portal_home .pmh_journal_grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)) !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

html body .pmh_portal_home .pmh_journal_card_compact {
    display: block !important;
    position: relative !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 20px rgba(10, 31, 68, 0.09) !important;
    overflow: hidden !important;
}

html body .pmh_portal_home .pmh_journal_card_compact:hover {
    transform: none !important;
}

html body .pmh_portal_home .pmh_journal_card_link,
html body .pmh_portal_home .pmh_journal_thumb_link {
    display: block !important;
    width: 100% !important;
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    aspect-ratio: 210 / 297 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden !important;
    background: #f8fafc !important;
    border: 1px solid #dce3ec !important;
    border-radius: 3px !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08) !important;
    box-sizing: border-box !important;
    padding: 0 !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_a4_sheet {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 190px !important;
    height: 253px !important;
    min-width: 190px !important;
    min-height: 253px !important;
    max-width: 190px !important;
    max-height: 253px !important;
    aspect-ratio: 190 / 253 !important;
    background: #ffffff !important;
    border: 1px solid #dce3ec !important;
    border-radius: 2px !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_a4_sheet img {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_thumb_placeholder {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    color: #333333 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    min-width: 58px !important;
    height: 30px !important;
    padding: 0 14px !important;
    margin: -17px auto 10px !important;
    border-radius: 5px !important;
    background: rgba(255,255,255,.97) !important;
    border: 2px solid var(--pmh-accent-color, #f0c419) !important;
    color: var(--pmh-primary-color, #625E6A) !important;
    box-shadow: 0 5px 12px rgba(10,31,68,.18) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 56px !important;
    height: 56px !important;
    max-height: 56px !important;
    margin: 0 !important;
    padding: 0 14px 14px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #2f343f !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    text-align: center !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_body,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_description,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_actions {
    display: none !important;
}



























html body .pmh_portal_search:not(.has_query) .pmh_live_search_results,
html body .pmh_portal_search:not(.has_query) .pmh_live_search_empty,
html body .pmh_portal_search:not(.has_query) .pmh_live_search_item {
    display: none !important;
}

@media (max-width: 760px) {html body .pmh_portal_home .pmh_journal_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px !important;
    }

    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb {
        aspect-ratio: 210 / 297 !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        padding: 0 !important;
    }

    html body .pmh_portal_home .pmh_journal_card_compact .pmh_a4_sheet {
        width: 150px !important;
        height: 200px !important;
        min-width: 150px !important;
        min-height: 200px !important;
        max-width: 150px !important;
        max-height: 200px !important;
        aspect-ratio: 150 / 200 !important;
    }

    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text {
        font-size: 15px !important;
    }}



































html body .pmh_live_search_item[data-pmh-open-modal] {
    cursor: pointer !important;
}

html body .pmh_live_search_item[data-pmh-open-modal]:hover,
html body .pmh_live_search_item[data-pmh-open-modal]:focus {
    background: #f8fafc !important;
    text-decoration: none !important;
}

html body .pkp_structure_head .pkp_navigation_user_wrapper,
html body .pkp_structure_head #navigationUserWrapper {
    overflow: visible !important;
}

html body .pkp_structure_head #navigationUser,
html body .pkp_structure_head .pkp_navigation_user {
    overflow: visible !important;
}

html body .pkp_structure_head #navigationUser > li,
html body .pkp_structure_head .pkp_navigation_user > li {
    position: relative !important;
    overflow: visible !important;
}

html body .pkp_structure_head #navigationUser > li > a,
html body .pkp_structure_head .pkp_navigation_user > li > a {
    position: relative !important;
    z-index: 10011 !important;
}

html body .pkp_structure_head #navigationUser li ul,
html body .pkp_structure_head .pkp_navigation_user li ul {
    display: none !important;
}

html body .pkp_structure_head #navigationUser > li:hover > ul,
html body .pkp_structure_head #navigationUser > li:focus-within > ul,
html body .pkp_structure_head .pkp_navigation_user > li:hover > ul,
html body .pkp_structure_head .pkp_navigation_user > li:focus-within > ul {
    display: block !important;
    position: absolute !important;
    top: calc(100% - 6px) !important;
    right: 0 !important;
    left: auto !important;
    width: 178px !important;
    min-width: 178px !important;
    max-width: 178px !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    border-radius: 0 0 7px 7px !important;
    transform: none !important;
    z-index: 2147482000 !important;
}

html body .pkp_structure_head #navigationUser li ul li,
html body .pkp_structure_head .pkp_navigation_user li ul li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

html body .pkp_structure_head #navigationUser li ul a,
html body .pkp_structure_head .pkp_navigation_user li ul a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 10px 14px !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: right !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

@media (max-width: 760px) {html body .pkp_structure_head #navigationUser > li:hover > ul,
    html body .pkp_structure_head #navigationUser > li:focus-within > ul,
    html body .pkp_structure_head .pkp_navigation_user > li:hover > ul,
    html body .pkp_structure_head .pkp_navigation_user > li:focus-within > ul {
        top: calc(100% - 4px) !important;
        right: 0 !important;
        width: 158px !important;
        min-width: 158px !important;
        max-width: 158px !important;
        padding: 6px 0 !important;
    }

    html body .pkp_structure_head #navigationUser li ul a,
    html body .pkp_structure_head .pkp_navigation_user li ul a {
        padding: 9px 12px !important;
        font-size: 11px !important;
    }}

html body .pkp_structure_head .pkp_navigation_user a[href*="/user/register"],
html body .pkp_structure_head #navigationUser a[href*="/user/register"],
html body .pkp_structure_head .pkp_navigation_user a[href*="user/register"],
html body .pkp_structure_head #navigationUser a[href*="user/register"],
html body .pmh_login_register,
html body a[href*="/user/register"].pmh_login_register,
html body a[href*="user/register"].pmh_login_register {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html body .pkp_structure_head .pkp_navigation_user li:has(a[href*="/user/register"]),
html body .pkp_structure_head #navigationUser li:has(a[href*="/user/register"]),
html body .pkp_structure_head .pkp_navigation_user li:has(a[href*="user/register"]),
html body .pkp_structure_head #navigationUser li:has(a[href*="user/register"]) {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

html body.pmh_login_active,
html body:has(.pmh_login_page) {
    background: #f4f6fb !important;
}

html body .pmh_login_page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 54px 0 78px !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
}

html body .pmh_login_shell {
    display: block !important;
    width: calc(100% - 56px) !important;
    max-width: 620px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

html body .pmh_login_intro {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

html body .pmh_login_card {
    width: 100% !important;
    max-width: 620px !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 48px 52px 46px !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 15px !important;
    box-shadow: 0 22px 52px rgba(10, 31, 68, .11) !important;
    display: block !important;
    box-sizing: border-box !important;
}

html body .pmh_login_card_top {
    justify-content: flex-start !important;
    margin: 0 0 20px !important;
}

html body .pmh_login_icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 13px !important;
    background: var(--pmh-primary-color, #625E6A) !important;
    color: #fff !important;
}

html body .pmh_login_card_top p {
    margin: 0 0 5px !important;
    color: var(--pmh-primary-color, #625E6A) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

html body .pmh_login_card_top h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}

html body .pmh_login_hint {
    margin: 0 0 26px !important;
    color: #667085 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

html body .pmh_login_field {
    margin: 0 0 20px !important;
}

html body .pmh_login_field label {
    margin: 0 0 9px !important;
    color: #263142 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

html body .pmh_login_input_wrap {
    height: 52px !important;
    padding: 0 15px !important;
    background: #f8fafc !important;
    border: 1px solid #d7deea !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

html body .pmh_login_input_wrap input {
    height: 50px !important;
    color: #111827 !important;
    font-size: 14px !important;
}

html body .pmh_login_meta {
    margin: 8px 0 24px !important;
}

html body .pmh_login_buttons {
    justify-content: flex-start !important;
    gap: 12px !important;
}

html body .pmh_login_submit {
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 7px !important;
    background: var(--pmh-header-color, #b40000) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    box-shadow: 0 8px 18px rgba(180, 0, 0, .14) !important;
}

@media (max-width: 760px) {html body .pmh_login_page {
        padding: 32px 0 54px !important;
    }

    html body .pmh_login_shell {
        width: calc(100% - 32px) !important;
        max-width: 620px !important;
    }

    html body .pmh_login_card {
        padding: 34px 24px 32px !important;
        border-radius: 13px !important;
    }

    html body .pmh_login_meta {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 12px !important;
    }}

html body .pmh_login_submit,
html body button.pmh_login_submit,
html body .pmh_login_buttons .pmh_login_submit {
    cursor: pointer !important;
    pointer-events: auto !important;
    user-select: none !important;
}

html body .pmh_login_submit:hover,
html body button.pmh_login_submit:hover,
html body .pmh_login_buttons .pmh_login_submit:hover {
    filter: brightness(.96) !important;
    transform: translateY(-1px) !important;
}

html body .pmh_login_submit:active,
html body button.pmh_login_submit:active,
html body .pmh_login_buttons .pmh_login_submit:active {
    transform: translateY(0) !important;
    filter: brightness(.92) !important;
}

html body .pmh_login_submit:focus-visible,
html body button.pmh_login_submit:focus-visible,
html body .pmh_login_buttons .pmh_login_submit:focus-visible {
    outline: 2px solid var(--pmh-accent-color, #f0c419) !important;
    outline-offset: 3px !important;
}

html body .pmh_login_forgot {
    cursor: pointer !important;
}

html body .pmh_login_reset_modal {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    pointer-events: none !important;
}

html body .pmh_login_reset_modal.is_open {
    display: block !important;
    pointer-events: auto !important;
}

html body .pmh_login_reset_overlay {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(15, 23, 42, .58) !important;
    backdrop-filter: blur(2px) !important;
    z-index: 1 !important;
}

html body .pmh_login_reset_box {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: calc(100vw - 44px) !important;
    max-width: 520px !important;
    max-height: calc(100vh - 44px) !important;
    overflow-y: auto !important;
    z-index: 2 !important;
    padding: 38px 40px 36px !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 15px !important;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .30) !important;
    box-sizing: border-box !important;
}

html body .pmh_login_reset_close {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f8fafc !important;
    color: #111827 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12) !important;
    font-size: 22px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

html body .pmh_login_reset_top {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 0 42px 18px 0 !important;
}

html body .pmh_login_reset_icon {
    flex: 0 0 auto !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--pmh-primary-color, #625E6A) !important;
    color: #fff !important;
    border-radius: 13px !important;
    box-shadow: 0 14px 28px rgba(98, 94, 106, .22) !important;
}

html body .pmh_login_reset_top p {
    margin: 0 0 4px !important;
    color: var(--pmh-primary-color, #625E6A) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .12em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

html body .pmh_login_reset_top h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

html body .pmh_login_reset_hint {
    margin: 0 0 22px !important;
    color: #667085 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

html body .pmh_login_reset_form {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

html body .pmh_login_reset_field {
    margin: 0 0 20px !important;
}

html body .pmh_login_reset_field label {
    display: block !important;
    margin: 0 0 9px !important;
    color: #263142 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

html body .pmh_login_reset_input_wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    height: 52px !important;
    padding: 0 15px !important;
    background: #f8fafc !important;
    border: 1px solid #d7deea !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

html body .pmh_login_reset_input_wrap input {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 50px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 14px !important;
}

html body .pmh_login_reset_actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

html body .pmh_login_reset_submit,
html body .pmh_login_reset_cancel {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 15px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .01em !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

html body .pmh_login_reset_submit {
    background: var(--pmh-header-color, #b40000) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 8px 18px rgba(180, 0, 0, .14) !important;
}

html body .pmh_login_reset_cancel {
    background: #fff !important;
    color: #374151 !important;
    border: 1px solid #d7deea !important;
    box-shadow: none !important;
}

html body .pmh_login_reset_submit:hover,
html body .pmh_login_reset_cancel:hover,
html body .pmh_login_reset_close:hover {
    filter: brightness(.97) !important;
}

html.pmh_reset_modal_open,
html.pmh_reset_modal_open body {
    overflow: hidden !important;
}

@media (max-width: 760px) {html body .pmh_login_reset_box {
        width: calc(100vw - 28px) !important;
        padding: 32px 24px 28px !important;
        border-radius: 13px !important;
    }

    html body .pmh_login_reset_top {
        margin-right: 38px !important;
    }

    html body .pmh_login_reset_top h2 {
        font-size: 22px !important;
    }}

html body .pmh_login_reset_submit.is_loading,
html body .pmh_login_reset_submit:disabled {
    cursor: wait !important;
    opacity: .72 !important;
    pointer-events: none !important;
}





html body .pmh_hero a {
    color: var(--pmh-header-color, #b40000) !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    font-weight: 800 !important;
}

html body .pmh_hero a:hover,
html body .pmh_hero a:focus {
    color: var(--pmh-header-color, #b40000) !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
    filter: brightness(.92);
}

html body .pmh_header_about_disabled {
    opacity: 1 !important;
    user-select: none !important;
}

html body .pmh_header_about_disabled:hover,
html body .pmh_header_about_disabled:focus {
    transform: none !important;
    filter: none !important;
    text-decoration: none !important;
}

html body .pkp_structure_head {
    background: var(--pmh-header-color, #b40000) !important;
}

html body .pmh_pedikhamodern_footer_wrapper {
    background: var(--pmh-header-color, #b40000) !important;
}



html body .pmh_hero_left {
    background: linear-gradient(135deg, rgba(255,255,255,.055) 25%, transparent 25%) 0 0/160px 160px,
        linear-gradient(315deg, rgba(255,255,255,.045) 25%, transparent 25%) 0 0/160px 160px,
        #625E6A !important;
}

html body .pmh_hero_left h2 {
    color: var(--pmh-primary-color, #625E6A) !important;
}

html body .pmh_values {
    background: var(--pmh-primary-color, #625E6A) !important;
    border-color: var(--pmh-primary-color, #625E6A) !important;
    color: #111827 !important;
}

html body .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge {
    border-color: var(--pmh-primary-color, #625E6A) !important;
    color: var(--pmh-primary-color, #625E6A) !important;
}





html body .pmh_header_about_disabled {
    cursor: default !important;
    pointer-events: none !important;
}

html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_info_badge,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 0 !important;
    margin: 12px auto 10px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    overflow: visible !important;
    cursor: pointer !important;
}

html body .pmh_portal_home .pmh_journal_info_badge::before,
html body .pmh_portal_home .pmh_journal_info_badge::after,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge::before,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge::after {
    display: none !important;
    content: none !important;
}

html body .pmh_portal_home .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon {
    display: block !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    object-fit: contain !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, .16) !important;
    pointer-events: none !important;
}

html body .pmh_portal_home .pmh_journal_info_badge:hover .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_badge:focus .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge:hover .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge:focus .pmh_journal_info_icon {
    transform: translateY(-1px) !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .20) !important;
}

html body .pmh_portal_home .pmh_journal_info_badge:focus-visible,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge:focus-visible {
    outline: 2px solid var(--pmh-primary-color, #625E6A) !important;
    outline-offset: 3px !important;
}

@media (max-width: 760px) {html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        margin: 10px auto 9px !important;
    }

    html body .pmh_portal_home .pmh_journal_info_icon,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
    }}

html body .pkp_structure_head #navigationUser > li:hover > ul,
html body .pkp_structure_head #navigationUser > li:focus-within > ul,
html body .pkp_structure_head .pkp_navigation_user > li:hover > ul,
html body .pkp_structure_head .pkp_navigation_user > li:focus-within > ul {
    background: #625E6A !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, .26) !important;
}

html body .pkp_structure_head #navigationUser li ul,
html body .pkp_structure_head .pkp_navigation_user li ul {
    background: #625E6A !important;
}

html body .pkp_structure_head #navigationUser li ul li,
html body .pkp_structure_head .pkp_navigation_user li ul li {
    background: transparent !important;
}

html body .pkp_structure_head #navigationUser li ul a,
html body .pkp_structure_head .pkp_navigation_user li ul a {
    color: #fff !important;
    background: transparent !important;
    text-decoration: none !important;
}

html body .pkp_structure_head #navigationUser li ul a:hover,
html body .pkp_structure_head #navigationUser li ul a:focus,
html body .pkp_structure_head .pkp_navigation_user li ul a:hover,
html body .pkp_structure_head .pkp_navigation_user li ul a:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, .12) !important;
    text-decoration: none !important;
}

html body.pmh_authorization_denied_active,
html body:has(.pmh_auth_denied_page) {
    background: #f4f6fb !important;
}

html body .pmh_auth_denied_page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 58px 0 78px !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
}

html body .pmh_auth_denied_shell {
    width: calc(100% - 56px) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 50px 48px 46px !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 15px !important;
    box-shadow: 0 22px 52px rgba(10, 31, 68, .11) !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

html body .pmh_auth_denied_icon {
    width: 56px !important;
    height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 18px !important;
    background: var(--pmh-primary-color, #625E6A) !important;
    color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 14px 28px rgba(98, 94, 106, .22) !important;
    font-size: 22px !important;
}

html body .pmh_auth_denied_label {
    margin: 0 0 8px !important;
    color: var(--pmh-primary-color, #625E6A) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

html body .pmh_auth_denied_shell h2 {
    margin: 0 0 16px !important;
    color: #111827 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

html body .pmh_auth_denied_message {
    max-width: 640px !important;
    margin: 0 0 28px !important;
    padding: 16px 18px !important;
    color: #374151 !important;
    background: #fff7ed !important;
    border-left: 4px solid var(--pmh-accent-color, #f0c419) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.65 !important;
    box-sizing: border-box !important;
}

html body .pmh_auth_denied_actions {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

html body .pmh_auth_denied_button,
html body .pmh_auth_denied_link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

html body .pmh_auth_denied_button {
    gap: 8px !important;
    background: var(--pmh-header-color, #b40000) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 8px 18px rgba(180, 0, 0, .14) !important;
}

html body .pmh_auth_denied_link {
    background: #fff !important;
    color: var(--pmh-header-color, #b40000) !important;
    border: 1px solid #d7deea !important;
}

@media (max-width: 760px) {html body .pmh_auth_denied_page {
        padding: 34px 0 56px !important;
    }

    html body .pmh_auth_denied_shell {
        width: calc(100% - 32px) !important;
        max-width: 760px !important;
        padding: 34px 24px 32px !important;
        border-radius: 13px !important;
    }

    html body .pmh_auth_denied_shell h2 {
        font-size: 25px !important;
    }

    html body .pmh_auth_denied_message {
        font-size: 14px !important;
    }}

html body.pmh_message_page_active,
html body:has(.pmh_message_page) {
    background: #f4f6fb !important;
}

html body .pmh_message_page {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 58px 0 78px !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
}

html body .pmh_message_shell {
    width: calc(100% - 56px) !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    padding: 50px 48px 46px !important;
    background: #fff !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 15px !important;
    box-shadow: 0 22px 52px rgba(10, 31, 68, .11) !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

html body .pmh_message_icon {
    width: 56px !important;
    height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 18px !important;
    background: var(--pmh-primary-color, #625E6A) !important;
    color: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 14px 28px rgba(98, 94, 106, .22) !important;
    font-size: 22px !important;
}

html body .pmh_message_label {
    margin: 0 0 8px !important;
    color: var(--pmh-primary-color, #625E6A) !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .14em !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
}

html body .pmh_message_shell h2 {
    margin: 0 0 16px !important;
    color: #111827 !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
}

html body .pmh_message_content {
    max-width: 640px !important;
    margin: 0 0 28px !important;
    padding: 16px 18px !important;
    color: #374151 !important;
    background: #fff7ed !important;
    border-left: 4px solid var(--pmh-accent-color, #f0c419) !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.65 !important;
    box-sizing: border-box !important;
}

html body .pmh_message_actions {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

html body .pmh_message_button,
html body .pmh_message_link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 16px !important;
    border-radius: 7px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

html body .pmh_message_button {
    gap: 8px !important;
    background: var(--pmh-header-color, #b40000) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 8px 18px rgba(180, 0, 0, .14) !important;
}

html body .pmh_message_link {
    background: #fff !important;
    color: var(--pmh-header-color, #b40000) !important;
    border: 1px solid #d7deea !important;
}

html body .pmh_message_button:hover,
html body .pmh_message_button:focus,
html body .pmh_message_link:hover,
html body .pmh_message_link:focus {
    text-decoration: none !important;
    filter: brightness(.96) !important;
}

@media (max-width: 760px) {html body .pmh_message_page {
        padding: 34px 0 56px !important;
    }

    html body .pmh_message_shell {
        width: calc(100% - 32px) !important;
        max-width: 760px !important;
        padding: 34px 24px 32px !important;
        border-radius: 13px !important;
    }

    html body .pmh_message_shell h2 {
        font-size: 25px !important;
    }

    html body .pmh_message_content {
        font-size: 14px !important;
    }}

html body.pmh_message_page_active,
html body.pmh_authorization_denied_active {
    background: #f4f6fb !important;
    overflow-x: hidden !important;
}

html body.pmh_message_page_active .pkp_structure_content,
html body.pmh_message_page_active .pkp_structure_content.has_sidebar,
html body.pmh_message_page_active .pkp_structure_main,
html body.pmh_authorization_denied_active .pkp_structure_content,
html body.pmh_authorization_denied_active .pkp_structure_content.has_sidebar,
html body.pmh_authorization_denied_active .pkp_structure_main,
html body:has(.pmh_message_page) .pkp_structure_content,
html body:has(.pmh_message_page) .pkp_structure_content.has_sidebar,
html body:has(.pmh_message_page) .pkp_structure_main,
html body:has(.pmh_auth_denied_page) .pkp_structure_content,
html body:has(.pmh_auth_denied_page) .pkp_structure_content.has_sidebar,
html body:has(.pmh_auth_denied_page) .pkp_structure_main {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: #f4f6fb !important;
    box-sizing: border-box !important;
    float: none !important;
}

html body.pmh_message_page_active .pkp_structure_content:before,
html body.pmh_message_page_active .pkp_structure_content:after,
html body.pmh_message_page_active .pkp_structure_main:before,
html body.pmh_message_page_active .pkp_structure_main:after,
html body.pmh_authorization_denied_active .pkp_structure_content:before,
html body.pmh_authorization_denied_active .pkp_structure_content:after,
html body.pmh_authorization_denied_active .pkp_structure_main:before,
html body.pmh_authorization_denied_active .pkp_structure_main:after,
html body:has(.pmh_message_page) .pkp_structure_content:before,
html body:has(.pmh_message_page) .pkp_structure_content:after,
html body:has(.pmh_message_page) .pkp_structure_main:before,
html body:has(.pmh_message_page) .pkp_structure_main:after,
html body:has(.pmh_auth_denied_page) .pkp_structure_content:before,
html body:has(.pmh_auth_denied_page) .pkp_structure_content:after,
html body:has(.pmh_auth_denied_page) .pkp_structure_main:before,
html body:has(.pmh_auth_denied_page) .pkp_structure_main:after {
    content: none !important;
    display: none !important;
}

html body.pmh_message_page_active .pmh_header_only_stable,
html body.pmh_authorization_denied_active .pmh_header_only_stable,
html body:has(.pmh_message_page) .pmh_header_only_stable,
html body:has(.pmh_auth_denied_page) .pmh_header_only_stable {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    background: #fff !important;
}

html body.pmh_message_page_active .pmh_header_only_inner,
html body.pmh_authorization_denied_active .pmh_header_only_inner,
html body:has(.pmh_message_page) .pmh_header_only_inner,
html body:has(.pmh_auth_denied_page) .pmh_header_only_inner {
    width: calc(100% - var(--pmh-shell-gutter)) !important;
    max-width: var(--pmh-shell-width) !important;
    margin: 0 auto !important;
}

html body.pmh_message_page_active .pmh_pedikhamodern_footer_wrapper,
html body.pmh_authorization_denied_active .pmh_pedikhamodern_footer_wrapper,
html body:has(.pmh_message_page) .pmh_pedikhamodern_footer_wrapper,
html body:has(.pmh_auth_denied_page) .pmh_pedikhamodern_footer_wrapper {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

html.pmh_page_loader_active,
html.pmh_page_loader_active body {
    cursor: wait !important;
}

html body .pmh_page_loader {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, .82) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: opacity .18s ease, visibility .18s ease !important;
}

html body .pmh_page_loader.is_visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

html body .pmh_page_loader_spinner {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: transparent !important;
    border-top-color: var(--pmh-header-color, #b40000) !important;
    border-right-color: var(--pmh-header-color, #b40000) !important;
    animation: pmhPageLoaderSpin .72s linear infinite !important;
    box-sizing: border-box !important;
}

@keyframes pmhPageLoaderSpin {
from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 760px) {html body .pmh_page_loader_spinner {
        width: 42px !important;
        height: 42px !important;
        border-width: 4px !important;
    }}


/* =========================================================
   Production: journal modal, one clean source
   ========================================================= */
html body .pmh_journal_modal,
html body .pmh_portal_home .pmh_journal_modal {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

html body .pmh_journal_modal.is_open,
html body .pmh_portal_home .pmh_journal_modal.is_open,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal.is_open {
    display: block !important;
    pointer-events: auto !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    padding: 24px 0 !important;
    box-sizing: border-box !important;
}

html body.pmh_modal_open {
    overflow: hidden !important;
}

html body .pmh_journal_modal_overlay,
html body .pmh_portal_home .pmh_journal_modal_overlay {
    position: fixed !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(15, 23, 42, .62) !important;
    border: 0 !important;
    z-index: 1 !important;
    cursor: pointer !important;
}

html body .pmh_journal_modal_box,
html body .pmh_portal_home .pmh_journal_modal_box {
    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    grid-template-columns: 300px minmax(0, 1fr) !important;
    gap: 30px !important;
    width: calc(100% - 40px) !important;
    max-width: 860px !important;
    max-height: calc(100vh - 48px) !important;
    margin: 0 auto !important;
    padding: 34px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #fff !important;
    border-radius: 15px !important;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .30) !important;
    box-sizing: border-box !important;
}

html body .pmh_journal_modal_close,
html body .pmh_portal_home .pmh_journal_modal_close {
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    z-index: 5 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #111827 !important;
    background: #f8fafc !important;
    border: 1px solid #d7deea !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .12) !important;
    font-size: 28px !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

html body .pmh_journal_modal_media,
html body .pmh_portal_home .pmh_journal_modal_media {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 280px !important;
    aspect-ratio: 210 / 297 !important;
    min-height: 0 !important;
    background: #f8fafc !important;
    border: 1px solid #dce3ec !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .08) !important;
    box-sizing: border-box !important;
    padding: 0 !important;
}

html body .pmh_journal_modal_media .pmh_a4_sheet,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 190px !important;
    height: 253px !important;
    min-width: 190px !important;
    min-height: 253px !important;
    max-width: 190px !important;
    max-height: 253px !important;
    aspect-ratio: 190 / 253 !important;
    background: #ffffff !important;
    border: 1px solid #dce3ec !important;
    border-radius: 2px !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .06) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

html body .pmh_journal_modal_media .pmh_a4_sheet img,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet img,
html body .pmh_modal_thumb_placeholder,
html body .pmh_portal_home .pmh_modal_thumb_placeholder {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

html body .pmh_modal_thumb_placeholder,
html body .pmh_portal_home .pmh_modal_thumb_placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    color: #667085 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
}

html body .pmh_journal_modal_content,
html body .pmh_portal_home .pmh_journal_modal_content {
    min-width: 0 !important;
    padding: 8px 12px 8px 0 !important;
    color: #111827 !important;
    text-align: left !important;
    box-sizing: border-box !important;
}

html body .pmh_journal_modal_content h2,
html body .pmh_portal_home .pmh_journal_modal_content h2 {
    margin: 0 0 24px !important;
    color: #111827 !important;
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.18 !important;
    letter-spacing: .01em !important;
}

html body .pmh_journal_modal_info,
html body .pmh_portal_home .pmh_journal_modal_info {
    display: grid !important;
    gap: 12px !important;
    margin: 0 0 24px !important;
}

html body .pmh_modal_info_row,
html body .pmh_portal_home .pmh_modal_info_row {
    display: grid !important;
    grid-template-columns: 140px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    color: #667085 !important;
    background: #f8fafc !important;
    border: 1px solid #d7deea !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    box-sizing: border-box !important;
}

html body .pmh_modal_info_row strong,
html body .pmh_portal_home .pmh_modal_info_row strong {
    color: #111827 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
}

html body .pmh_journal_modal_description,
html body .pmh_portal_home .pmh_journal_modal_description {
    margin: 0 0 24px !important;
    color: #4b5563 !important;
}

html body .pmh_journal_modal_description h3,
html body .pmh_portal_home .pmh_journal_modal_description h3 {
    margin: 0 0 10px !important;
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

html body .pmh_journal_modal_description p,
html body .pmh_portal_home .pmh_journal_modal_description p {
    margin: 0 !important;
    color: #4b5563 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    text-align: justify !important;

    position: relative !important;
    z-index: 2 !important;
    display: grid !important;
    max-height: calc(30vh - 50px) !important;
    margin: 0 auto !important;
    padding: 5px 10px 10px 10px!important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 28px 80px #38393c2a !important;
    box-sizing: border-box !important;
}

html body .pmh_journal_visit_button,
html body .pmh_portal_home .pmh_journal_visit_button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-height: 44px !important;
    padding: 0 18px !important;
    color: #fff !important;
    background: var(--pmh-header-color, #b40000) !important;
    border: 0 !important;
    border-radius: 7px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    width: 100% !important;
}

html body .pmh_journal_visit_button:hover,
html body .pmh_journal_visit_button:focus,
html body .pmh_portal_home .pmh_journal_visit_button:hover,
html body .pmh_portal_home .pmh_journal_visit_button:focus {
    color: #fff !important;
    text-decoration: none !important;
    filter: brightness(.96) !important;
}

@media (max-width: 760px) {
    html body .pmh_journal_modal.is_open,
    html body .pmh_portal_home .pmh_journal_modal.is_open,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal.is_open {
        padding: 14px 0 !important;
    }

    html body .pmh_journal_modal_box,
    html body .pmh_portal_home .pmh_journal_modal_box {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        width: calc(100% - 20px) !important;
        max-height: calc(100vh - 28px) !important;
        padding: 24px !important;
    }

    html body .pmh_journal_modal_media,
    html body .pmh_portal_home .pmh_journal_modal_media {
        max-width: 180px !important;
        aspect-ratio: 210 / 297 !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    html body .pmh_journal_modal_media .pmh_a4_sheet,
    html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet {
        height: 76% !important;
        max-width: 82% !important;
    }

    html body .pmh_journal_modal_content,
    html body .pmh_portal_home .pmh_journal_modal_content {
        padding: 0 !important;
    }

    html body .pmh_journal_modal_content h2,
    html body .pmh_portal_home .pmh_journal_modal_content h2 {
        padding-right: 44px !important;
        font-size: 24px !important;
    }

    html body .pmh_modal_info_row,
    html body .pmh_portal_home .pmh_modal_info_row {
        grid-template-columns: 1fr !important;
        gap: 4px !important;
        min-height: 0 !important;
        padding: 12px 14px !important;
    }
}


/* PMH production footer simple center override */
html body .pmh_pedikhamodern_footer_wrapper {
    background: var(--pmh-header-color, #b40000) !important;
}
html body .pmh_pedikhamodern_footer_content,
html body .pmh_pedikhamodern_footer_content * {
    text-align: center !important;
}


/* Production v2.4.0: hard override for inner A4 sheet.
   This deliberately overrides older compact-card image rules that used padding/object-fit: cover. */
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 72% !important;
    width: auto !important;
    max-width: 78% !important;
    aspect-ratio: 210 / 297 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #dce3ec !important;
    border-radius: 2px !important;
    box-shadow: 0 6px 14px rgba(15, 23, 42, .06) !important;
    box-sizing: border-box !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet img,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet img,
html body .pmh_journal_modal_media .pmh_a4_sheet img,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet .pmh_thumb_placeholder,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet .pmh_thumb_placeholder,
html body .pmh_journal_modal_media .pmh_a4_sheet .pmh_modal_thumb_placeholder,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet .pmh_modal_thumb_placeholder {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

@media (max-width: 760px) {
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet,
    html body .pmh_journal_modal_media .pmh_a4_sheet,
    html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet {
        height: 76% !important;
        max-width: 82% !important;
    }
}


/* v2.4.1 production hard override: fixed representative paper size 190px x 253px. */
html body .pmh_portal_home .pmh_journal_card_compact .pmh_a4_sheet {
    width: 190px !important;
    height: 253px !important;
    min-width: 190px !important;
    min-height: 253px !important;
    max-width: 190px !important;
    max-height: 253px !important;
    aspect-ratio: 190 / 253 !important;
}

html body .pmh_journal_modal_media .pmh_a4_sheet,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet {
    width: 190px !important;
    height: 253px !important;
    min-width: 190px !important;
    min-height: 253px !important;
    max-width: 190px !important;
    max-height: 253px !important;
    aspect-ratio: 190 / 253 !important;
}

@media (max-width: 760px) {
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_a4_sheet {
        width: 150px !important;
        height: 200px !important;
        min-width: 150px !important;
        min-height: 200px !important;
        max-width: 150px !important;
        max-height: 200px !important;
        aspect-ratio: 150 / 200 !important;
    }

    html body .pmh_journal_modal_media .pmh_a4_sheet,
    html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet {
        width: 150px !important;
        height: 200px !important;
        min-width: 150px !important;
        min-height: 200px !important;
        max-width: 150px !important;
        max-height: 200px !important;
        aspect-ratio: 150 / 200 !important;
    }
}


/* v2.4.2 production hard override: single white background layer only.
   Layer order target:
   1) info icon
   2) journal title
   3) cover
   4) card background
   The cover, icon, and title do not carry their own background blocks. */
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact,
html body .pmh_portal_home .pmh_journal_card_compact {
    background: #ffffff !important;
    border: 0 !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .12) !important;
    overflow: hidden !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_card_link,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_card_link {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    background: transparent !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb_link,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb_link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    aspect-ratio: auto !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 14px 14px 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 190px !important;
    height: 253px !important;
    min-width: 190px !important;
    min-height: 253px !important;
    max-width: 190px !important;
    max-height: 253px !important;
    aspect-ratio: 190 / 253 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet img,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet .pmh_thumb_placeholder,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet .pmh_thumb_placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #333333 !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_info_badge {
    position: relative !important;
    z-index: 3 !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
    padding: 0 !important;
    margin: 8px auto 6px !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

html body .pmh_portal_home .pmh_journal_info_badge::before,
html body .pmh_portal_home .pmh_journal_info_badge::after,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge::before,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge::after {
    display: none !important;
    content: none !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_icon {
    display: block !important;
    width: 92px !important;
    height: 92px !important;
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title,
.pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 58px !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 14px 18px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text,
.pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text {
    color: #2f343f !important;
    background: transparent !important;
}

@media (max-width: 760px) {
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb_link,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb_link {
        padding: 12px 12px 0 !important;
    }

    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb .pmh_a4_sheet {
        width: 150px !important;
        height: 200px !important;
        min-width: 150px !important;
        min-height: 200px !important;
        max-width: 150px !important;
        max-height: 200px !important;
        aspect-ratio: 150 / 200 !important;
    }

    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_info_badge {
        width: 82px !important;
        min-width: 82px !important;
        max-width: 82px !important;
        height: 82px !important;
        min-height: 82px !important;
        max-height: 82px !important;
        margin: 6px auto 4px !important;
    }

    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_info_icon {
        width: 82px !important;
        height: 82px !important;
    }

    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title,
    .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title {
        padding: 0 12px 14px !important;
        min-height: 50px !important;
    }
}


/* v2.4.4 production: CSS-only info icon.
   The portal info icon no longer uses a PNG image, so it cannot carry an opaque
   rectangular background from an asset or image rendering rule. */
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_info_badge {
    position: relative !important;
    z-index: 3 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 92px !important;
    min-width: 92px !important;
    max-width: 92px !important;
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;
    margin: 8px auto 6px !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

html body .pmh_portal_home .pmh_journal_info_badge::before,
html body .pmh_portal_home .pmh_journal_info_badge::after,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge::before,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge::after {
    display: none !important;
    content: none !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    max-width: 84px !important;
    max-height: 84px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--pmh-accent-color, #ff9900) !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 7px solid var(--pmh-accent-color, #ff9900) !important;
    border-radius: 999px !important;
    box-shadow: none !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 54px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-indent: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    object-fit: initial !important;
    pointer-events: none !important;
    box-sizing: border-box !important;
}

/* Safety: if an old cached template still outputs img.pmh_journal_info_icon, hide its
   rectangular image surface and draw nothing from the asset. */
html body .pmh_portal_home img.pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home img.pmh_journal_info_icon {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

@media (max-width: 760px) {
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_info_badge {
        width: 82px !important;
        min-width: 82px !important;
        max-width: 82px !important;
        height: 82px !important;
        min-height: 82px !important;
        max-height: 82px !important;
        margin: 6px auto 4px !important;
    }

    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_info_icon {
        width: 74px !important;
        height: 74px !important;
        min-width: 74px !important;
        min-height: 74px !important;
        max-width: 74px !important;
        max-height: 74px !important;
        border-width: 6px !important;
        font-size: 48px !important;
    }
}


/* v2.4.5 production: remove blur/glass layer from the info icon zone.
   The info icon must sit on transparent air, not on a blurred rectangle. */
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_info_badge,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_icon {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge::before,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge::after,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge::before,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge::after,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge::before,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge::after,
html body .pmh_portal_home .pmh_journal_info_badge::before,
html body .pmh_portal_home .pmh_journal_info_badge::after {
    display: none !important;
    content: none !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

/* Remove old hover blur/shadow behavior too. */
html body .pmh_portal_home .pmh_journal_info_badge:hover .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_badge:focus .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge:hover .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge:focus .pmh_journal_info_icon {
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

/* Keep the icon shape itself clean. */
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_icon {
    color: var(--pmh-accent-color, #ff9900) !important;
    border-color: var(--pmh-accent-color, #ff9900) !important;
}


/* v2.4.6 production: journal-style center badge like the reference.
   Accent color converted from color(srgb 1 0.63 0.0336) to #FFA109. */
:root {
    --pmh-journal-badge-accent: #FFA109;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb_link,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_thumb_link {
    padding-bottom: 0 !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_info_badge {
    position: relative !important;
    z-index: 4 !important;
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    margin: -24px auto 10px !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    height: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: var(--pmh-journal-badge-accent) !important;
    border: 4px solid var(--pmh-journal-badge-accent) !important;
    border-radius: 999px !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, .08) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 42px !important;
    font-style: italic !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title,
.pmh_portal_home .pmh_journal_card_compact .pmh_journal_compact_title {
    padding: 0 14px 18px !important;
    margin: 0 !important;
    min-height: 0 !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text,
.pmh_portal_home .pmh_journal_card_compact .pmh_journal_title_text {
    display: block !important;
    margin-top: 0 !important;
    color: #383838 !important;
    font-weight: 700 !important;
}

@media (max-width: 760px) {
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_info_badge {
        width: 66px !important;
        min-width: 66px !important;
        max-width: 66px !important;
        height: 66px !important;
        min-height: 66px !important;
        max-height: 66px !important;
        margin: -20px auto 8px !important;
    }

    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_info_icon {
        width: 66px !important;
        min-width: 66px !important;
        max-width: 66px !important;
        height: 66px !important;
        min-height: 66px !important;
        max-height: 66px !important;
        border-width: 4px !important;
        font-size: 36px !important;
    }
}


/* v2.4.7 production: smaller center badge/icon. */
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_info_badge {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    margin: -18px auto 8px !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_icon {
    width: 58px !important;
    min-width: 58px !important;
    max-width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    border-width: 3px !important;
    font-size: 31px !important;
    box-shadow: 0 1px 4px rgba(15, 23, 42, .06) !important;
}

@media (max-width: 760px) {
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_info_badge {
        width: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;
        height: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
        margin: -16px auto 6px !important;
    }

    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_info_icon {
        width: 52px !important;
        min-width: 52px !important;
        max-width: 52px !important;
        height: 52px !important;
        min-height: 52px !important;
        max-height: 52px !important;
        border-width: 3px !important;
        font-size: 27px !important;
    }
}


/* v2.4.8 production: much smaller badge with stronger override. */
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
html body .pmh_portal_home .pmh_journal_info_badge,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
body .pmh_portal_home .pmh_journal_info_badge {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    margin: -14px auto 6px !important;
}

html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
body .pmh_portal_home .pmh_journal_info_icon {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    border-width: 2px !important;
    font-size: 23px !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

@media (max-width: 760px) {
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_badge,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
    html body .pmh_portal_home .pmh_journal_info_badge,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_badge,
    body .pmh_portal_home .pmh_journal_info_badge {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        margin: -12px auto 5px !important;
    }

    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_info_icon,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
    body .pmh_portal_home .pmh_journal_info_icon {
        width: 42px !important;
        min-width: 42px !important;
        max-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        max-height: 42px !important;
        border-width: 2px !important;
        font-size: 21px !important;
    }
}


/* v2.4.9 production: slightly thicker i and ring, same compact size. */
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
html body .pmh_portal_home .pmh_journal_info_icon,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
body .pmh_portal_home .pmh_journal_info_icon {
    border-width: 3px !important;
    font-size: 24px !important;
    font-weight: 800 !important;
}

@media (max-width: 760px) {
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    body .pmh_portal_home .pmh_journal_card_compact .pmh_journal_info_icon,
    html body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
    html body .pmh_portal_home .pmh_journal_info_icon,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_info_icon,
    body .pmh_portal_home .pmh_journal_info_icon {
        border-width: 3px !important;
        font-size: 22px !important;
        font-weight: 800 !important;
    }
}


/* v2.5.0 production: remove background and border behind modal cover image.
   The transparency issue came from the modal wrappers, not only from the image itself. */
html body .pmh_journal_modal_media,
html body .pmh_portal_home .pmh_journal_modal_media,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}

html body .pmh_journal_modal_media .pmh_a4_sheet,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_a4_sheet,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
}

html body .pmh_journal_modal_media .pmh_a4_sheet img,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet img,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_a4_sheet img,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet img,
html body .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_modal_thumb_placeholder {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
    border-radius: 0 !important;
}


/* v2.5.1 production: modal cover without wrapper, larger A4-proportion display.
   Goal: make the modal cover behave like the Coming Soon example: no visible box/wrapper,
   larger visual size, but still locked to the established 190:253 paper proportion. */
html body .pmh_journal_modal_media,
html body .pmh_portal_home .pmh_journal_modal_media,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}

html body .pmh_journal_modal_media .pmh_a4_sheet,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_a4_sheet,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet,
html body .pmh_journal_modal_media .pmh_a4_sheet.pmh_a4_sheet_modal,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet.pmh_a4_sheet_modal,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_a4_sheet.pmh_a4_sheet_modal,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet.pmh_a4_sheet_modal {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 373px !important;
    min-height: 373px !important;
    max-height: 373px !important;
    aspect-ratio: 190 / 253 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

html body .pmh_journal_modal_media .pmh_a4_sheet img,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet img,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_a4_sheet img,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet img,
html body .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_modal_thumb_placeholder {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center top !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html body .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
html body .pmh_portal_home .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_modal_thumb_placeholder,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_modal_thumb_placeholder {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

@media (max-width: 760px) {
    html body .pmh_journal_modal_media .pmh_a4_sheet,
    html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet,
    body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_a4_sheet,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet,
    html body .pmh_journal_modal_media .pmh_a4_sheet.pmh_a4_sheet_modal,
    html body .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet.pmh_a4_sheet_modal,
    body.pkp_page_index.pkp_op_index .pmh_journal_modal_media .pmh_a4_sheet.pmh_a4_sheet_modal,
    body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_modal_media .pmh_a4_sheet.pmh_a4_sheet_modal {
        width: 220px !important;
        min-width: 220px !important;
        max-width: 220px !important;
        height: 293px !important;
        min-height: 293px !important;
        max-height: 293px !important;
        aspect-ratio: 190 / 253 !important;
    }
}


/* v2.5.2 production: remove lingering yellow lines after modal close.
   Root cause: focus outline on journal-card triggers after modal focus is restored. */
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_link:focus,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_thumb_link:focus,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_compact_title:focus,
html body .pmh_portal_home .pmh_journal_card_link:focus,
html body .pmh_portal_home .pmh_journal_thumb_link:focus,
html body .pmh_portal_home .pmh_journal_compact_title:focus {
    outline: none !important;
    box-shadow: none !important;
}

body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_card_link:focus-visible,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_thumb_link:focus-visible,
body.pkp_page_index.pkp_op_index .pmh_portal_home .pmh_journal_compact_title:focus-visible,
html body .pmh_portal_home .pmh_journal_card_link:focus-visible,
html body .pmh_portal_home .pmh_journal_thumb_link:focus-visible,
html body .pmh_portal_home .pmh_journal_compact_title:focus-visible {
    outline: 2px solid #f0c419 !important;
    outline-offset: 3px !important;
    box-shadow: none !important;
}
