@font-face {
    font-family: "Porcalabs Sans";
    src: url("../fonts/open-sans-v18-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Porcalabs Sans";
    src: url("../fonts/open-sans-v18-vietnamese_latin-ext_latin_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    background: #f8fafc;
    color: #0f172a;
    font-family: "Porcalabs Sans", "Segoe UI", Arial, Helvetica, sans-serif;
}

button,
input,
select,
textarea {
    font: inherit;
}

a {
    text-decoration: none;
}

.pkp_structure_head,
.pkp_site_nav_menu {
    display: none;
}

.pkp_structure_page,
.pkp_structure_content,
.page {
    margin: 0;
    padding: 0;

    width: 100% !important;
}

.pkp_structure_main {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pkp_structure_main:before,
.pkp_structure_main:after {
    display: none !important;
    content: none !important;
}

.pkp_structure_sidebar {
    display: none;
}

.pkp_structure_content.has_sidebar {
    max-width: 1300px;
    margin: 0 auto;
    padding: 32px 24px 72px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 32px;
    align-items: start;
}

.pkp_structure_content.has_sidebar::before,
.pkp_structure_content.has_sidebar::after {
    content: none !important;
    display: none !important;
}

.pkp_structure_content.has_sidebar .pkp_structure_main {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0;
    grid-column: 1;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar {
    display: block;
    min-width: 0;
    grid-column: 2;
}

.pkp_structure_content.has_sidebar .page:not(.page_index_journal) {
    max-width: none;
    margin: 0;
    padding: 0 12px;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block + .pkp_block {
    margin-top: 14px;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar > .porcalabs-sidebar-card,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar > .porcalabs-callout {
    margin: 0 0 14px;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .title {
    margin: 0 0 12px;
    color: #64748b;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    line-height: 1.2;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content ul li {
    margin: 0;
    padding: 0;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 54px;
    padding: 0 44px 0 16px;
    border: 1px solid #d8e0ec;
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > a,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > p > a,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > div > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 54px;
    padding: 0 44px 0 16px;
    border: 1px solid #d8e0ec;
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > a + a,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > p + p,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > div + div,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > p + a,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > a + p {
    margin-top: 12px;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content ul li a::after {
    content: "\203A";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > a::after,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > p > a::after,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > div > a::after {
    content: "\203A";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content ul li a:hover {
    border-color: #cfe0ff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > a:hover,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > p > a:hover,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > div > a:hover {
    border-color: #cfe0ff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content ul li a img,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > a img,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > p > a img,
.pkp_structure_content.has_sidebar .pkp_structure_sidebar .pkp_block .content > div > a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 14px;
    flex: 0 0 auto;
}

.pkp_page_index .pkp_structure_content.has_sidebar {
    display: block;
    max-width: none;
    margin: 0;
    padding: 0;
}

.pkp_page_index .pkp_structure_content.has_sidebar .pkp_structure_sidebar {
    display: none;
}

.porcalabs-container {
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.porcalabs-topbar {
    position: relative;
    z-index: 60;
    background: #0f172a;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.porcalabs-topbar__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.porcalabs-topbar__left,
.porcalabs-topbar__right {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.porcalabs-topbar a {
    color: #fff;
}

.porcalabs-home {
    background: #fff;
}

.porcalabs-site-header {
    position: sticky;
    top: 0;
    z-index: 80;
}

.porcalabs-header {
    position: relative;
    z-index: 50;
    background: #1b5e20;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(12px);
}

.porcalabs-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    min-height: 76px;
}

.porcalabs-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.porcalabs-brand__logo-link,
.porcalabs-footer__logo-link {
    flex: 0 0 auto;
    text-decoration: none;
}

.porcalabs-brand__logo,
.porcalabs-footer__logo {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #ffffff;
    color: #00680e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 22px;
}

.porcalabs-brand__logo-image,
.porcalabs-footer__logo-image {
    display: block;
    width: auto;
    max-width: 160px;
    height: 42px;
    object-fit: contain;
    border-radius: 5px;
}

.porcalabs-brand__title {
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff;
}

.porcalabs-brand__subtitle {
    margin-top: 3px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
}

.porcalabs-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.porcalabs-nav-toggle-input,
.porcalabs-nav-toggle {
    display: none;
}

.porcalabs-nav a {
    position: relative;
    padding: 28px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.porcalabs-nav a:hover {
    color: #eeff00;
}

.porcalabs-nav a.is-active {
    color: #eeff00;
}

.porcalabs-nav a.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 999px;
    background: #eeff00;
}

.porcalabs-nav__cta {
    padding: 12px 22px !important;
    border-radius: 999px;
    background: #ffffff;
    color: #00680e !important;
    box-shadow: 0 12px 24px rgba(47, 93, 224, 0.18);
}

.porcalabs-nav__cta:hover {
    background: #244bc2;
}

.porcalabs-nav-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid #d7dee8;
    border-radius: 12px;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.porcalabs-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #1e293b;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.porcalabs-hero {
    background: linear-gradient(to bottom, #1b5e20, #2e7d32);
    border-bottom: 1px solid #edf2f7;
    padding: 42px 0 38px;
}

.porcalabs-hero__banner-wrap {
    margin-bottom: 28px;
}

.porcalabs-hero__banner {
    border-radius: 10px;
    overflow: hidden;
}

.porcalabs-hero__banner-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.porcalabs-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(240px, 320px);
    gap: 56px;
    align-items: center;
}

.porcalabs-hero__eyebrow {
    margin-bottom: 14px;
    color: #eeff00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.porcalabs-hero__title,
.porcalabs-article-card__title {
    font-family: "Porcalabs Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    letter-spacing: -0.03em;
}

.porcalabs-hero__title {
    margin: 0 0 18px;
    max-width: 720px;
    color: #ffffff;
    font-size: 54px;
    line-height: 0.98;
    font-weight: 700;
}

.porcalabs-hero__text {
    max-width: 650px;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.75;
}

.porcalabs-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.porcalabs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.porcalabs-btn--primary {
    background: #0f172a;
    border: 1px solid #0f172a;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.14);
}

.porcalabs-btn--secondary {
    background: #fff;
    border: 1px solid #d7dee8;
    color: #0f172a !important;
}

.porcalabs-btn:hover {
    transform: translateY(-1px);
}

.porcalabs-cover-placeholder {
    width: 100%;
    min-height: 438px;
    padding: 32px 24px;
    border: 2px dashed #d8dee8;
    border-radius: 22px;
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.porcalabs-cover-image-link {
    display: block;
    width: 100%;
}

.porcalabs-cover-image {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.porcalabs-cover-placeholder__icon {
    width: 72px;
    height: 72px;
    margin-bottom: 18px;
    color: #c6d0dd;
}

.porcalabs-cover-placeholder__icon svg,
.porcalabs-search-form button svg {
    width: 100%;
    height: 100%;
}

.porcalabs-cover-placeholder__text {
    color: #a0aec0;
    font-size: 14px;
    line-height: 1.5;
}

.homepage_about {
    margin: 0 auto;
    padding: 28px 24px 0;
    max-width: 1300px;
}

.page:not(.page_index_journal) {
    max-width: 1300px;
    margin: 0 auto;
    padding: 32px 24px 72px;
}

.page:not(.page_index_journal)>h1,
.page:not(.page_index_journal) h1:first-of-type {
    margin: 0 0 22px;
    color: #0f172a;
    font-family: "Porcalabs Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.page p,
.page li,
.page dd {
    color: #475569;
    line-height: 1.8;
}

.cmp_breadcrumbs {
    margin-bottom: 18px;
}

.cmp_breadcrumbs ol {
    margin: 0;
    padding: 0;
    color: #94a3b8;
    font-size: 13px;
}

.cmp_breadcrumbs a {
    color: #64748b;
}

.cmp_breadcrumbs a:hover {
    color: #2f5de0;
}

.page_about .porcalabs-about-content {
    margin-top: 18px;
    padding: 24px;
    border: 1px solid #e7edf4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.page_about .porcalabs-about-content > *:first-child {
    margin-top: 0;
}

.page_about .porcalabs-about-content > *:last-child {
    margin-bottom: 0;
}

.page_about .porcalabs-about-content p,
.page_about .porcalabs-about-content li {
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
}

.page_about .porcalabs-about-content h2,
.page_about .porcalabs-about-content h3,
.page_about .porcalabs-about-content h4 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.page_about .porcalabs-about-content ul,
.page_about .porcalabs-about-content ol {
    margin: 12px 0 20px;
    padding-left: 24px;
}

.page_about .porcalabs-about-content ul li + li,
.page_about .porcalabs-about-content ol li + li {
    margin-top: 6px;
}

.porcalabs-page-intro {
    margin-top: 18px;
    padding: 24px;
    border: 1px solid #e7edf4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.porcalabs-page-intro > *:first-child {
    margin-top: 0;
}

.porcalabs-page-intro > *:last-child {
    margin-bottom: 0;
}

.porcalabs-page-intro p,
.porcalabs-page-intro li {
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
}

.page_announcements .porcalabs-announcements-list {
    margin-top: 18px;
}

.page_announcements .cmp_announcements {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.page_announcements .cmp_announcements > li {
    margin: 0;
    padding: 22px;
    border: 1px solid #e7edf4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.page_announcements .obj_announcement_summary h2,
.page_announcements .obj_announcement_summary h3,
.page_announcements .obj_announcement_summary h4 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
}

.page_announcements .obj_announcement_summary h2 a,
.page_announcements .obj_announcement_summary h3 a,
.page_announcements .obj_announcement_summary h4 a {
    color: #0f172a;
}

.page_announcements .obj_announcement_summary h2 a:hover,
.page_announcements .obj_announcement_summary h3 a:hover,
.page_announcements .obj_announcement_summary h4 a:hover {
    color: #00680e;
}

.page_announcements .obj_announcement_summary .date {
    margin-top: 8px;
    color: #64748b;
    font-size: 14px;
}

.page_announcements .obj_announcement_summary .summary {
    margin-top: 14px;
    color: #475569;
    font-size: 16px;
    line-height: 1.85;
}

.page_announcements .obj_announcement_summary .read_more {
    display: inline-block;
    margin-top: 10px;
    color: #00680e;
    font-weight: 700;
}

.page_announcements .obj_announcement_summary .read_more:hover {
    color: #0f172a;
}

.page_announcement .porcalabs-announcement-full {
    margin-top: 18px;
    padding: 24px;
    border: 1px solid #e7edf4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.page_announcement .obj_announcement_full h1 {
    margin: 0;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
}

.page_announcement .obj_announcement_full .date {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14px;
}

.page_announcement .obj_announcement_full .description {
    margin-top: 18px;
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
}

.page_announcement .obj_announcement_full .description > *:first-child {
    margin-top: 0;
}

.page_announcement .obj_announcement_full .description > *:last-child {
    margin-bottom: 0;
}

.page_issue {
    max-width: 1300px;
    margin: 0 auto;
    padding: 32px 24px 72px;
}

.porcalabs-main {
    display: grid;
    grid-template-columns: minmax(0, 1.9fr) minmax(290px, 320px);
    gap: 38px;
    align-items: start;
    padding: 42px 24px 72px;
    max-width: 1300px;
    margin: 0 auto;
}

.porcalabs-content,
.porcalabs-sidebar {
    min-width: 0;
}

.porcalabs-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.porcalabs-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.porcalabs-latest {
    padding-top: 12px;
}

.porcalabs-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 28px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.porcalabs-section-head h2 {
    margin: 0;
    color: #1e293b;
    font-size: 22px;
    font-weight: 700;
}

.porcalabs-section-head a {
    color: #00680e;
    font-size: 14px;
    font-weight: 700;
}

.porcalabs-home-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.porcalabs-section-head--compact {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.porcalabs-section-head--compact h2 {
    font-size: 18px;
}

.porcalabs-issue-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.porcalabs-issue-meta {
    margin-bottom: 20px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.porcalabs-article-card,
.porcalabs-sidebar-card,
.porcalabs-link-list a {
    background: #fff;
    border: 1px solid #e7edf4;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.porcalabs-article-card {
    padding: 22px 22px 20px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.porcalabs-article-card:hover,
.porcalabs-sidebar-card:hover,
.porcalabs-link-list a:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.porcalabs-article-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.porcalabs-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 6px;
    background: #dcfce7;
    color: #15803d;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.porcalabs-badge--blue {
    background: #dbeafe;
    color: #2563eb;
}

.porcalabs-date,
.porcalabs-doi,
.porcalabs-metrics {
    color: #94a3b8;
    font-size: 12px;
}

.porcalabs-article-card__title {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.porcalabs-article-card__title a {
    color: inherit;
}

.porcalabs-article-card__title a:hover {
    color: #00680e;
}

.porcalabs-article-card__authors {
    margin-bottom: 16px;
    color: #64748b;
    font-size: 14px;
    font-style: italic;
}

.porcalabs-article-card__abstract {
    margin-bottom: 22px;
    color: #475569;
    font-size: 15px;
    line-height: 1.7;
}

.porcalabs-article-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.porcalabs-article-card__links {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.porcalabs-pdf-btn {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #cfe0ff;
    border-radius: 8px;
    background: #edf4ff;
    color: #00680e;
    font-size: 12px;
    font-weight: 700;
}

.porcalabs-article-card__links .obj_galley_link {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid #cfe0ff;
    border-radius: 8px;
    background: #edf4ff;
    color: #2f5de0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
}

.porcalabs-article-card__links .obj_galley_link:hover {
    background: #dfeafe;
    color: #244bc2;
}

.porcalabs-pdf-btn:hover {
    background: #dfeafe;
}

.porcalabs-metrics {
    display: flex;
    gap: 8px;
    align-items: center;
}

.porcalabs-metrics span+span::before {
    content: "|";
    margin-right: 8px;
    color: #cbd5e1;
}

.porcalabs-sidebar-card {
    padding: 20px;
}

.porcalabs-sidebar-card h3,
.porcalabs-callout h3 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 700;
}

.porcalabs-search-form {
    position: relative;
}

.porcalabs-search-form input {
    width: 100%;
    min-height: 42px;
    padding: 0 44px 0 14px;
    border: 1px solid #d7dee8;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font-size: 14px;
    outline: none;
}

.porcalabs-search-form input:focus {
    border-color: #00680e;
    box-shadow: 0 0 0 3px rgba(47, 93, 224, 0.1);
}

.porcalabs-search-form button {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #94a3b8;
    transform: translateY(-50%);
    cursor: pointer;
}

.porcalabs-index-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.porcalabs-index-grid div {
    min-height: 52px;
    padding: 8px;
    border: 1px solid #eef2f7;
    border-radius: 10px;
    background: #fafcff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #94a3b8;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
}

.porcalabs-sidebar-dynamic {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.porcalabs-sidebar-dynamic .pkp_block {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.porcalabs-sidebar-dynamic .pkp_block .title {
    margin: 0 0 12px;
    color: #64748b;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    line-height: 1.2;
}

.porcalabs-sidebar-dynamic .pkp_block .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.porcalabs-sidebar-dynamic .pkp_block .content ul li {
    margin: 0;
    padding: 0;
}

.porcalabs-sidebar-dynamic .pkp_block .content ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 54px;
    padding: 0 44px 0 16px;
    border: 1px solid #d8e0ec;
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.porcalabs-sidebar-dynamic .pkp_block .content > a,
.porcalabs-sidebar-dynamic .pkp_block .content > p > a,
.porcalabs-sidebar-dynamic .pkp_block .content > div > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 54px;
    padding: 0 44px 0 16px;
    border: 1px solid #d8e0ec;
    border-radius: 16px;
    background: #fff;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.porcalabs-sidebar-dynamic .pkp_block .content > a + a,
.porcalabs-sidebar-dynamic .pkp_block .content > p + p,
.porcalabs-sidebar-dynamic .pkp_block .content > div + div,
.porcalabs-sidebar-dynamic .pkp_block .content > p + a,
.porcalabs-sidebar-dynamic .pkp_block .content > a + p {
    margin-top: 12px;
}

.porcalabs-sidebar-dynamic .pkp_block .content ul li a::after {
    content: "\203A";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.porcalabs-sidebar-dynamic .pkp_block .content > a::after,
.porcalabs-sidebar-dynamic .pkp_block .content > p > a::after,
.porcalabs-sidebar-dynamic .pkp_block .content > div > a::after {
    content: "\203A";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.porcalabs-sidebar-dynamic .pkp_block .content ul li a:hover {
    border-color: #cfe0ff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.porcalabs-sidebar-dynamic .pkp_block .content > a:hover,
.porcalabs-sidebar-dynamic .pkp_block .content > p > a:hover,
.porcalabs-sidebar-dynamic .pkp_block .content > div > a:hover {
    border-color: #cfe0ff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.porcalabs-sidebar-dynamic .pkp_block .content ul li a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 14px;
    flex: 0 0 auto;
}

.porcalabs-sidebar-dynamic .pkp_block .content > a img,
.porcalabs-sidebar-dynamic .pkp_block .content > p > a img,
.porcalabs-sidebar-dynamic .pkp_block .content > div > a img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    margin-right: 14px;
    flex: 0 0 auto;
}

.porcalabs-callout {
    padding: 22px;
    border-radius: 16px;
    background: linear-gradient(to bottom, #1b5e20, #2e7d32);
    color: #fff;
    box-shadow: 0 18px 34px rgba(47, 93, 224, 0.26);
}

.porcalabs-callout p,
.porcalabs-callout ul {
    margin: 0;
    color: #dbe6ff;
    font-size: 13px;
    line-height: 1.7;
}

.porcalabs-callout ul {
    margin-top: 12px;
    margin-bottom: 20px;
    padding-left: 18px;
}

.porcalabs-callout li+li {
    margin-top: 6px;
}

.porcalabs-callout__button {
    display: block;
    min-height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    color: #00680e !important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}

.porcalabs-link-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.porcalabs-link-list .pkp_block {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.porcalabs-link-list .pkp_block .title {
    margin: 0 0 10px;
    color: #64748b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.porcalabs-link-list .pkp_block .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.porcalabs-link-list .pkp_block .content ul li {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.porcalabs-link-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 16px 18px;
    color: #334155;
    font-size: 14px;
    font-weight: 700;
}

.porcalabs-link-list .pkp_block .content ul li a {
    padding-right: 42px;
}

.porcalabs-link-list .pkp_block .content ul li a::after {
    content: "\203A";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
}

.porcalabs-journal-meta p {
    margin: 0 0 10px;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}

.porcalabs-journal-meta p:last-child {
    margin-bottom: 0;
}

.porcalabs-journal-meta a,
.porcalabs-doi a,
.porcalabs-footer__contact a {
    color: inherit;
}

.porcalabs-doi a:hover,
.porcalabs-journal-meta a:hover,
.porcalabs-footer__contact a:hover {
    color: #2f5de0;
}

.porcalabs-empty-card {
    padding: 24px;
    border: 1px solid #e7edf4;
    border-radius: 16px;
    background: #fff;
    color: #64748b;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.porcalabs-additional-content {
    padding: 24px;
    min-height: 120px;
    border: 1px solid #e7edf4;
    border-radius: 16px;
    background: #fff;
    color: #475569;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.porcalabs-additional-content>*:first-child {
    margin-top: 0;
}

.porcalabs-additional-content>*:last-child {
    margin-bottom: 0;
}

.porcalabs-additional-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.porcalabs-additional-content th,
.porcalabs-additional-content td {
    padding: 0;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.65;
}

.porcalabs-additional-content th {
    width: 240px;
    padding-right: 28px;
    color: #0f172a;
    font-weight: 700;
}

.porcalabs-additional-content td {
    color: #475569;
}

.porcalabs-additional-content a {
    color: #00680e;
}

.porcalabs-additional-content a:hover {
    color: #0f172a;
}

.porcalabs-home-announcements .cmp_announcements {
    padding: 24px;
    margin: 0;
    max-width: 100%;
    min-height: 120px;
    border: 1px solid #e7edf4;
    border-radius: 16px;
    background: #fff;
    color: #475569;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.porcalabs-home-announcements .cmp_announcements>.obj_announcement_summary,
.porcalabs-home-announcements .cmp_announcements .more {
    float: none;
    width: 100%;
}

.porcalabs-home-announcements .cmp_announcements>.obj_announcement_summary,
.porcalabs-home-announcements .cmp_announcements .more .obj_announcement_summary {
    padding: 0;
}

.porcalabs-home-announcements .cmp_announcements>.obj_announcement_summary::before,
.porcalabs-home-announcements .cmp_announcements .more::before {
    display: none;
}

.porcalabs-home-announcements .cmp_announcements .more {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eef2f7;
}

.porcalabs-home-announcements .cmp_announcements .more .obj_announcement_summary+.obj_announcement_summary {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eef2f7;
}

.cmp_form,
.obj_article_details,
.obj_issue_summary,
.obj_issue_toc,
.search_results>li,
.issues_archive>li,
.pkp_block {
    border: 1px solid #e7edf4;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    max-width: 100%;
}

.cmp_form,
.obj_article_details,
.obj_issue_toc,
.pkp_block {
    padding: 24px;
}

.search_results,
.issues_archive {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search_results>li,
.issues_archive>li {
    padding: 22px;
}

.obj_issue_summary .title,
.obj_article_details .main_entry .item h1,
.obj_article_details .main_entry .item .label,
.obj_issue_toc h2,
.obj_issue_toc h3 {
    color: #0f172a;
}

.obj_issue_summary .title,
.obj_article_details .main_entry .item h1 {
    font-family: "Porcalabs Sans", "Segoe UI", Arial, Helvetica, sans-serif;
    letter-spacing: -0.02em;
}

.obj_issue_summary .series,
.obj_article_details .item .label,
.obj_article_details .authors__name,
.obj_issue_toc .published,
.obj_issue_toc .pub_id,
.obj_issue_summary .description,
.obj_article_summary .meta {
    color: #64748b;
}

.obj_article_details .galleys_links,
.obj_issue_toc .galleys_links,
.obj_article_summary .galleys_links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.obj_article_details .galleys_links li,
.obj_issue_toc .galleys_links li,
.obj_article_summary .galleys_links li {
    margin: 0;
}

.obj_galley_link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #cfe0ff;
    border-radius: 10px;
    background: #edf4ff;
    color: #2f5de0;
    box-shadow: none;
}

.obj_galley_link:hover,
.obj_galley_link:focus {
    background: #dfeafe;
    color: #244bc2;
}

.page_article .obj_article_details {
    padding: 0;
    overflow: hidden;
}

.page_article .obj_article_details>.page_title,
.page_article .obj_article_details>.subtitle {
    padding-left: 28px;
    padding-right: 28px;
}

.page_article .obj_article_details>.page_title {
    margin: 0;
    padding-top: 28px;
    padding-bottom: 14px;
    color: #0f172a;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.page_article .obj_article_details>.subtitle {
    margin: -2px 0 0;
    padding-bottom: 18px;
    color: #64748b;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.page_article .obj_article_details .row {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.9fr);
    align-items: start;
    margin: 0;
    border-top: 1px solid #e7edf4;
}

.page_article .obj_article_details .row::before,
.page_article .obj_article_details .row::after {
    content: none;
    display: none;
}

.page_article .obj_article_details .main_entry,
.page_article .obj_article_details .entry_details {
    float: none;
    width: auto;
    min-width: 0;
}

.page_article .obj_article_details .main_entry {
    padding: 28px;
    border-right: 0;
}

.page_article .obj_article_details .entry_details {
    margin: 0;
    padding: 28px;
    border-top: 0;
    border-left: 1px solid #e7edf4;
    background: #fbfdff;
}

.page_article .obj_article_details .item {
    padding: 0;
}

.page_article .obj_article_details .main_entry .item+.item {
    margin-top: 30px;
}

.page_article .obj_article_details .entry_details .item+.item {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e7edf4;
    border-bottom: none;
}

.page_article .obj_article_details .entry_details .cover_image+.item {
    margin-top: 14px;
    padding-top: 0;
    border-top: 0;
}

.page_article .obj_article_details .authors ul,
.page_article .obj_article_details .author_bios ul,
.page_article .obj_article_details .versions ul,
.page_article .obj_article_details .categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_article .obj_article_details .authors li+li,
.page_article .obj_article_details .author_bios li+li {
    margin-top: 18px;
}

.page_article .obj_article_details .authors .name {
    display: block;
    margin-bottom: 4px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.page_article .obj_article_details .authors .affiliation,
.page_article .obj_article_details .authors .userGroup,
.page_article .obj_article_details .authors .orcid,
.page_article .obj_article_details .authors .orcid a {
    display: block;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.page_article .obj_article_details .label {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.page_article .obj_article_details .doi .value,
.page_article .obj_article_details .keywords .value,
.page_article .obj_article_details .published .value,
.page_article .obj_article_details .issue .value,
.page_article .obj_article_details .pubid .value,
.page_article .obj_article_details .copyright,
.page_article .obj_article_details .dataAvailability,
.page_article .obj_article_details .references .value,
.page_article .obj_article_details .author_bios .value {
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
}

.page_article .obj_article_details .abstract {
    color: #475569;
    font-size: 16px;
    line-height: 1.9;
}

.page_article .obj_article_details .abstract p:first-child,
.page_article .obj_article_details .references .value p:first-child,
.page_article .obj_article_details .author_bios .value p:first-child {
    margin-top: 0;
}

.page_article .obj_article_details .abstract p:last-child,
.page_article .obj_article_details .references .value p:last-child,
.page_article .obj_article_details .author_bios .value p:last-child {
    margin-bottom: 0;
}

.page_article .obj_article_details .cover_image img {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.page_article .obj_article_details .galleys_links,
.page_article .obj_article_details .supplementary_galleys_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page_article .obj_article_details .galleys_links li,
.page_article .obj_article_details .supplementary_galleys_links li {
    margin: 0;
}

.page_article .obj_article_details .obj_galley_link {
    min-height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    font-weight: 700;
}

.page_article .obj_article_details .sub_item+.sub_item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eef2f7;
}

.page_article .obj_article_details .issue .title {
    color: #005fa3;
    font-weight: 700;
}

.page_article .obj_article_details .issue .title:hover {
    color: #0f172a;
}

.page_article .obj_article_details .categories li+li,
.page_article .obj_article_details .versions li+li {
    margin-top: 8px;
}

.page_article .obj_article_details .copyright a,
.page_article .obj_article_details .doi a,
.page_article .obj_article_details .pubid a,
.page_article .obj_article_details .categories a,
.page_article .obj_article_details .versions a {
    color: #00680e;
}

.page_article .obj_article_details .copyright a:hover,
.page_article .obj_article_details .doi a:hover,
.page_article .obj_article_details .pubid a:hover,
.page_article .obj_article_details .categories a:hover,
.page_article .obj_article_details .versions a:hover {
    color: #0f172a;
}

.page_issue_archive .issues_archive,
.pkp_page_archive .issues_archive,
.pkp_op_archive .issues_archive,
.page_search .search_results {
    margin-top: 24px;
}

.page_issue_archive .issues_archive,
.pkp_page_archive .issues_archive,
.pkp_op_archive .issues_archive {
    padding-left: 28px;
}

.page_issue_archive .issues_archive,
.pkp_page_archive .issues_archive,
.pkp_op_archive .issues_archive {
    border-top: 0 !important;
    padding-top: 0 !important;
}

.page_issue_archive .issues_archive > li,
.pkp_page_archive .issues_archive > li,
.pkp_op_archive .issues_archive > li {
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
    overflow: visible;
}

.page_issue_archive .obj_issue_summary,
.pkp_page_archive .obj_issue_summary,
.pkp_op_archive .obj_issue_summary {
    display: block;
    padding: 22px;
    border: 1px solid #dfe7f1;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.page_issue_archive .porcalabs-issue-summary__top,
.pkp_page_archive .porcalabs-issue-summary__top,
.pkp_op_archive .porcalabs-issue-summary__top {
    margin-bottom: 16px;
}

.page_issue_archive .obj_issue_summary .title,
.pkp_page_archive .obj_issue_summary .title,
.pkp_op_archive .obj_issue_summary .title {
    margin: 0;
    display: block;
    color: #0f172a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.page_issue_archive .obj_issue_summary .title:hover,
.pkp_page_archive .obj_issue_summary .title:hover,
.pkp_op_archive .obj_issue_summary .title:hover {
    color: #00680e;
}

.page_issue_archive .obj_issue_summary .series,
.pkp_page_archive .obj_issue_summary .series,
.pkp_op_archive .obj_issue_summary .series {
    margin-top: 6px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.page_issue_archive .porcalabs-issue-summary__body,
.pkp_page_archive .porcalabs-issue-summary__body,
.pkp_op_archive .porcalabs-issue-summary__body {
    display: grid;
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    gap: 18px 30px;
    align-items: start;
}

.page_issue_archive .obj_issue_summary .cover,
.pkp_page_archive .obj_issue_summary .cover,
.pkp_op_archive .obj_issue_summary .cover {
    float: none;
    width: 100%;
    margin: 0;
}

.page_issue_archive .obj_issue_summary .cover img,
.pkp_page_archive .obj_issue_summary .cover img,
.pkp_op_archive .obj_issue_summary .cover img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.page_issue_archive .obj_issue_summary .description,
.pkp_page_archive .obj_issue_summary .description,
.pkp_op_archive .obj_issue_summary .description {
    margin: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
}

.page_issue_archive .obj_issue_summary .description p:first-child,
.pkp_page_archive .obj_issue_summary .description p:first-child,
.pkp_op_archive .obj_issue_summary .description p:first-child {
    margin-top: 0;
}

.page_issue_archive .obj_issue_summary .description p:last-child,
.pkp_page_archive .obj_issue_summary .description p:last-child,
.pkp_op_archive .obj_issue_summary .description p:last-child {
    margin-bottom: 0;
}

.page_issue_archive .obj_issue_summary .published,
.pkp_page_archive .obj_issue_summary .published,
.pkp_op_archive .obj_issue_summary .published {
    margin-top: 18px;
    color: #64748b;
    font-size: 15px;
    line-height: 1.65;
}

.page_issue_archive .obj_issue_summary .published .label,
.pkp_page_archive .obj_issue_summary .published .label,
.pkp_op_archive .obj_issue_summary .published .label {
    color: #475569;
    font-weight: 700;
}

.page_issue_archive .obj_issue_summary .published .value,
.pkp_page_archive .obj_issue_summary .published .value,
.pkp_op_archive .obj_issue_summary .published .value {
    color: #64748b;
}

.pkp_page_archive .page_header,
.pkp_op_archive .page_header,
.page_issue_archive .page_header {
    border-bottom: 0 !important;
    box-shadow: none !important;
}

.pkp_page_archive .pkp_structure_content.has_sidebar,
.pkp_op_archive .pkp_structure_content.has_sidebar,
.page_issue_archive .pkp_structure_content.has_sidebar {
    column-gap: 44px;
}

.page_search .search_input,
.page_search .search_advanced,
.page_search .submit {
    margin-bottom: 18px;
}

.page_search .search_input input,
.page_search .author input,
.page_search select,
.page_search .submit button,
.cmp_form input[type="text"],
.cmp_form input[type="email"],
.cmp_form input[type="password"],
.cmp_form input[type="url"],
.cmp_form input[type="tel"],
.cmp_form select,
.cmp_form textarea {
    border-color: #d7dee8;
    border-radius: 10px;
}

.cmp_form .buttons,
.cmp_pagination {
    margin-top: 24px;
}

.page_login .cmp_form.login,
.page_register .cmp_form.register,
.page_lost_password .cmp_form {
    max-width: 760px;
    margin: 20px auto 0;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid #e7edf4;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.page_login>p,
.page_register>p,
.page_lost_password>p {
    max-width: 760px;
    margin: 8px auto 0;
    color: #64748b;
    font-size: 14px;
}

.page_login .cmp_form .fields>div,
.page_register .cmp_form .fields>div,
.page_lost_password .cmp_form .fields>div {
    float: none;
    width: 100%;
    max-width: none;
    padding-bottom: 16px;
}

.page_login .cmp_form label .label,
.page_register .cmp_form label .label,
.page_lost_password .cmp_form label .label {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
}

.page_login .cmp_form input[type="text"],
.page_login .cmp_form input[type="email"],
.page_login .cmp_form input[type="password"],
.page_register .cmp_form input[type="text"],
.page_register .cmp_form input[type="email"],
.page_register .cmp_form input[type="password"],
.page_register .cmp_form input[type="tel"],
.page_register .cmp_form select,
.page_register .cmp_form textarea,
.page_lost_password .cmp_form input[type="text"],
.page_lost_password .cmp_form input[type="email"],
.page_lost_password .cmp_form input[type="password"] {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 44px;
    border: 1px solid #d7dee8;
    border-radius: 10px;
    background: #fdfefe;
    color: #0f172a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page_login .cmp_form input:focus,
.page_register .cmp_form input:focus,
.page_register .cmp_form select:focus,
.page_register .cmp_form textarea:focus,
.page_lost_password .cmp_form input:focus {
    border-color: #00680e;
    box-shadow: 0 0 0 3px rgba(0, 104, 14, 0.1);
    outline: none;
}

.page_login .cmp_form .checkbox label,
.page_register .cmp_form .optin label,
.page_register .cmp_form .reviewer label {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
}

.page_register .cmp_form fieldset.consent,
.page_register .cmp_form fieldset.reviewer {
    margin-top: 12px;
    padding: 16px;
    border: 1px solid #e7edf4;
    border-radius: 12px;
    background: #f8fafc;
}

.page_register .cmp_form fieldset.reviewer legend {
    margin-bottom: 10px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
}

.page_login .cmp_form .buttons,
.page_register .cmp_form .buttons,
.page_lost_password .cmp_form .buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.page_login .cmp_form .buttons .submit,
.page_register .cmp_form .buttons .submit,
.page_lost_password .cmp_form .buttons .submit {
    min-height: 42px;
    padding: 0 20px;
    border: 1px solid #00680e;
    border-radius: 10px;
    background: #1b5e20;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.page_login .cmp_form .buttons .submit:hover,
.page_register .cmp_form .buttons .submit:hover,
.page_lost_password .cmp_form .buttons .submit:hover {
    background: #16571b;
    border-color: #16571b;
}

.page_login .cmp_form .buttons a,
.page_register .cmp_form .buttons a,
.page_lost_password .cmp_form .buttons a,
.page_login .cmp_form .password a {
    color: #00680e;
    font-size: 14px;
    font-weight: 600;
}

.page_login .cmp_form .buttons a:hover,
.page_register .cmp_form .buttons a:hover,
.page_lost_password .cmp_form .buttons a:hover,
.page_login .cmp_form .password a:hover {
    color: #0f172a;
}

.cmp_pagination {
    padding: 16px 0 0;
}

.cmp_notification {
    border-radius: 14px;
    border-left-color: #2f5de0;
    background: #f8fbff;
}

.porcalabs-link-list strong {
    color: #94a3b8;
    font-size: 20px;
    line-height: 1;
}

.pkp_structure_footer_wrapper {
    background: #0f172a;
}

.pkp_footer_content {
    margin-bottom: 30px;
    padding: 0;
    color: #94a3b8;
}

.porcalabs-footer {
    background: #0f172a;
    color: #fff;
}

.porcalabs-footer__inner {
    padding-top: 64px;
    padding-bottom: 34px;
}

.porcalabs-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 40px;
}

.porcalabs-footer__brand-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.porcalabs-footer__brand-row>span {
    min-width: 0;
}

.porcalabs-footer__brand p,
.porcalabs-footer__contact,
.porcalabs-footer__links a {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.8;
}

.porcalabs-footer__grid h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.porcalabs-footer__links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.porcalabs-footer__links li+li {
    margin-top: 6px;
}

.porcalabs-footer__links a:hover {
    color: #dbe6ff;
}

.porcalabs-footer__contact {
    margin: 0 0 8px;
}

.porcalabs-footer__contact--strong {
    color: #cbd5e1;
    font-weight: 600;
}

.porcalabs-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding-top: 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.porcalabs-footer__bottom p,
.porcalabs-footer__powered span {
    margin: 0;
    color: #64748b;
    font-size: 12px;
}

.porcalabs-footer__powered {
    display: flex;
    align-items: center;
    gap: 12px;
}

.porcalabs-footer__powered img {
    height: 22px;
    opacity: 0.7;
}

@media (max-width: 1024px) {

    .pkp_structure_content.has_sidebar {
        grid-template-columns: 1fr;
    }

    .pkp_structure_content.has_sidebar .pkp_structure_main,
    .pkp_structure_content.has_sidebar .pkp_structure_sidebar {
        grid-column: 1;
    }

    .pkp_structure_content.has_sidebar .pkp_structure_sidebar {
        margin-top: 6px;
    }

    .porcalabs-main,
    .porcalabs-hero__inner,
    .porcalabs-footer__grid {
        grid-template-columns: 1fr;
    }

    .page_article .obj_article_details .row {
        grid-template-columns: 1fr;
    }

    .page_article .obj_article_details .entry_details {
        border-left: 0;
        border-top: 1px solid #e7edf4;
    }

    .page_issue_archive .obj_issue_summary {
        padding: 18px;
    }

    .page_issue_archive .porcalabs-issue-summary__body {
        grid-template-columns: 1fr;
    }

    .page_issue_archive .obj_issue_summary .cover {
        max-width: 280px;
    }

    .porcalabs-cover-placeholder {
        min-height: 320px;
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 900px) {

    .porcalabs-header__inner,
    .porcalabs-topbar__inner,
    .porcalabs-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .porcalabs-header__inner {
        position: relative;
        align-items: stretch;
        gap: 18px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .porcalabs-nav-toggle {
        display: inline-flex;
        align-self: flex-end;
        margin-top: -62px;
    }

    .porcalabs-nav {
        display: none;
        width: 100%;
        padding: 10px 0 4px;
        border-top: 1px solid #e5e7eb;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .porcalabs-nav a,
    .porcalabs-nav__cta {
        width: 100%;
    }

    .porcalabs-nav a {
        padding: 12px 0;
    }

    .porcalabs-nav__cta {
        margin-top: 10px;
        padding: 12px 18px !important;
        text-align: center;
    }

    .porcalabs-nav a.is-active::after {
        display: none;
    }

    .porcalabs-nav-toggle-input:checked+.porcalabs-nav-toggle+.porcalabs-nav {
        display: flex;
    }

    .porcalabs-nav-toggle-input:checked+.porcalabs-nav-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .porcalabs-nav-toggle-input:checked+.porcalabs-nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    .porcalabs-nav-toggle-input:checked+.porcalabs-nav-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .porcalabs-cover-image {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 640px) {

    .pkp_structure_content.has_sidebar {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pkp_structure_content.has_sidebar .page:not(.page_index_journal) {
        padding-left: 0;
        padding-right: 0;
    }

    .porcalabs-container,
    .porcalabs-main,
    .homepage_about {
        padding-left: 16px;
        padding-right: 16px;
    }

    .porcalabs-hero {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .porcalabs-hero__title {
        font-size: 38px;
    }

    .porcalabs-hero__text {
        font-size: 16px;
    }

    .porcalabs-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .porcalabs-additional-content th,
    .porcalabs-additional-content td {
        display: block;
        width: 100%;
    }

    .porcalabs-additional-content th {
        margin-bottom: 2px;
        padding-right: 0;
    }

    .page_article .obj_article_details>.page_title,
    .page_article .obj_article_details>.subtitle,
    .page_article .obj_article_details .main_entry,
    .page_article .obj_article_details .entry_details {
        padding-left: 18px;
        padding-right: 18px;
    }

    .page_article .obj_article_details>.page_title {
        padding-top: 22px;
        font-size: 28px;
    }

    .page_login .cmp_form.login,
    .page_register .cmp_form.register,
    .page_lost_password .cmp_form {
        padding: 18px;
    }

    .page_login .cmp_form .buttons,
    .page_register .cmp_form .buttons,
    .page_lost_password .cmp_form .buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .page_login .cmp_form .buttons .submit,
    .page_register .cmp_form .buttons .submit,
    .page_lost_password .cmp_form .buttons .submit {
        width: 100%;
    }

    .porcalabs-article-card {
        padding: 18px;
    }

    .porcalabs-article-card__title {
        font-size: 22px;
    }

    .porcalabs-metrics {
        width: 100%;
        justify-content: flex-start;
    }

    .porcalabs-brand__title {
    font-size: 12px;
    }
}
