/* =========================================================
   JOURNAL OF NUTRITIONAL RESEARCH & DIETETICS
   Custom OJS Style Sheet
   ========================================================= */


/* =========================================================
   1. OJS BRANDING
   ========================================================= */

.pkp_brand_footer {
    display: none;
}


/* =========================================================
   2. ARTICLE CONTENT
   ========================================================= */

.obj_article_details .abstract,
.obj_article_details .author_bios {
    text-align: justify;
}


/* =========================================================
   3. GENERAL PAGE TEXT
   ========================================================= */

.pkp_structure_main p {
    font-size: 1.1em;
    line-height: 1.65;
    text-align: justify;
}








/* =========================================================
   4. CONTACT PAGE
   ========================================================= */


/* Main Contact page container */

.jnrd-contact {
    box-sizing: border-box;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    color: #263640;
    line-height: 1.6;
}

.jnrd-contact *,
.jnrd-contact *::before,
.jnrd-contact *::after {
    box-sizing: border-box;
}


/* Contact page title */

.jnrd-contact-title {
    margin: 0 0 8px;
    padding: 0 0 12px;
    color: #1f2d38;
    border-bottom: 2px solid #d8e0e6;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}


/* Introductory text */

.jnrd-contact .jnrd-contact-intro {
    margin: 0 0 24px;
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}


/* Contact card layout */

.jnrd-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 20px;
}


/* Individual contact card */

.jnrd-contact-card {
    min-width: 0;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #d8e0e6;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
}


/* Publisher card occupies full width */

.jnrd-publisher-card {
    grid-column: 1 / -1;
}


/* Card heading area */

.jnrd-contact-card-header {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px 20px;
    background-color: #f3f7fa;
    border-bottom: 1px solid #d8e0e6;
}


/* General contact icon container */

.jnrd-contact-symbol {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    overflow: hidden;
    color: transparent;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    border: 1px solid #1769a6;
    border-radius: 50%;
    font-size: 0;
    line-height: 1;
}


/* Principal Contact: person icon */

.jnrd-symbol-principal {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='8' r='3.5' stroke='%231769a6' stroke-width='2'/%3E%3Cpath d='M5.5 20c.6-4 2.8-6 6.5-6s5.9 2 6.5 6' stroke='%231769a6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}


/* Support Contact: pen icon */

.jnrd-symbol-support {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 20l4.4-1 10-10a2.1 2.1 0 0 0-3-3l-10 10L4 20z' stroke='%231769a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8 7.6l3 3' stroke='%231769a6' stroke-width='2'/%3E%3C/svg%3E");
}


/* Publisher Information: institutional building icon */

.jnrd-symbol-publisher {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 9l9-5 9 5' stroke='%231769a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 10h14M6 10v8M10 10v8M14 10v8M18 10v8M4 19h16' stroke='%231769a6' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}


/* Card heading */

.jnrd-contact-card h3 {
    margin: 0;
    padding: 0;
    color: #1f2d38;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}


/* Small description below heading */

.jnrd-contact-subtitle {
    display: block;
    margin-top: 3px;
    color: #687682;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}


/* Main card content */

.jnrd-contact-content {
    padding: 19px 20px 21px;
}


/* Person, office or publisher name */

.jnrd-contact .jnrd-contact-name {
    margin: 0 0 3px;
    color: #1f2d38;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}


/* Contact role */

.jnrd-contact .jnrd-contact-role {
    margin: 0 0 14px;
    color: #616d76;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
}


/* Email and other contact rows */

.jnrd-contact .jnrd-contact-row {
    margin: 7px 0;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}


/* Explanatory text */

.jnrd-contact .jnrd-contact-description {
    margin: 14px 0 0;
    padding-top: 13px;
    color: #4e5961;
    border-top: 1px solid #e5e9ec;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
}


/* Contact links */

.jnrd-contact a {
    color: #1769a6;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.jnrd-contact a:hover,
.jnrd-contact a:focus {
    text-decoration: underline;
}


/* =========================================================
   PUBLISHER INFORMATION
   ========================================================= */

.jnrd-publisher-details {
    margin-top: 14px;
}

.jnrd-publisher-item {
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid #e5e9ec;
    font-size: 15px;
    line-height: 1.6;
}

.jnrd-publisher-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.jnrd-publisher-item strong {
    display: block;
    margin-bottom: 3px;
    color: #1f3543;
    font-size: 13px;
    font-weight: 700;
}

.jnrd-publisher-item a {
    overflow-wrap: anywhere;
    word-break: break-word;
}


/* Publisher postal address */

.jnrd-contact-address {
    margin: 3px 0 0;
    color: #3e4850;
    font-size: 15px;
    font-style: normal;
    line-height: 1.65;
}


/* =========================================================
   5. CONTACT PAGE INSTITUTIONAL STRIP
   ========================================================= */

.jnrd-contact-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    margin-top: 24px;
    padding: 15px 18px;
    color: #46535d;
    background-color: #eef3f6;
    border-top: 1px solid #d5dde3;
    border-bottom: 1px solid #d5dde3;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.jnrd-contact-strip span {
    display: inline-block;
}

.jnrd-contact-strip span:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #a2adb5;
}


/* =========================================================
   6. TABLET VIEW
   ========================================================= */

@media screen and (max-width: 850px) {

    .jnrd-contact-grid {
        grid-template-columns: 1fr;
    }

    .jnrd-publisher-card {
        grid-column: auto;
    }
}


/* =========================================================
   7. MOBILE VIEW
   ========================================================= */

@media screen and (max-width: 600px) {

    .jnrd-contact-title {
        font-size: 24px;
    }

    .jnrd-contact-card-header {
        padding: 15px 16px;
    }

    .jnrd-contact-content {
        padding: 17px 16px 19px;
    }

    .jnrd-contact-symbol {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        background-size: 18px 18px;
    }

    .jnrd-contact-card h3 {
        font-size: 16px;
    }

    .jnrd-contact-strip {
        display: block;
        padding: 14px 15px;
    }

    .jnrd-contact-strip span {
        display: block;
        margin: 3px 0;
    }

    .jnrd-contact-strip span:not(:last-child)::after {
        content: "";
        margin: 0;
    }
}












/* =========================================================
   8. JNRD FOOTER
   ========================================================= */


/* =========================================================
   OJS FOOTER OUTER STRUCTURE
   ========================================================= */

.pkp_structure_footer_wrapper {
    margin-top: 40px;
    background-color: #eef3f6;
    border-top: 1px solid #d7e0e6;
}

.pkp_structure_footer {
    padding: 0;
}

.pkp_footer_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}


/* =========================================================
   GENERAL FOOTER SETTINGS
   ========================================================= */

.jnrd-footer {
    width: 100%;
    color: #263640;
    font-size: 14px;
    line-height: 1.6;
}

.jnrd-footer *,
.jnrd-footer *::before,
.jnrd-footer *::after {
    box-sizing: border-box;
}

.jnrd-footer a {
    color: #086b9b;
    text-decoration: none;
}

.jnrd-footer a:hover,
.jnrd-footer a:focus {
    text-decoration: underline;
}


/* =========================================================
   TOP AREA: FOUR EQUAL COLUMNS
   ========================================================= */

.jnrd-footer-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    padding: 38px 26px 34px;
}


/* Column headings */

.jnrd-footer-column h3 {
    margin: 0 0 16px;
    padding: 0 0 10px;
    color: #1f3543;
    border-bottom: 1px solid #c8d4db;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}


/* Footer link lists */

.jnrd-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jnrd-footer-column li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(200, 212, 219, 0.45);
}

.jnrd-footer-column li:last-child {
    border-bottom: 0;
}

.jnrd-footer-column li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.45;
    transition: padding-left 0.2s ease;
}

.jnrd-footer-column li a:hover,
.jnrd-footer-column li a:focus {
    padding-left: 5px;
    text-decoration: none;
}


/* =========================================================
   MIDDLE AREA: FEATURE BOXES
   ========================================================= */

.jnrd-footer-features {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    background-color: #ffffff;
    border-top: 1px solid #d7e0e6;
    border-bottom: 1px solid #d7e0e6;
}

.jnrd-footer-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 100px;
    padding: 18px 14px;
    border-right: 1px solid #dfe6ea;
}

.jnrd-footer-feature:last-child {
    border-right: 0;
}


/* Standard circular feature icon */

.jnrd-footer-feature-icon {
    display: flex;
    flex: 0 0 45px;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #086b9b;
    background-color: #f7fafc;
    border: 2px solid #086b9b;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}


/* Feature text area */

.jnrd-footer-feature > div {
    min-width: 0;
}

.jnrd-footer-feature strong {
    display: block;
    margin-bottom: 3px;
    color: #17425a;
    font-size: 13px;
    line-height: 1.35;
}

.jnrd-footer-feature span:not(.jnrd-footer-feature-icon) {
    display: block;
    color: #5a6871;
    font-size: 12px;
    line-height: 1.4;
}

.jnrd-footer-feature span a {
    font-size: 12px;
}


/* =========================================================
   OPEN ACCESS AND CREATIVE COMMONS SVG ICONS
   ========================================================= */

.jnrd-feature-oa,
.jnrd-feature-cc {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 54px 54px;
    border: 0;
    border-radius: 0;
    font-size: 0;
}


/* Open Access: open-lock icon */

.jnrd-feature-oa {
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='1 1 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4' y='11' width='16' height='11' rx='2' ry='2' stroke='%230d69ac' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 9.9-1' stroke='%230d69ac' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='16.5' r='2' fill='%230d69ac'/%3E%3C/svg%3E");
}


/* Creative Commons icon */

.jnrd-feature-cc {
    background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='-3 -3 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='17' stroke='%230d69ac' stroke-width='2.8'/%3E%3Ctext x='20' y='26.5' font-family='Arial,sans-serif' font-size='17' font-weight='900' fill='%230d69ac' text-anchor='middle' letter-spacing='-1'%3ECC%3C/text%3E%3C/svg%3E");
}


/* =========================================================
   BOTTOM INSTITUTIONAL STRIP
   ========================================================= */

.jnrd-footer-bottom {
    padding: 15px 24px;
    background-color: #dfe8ed;
    border-bottom: 1px solid #ccd8de;
    text-align: center;
}

.jnrd-footer-bottom p {
    margin: 0;
    color: #42525c;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.jnrd-footer-bottom a {
    color: #086b9b;
}

.jnrd-footer-separator {
    display: inline-block;
    margin: 0 8px;
    color: #98a6ae;
}


/* =========================================================
   TABLET VIEW
   ========================================================= */

@media screen and (max-width: 1000px) {

    .jnrd-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 36px;
    }

    .jnrd-footer-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .jnrd-footer-feature {
        border-bottom: 1px solid #dfe6ea;
    }

    .jnrd-footer-feature:nth-child(3),
    .jnrd-footer-feature:nth-child(5) {
        border-right: 0;
    }

    .jnrd-footer-feature:nth-child(4),
    .jnrd-footer-feature:nth-child(5) {
        border-bottom: 0;
    }
}


/* =========================================================
   MOBILE VIEW
   ========================================================= */

@media screen and (max-width: 650px) {

    .jnrd-footer-main {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 20px;
    }

    .jnrd-footer-features {
        grid-template-columns: 1fr;
    }

    .jnrd-footer-feature {
        justify-content: flex-start;
        min-height: auto;
        padding: 16px 20px;
        border-right: 0;
        border-bottom: 1px solid #dfe6ea;
    }

    .jnrd-footer-feature:nth-child(3),
    .jnrd-footer-feature:nth-child(4),
    .jnrd-footer-feature:nth-child(5) {
        border-right: 0;
    }

    .jnrd-footer-feature:nth-child(4) {
        border-bottom: 1px solid #dfe6ea;
    }

    .jnrd-footer-feature:last-child {
        border-bottom: 0;
    }

    .jnrd-feature-oa,
    .jnrd-feature-cc {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        background-size: 48px 48px;
    }

    .jnrd-footer-bottom {
        padding: 15px 18px;
    }

    .jnrd-footer-separator {
        display: none;
    }

    .jnrd-footer-bottom a,
    .jnrd-footer-bottom strong {
        display: block;
        margin: 2px 0;
    }
}


/* =========================================================
   FINAL FOOTER FEATURE LAYOUT FIX
   Keep this block at the very end of styleSheet.css
   ========================================================= */


/* Desktop: five feature boxes side by side */

.jnrd-footer .jnrd-footer-features {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #d7e0e6;
    border-bottom: 1px solid #d7e0e6;
}

.jnrd-footer .jnrd-footer-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-width: 0;
    min-height: 100px;
    padding: 18px 14px;
    border-right: 1px solid #dfe6ea;
    border-bottom: 0;
}

.jnrd-footer .jnrd-footer-feature:last-child {
    border-right: 0;
}


/* Tablet: three columns */

@media screen and (max-width: 1000px) {

    .jnrd-footer .jnrd-footer-features {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .jnrd-footer .jnrd-footer-feature {
        border-right: 1px solid #dfe6ea;
        border-bottom: 1px solid #dfe6ea;
    }

    .jnrd-footer .jnrd-footer-feature:nth-child(3),
    .jnrd-footer .jnrd-footer-feature:nth-child(5) {
        border-right: 0;
    }

    .jnrd-footer .jnrd-footer-feature:nth-child(4),
    .jnrd-footer .jnrd-footer-feature:nth-child(5) {
        border-bottom: 0;
    }
}


/* Mobile: one column */

@media screen and (max-width: 650px) {

    .jnrd-footer .jnrd-footer-features {
        grid-template-columns: 1fr !important;
    }

    .jnrd-footer .jnrd-footer-feature {
        justify-content: flex-start;
        min-height: auto;
        padding: 16px 20px;
        border-right: 0;
        border-bottom: 1px solid #dfe6ea;
    }

    .jnrd-footer .jnrd-footer-feature:nth-child(3),
    .jnrd-footer .jnrd-footer-feature:nth-child(4),
    .jnrd-footer .jnrd-footer-feature:nth-child(5) {
        border-right: 0;
    }

    .jnrd-footer .jnrd-footer-feature:nth-child(4) {
        border-bottom: 1px solid #dfe6ea;
    }

    .jnrd-footer .jnrd-footer-feature:last-child {
        border-bottom: 0;
    }
}












/* =========================================================
   9. JNRD SIDEBAR INFORMATION
   Open Access, Indexing and Social Media
   ========================================================= */

.jnrd-sidebar-info,
.jnrd-sidebar-info *,
.jnrd-sidebar-info *::before,
.jnrd-sidebar-info *::after {
    box-sizing: border-box;
}

.jnrd-sidebar-info {
    width: 100%;
    color: #263640;
}


/* Individual sidebar sections */

.jnrd-sidebar-section {
    margin: 0 0 18px;
    padding: 17px 14px;
    background-color: #ffffff;
    border: 1px solid #d7e0e6;
    border-radius: 4px;
}


/* Section headings */

.jnrd-sidebar-section h3 {
    margin: 0 0 16px;
    padding: 0 0 9px;
    color: #1f3543;
    border-bottom: 1px solid #d7e0e6;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}


/* =========================================================
   OPEN ACCESS
   ========================================================= */

.jnrd-sidebar-oa-logo,
.jnrd-sidebar-cc-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.jnrd-sidebar-oa-logo img {
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
    margin: 2px auto 13px;
}

.jnrd-sidebar-cc-logo {
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid #e3e8eb;
}

.jnrd-sidebar-cc-logo img {
    display: block;
    width: 100%;
    max-width: 165px;
    height: auto;
    margin: 0 auto 11px;
}

.jnrd-sidebar-status-text {
    text-align: center;
}

.jnrd-sidebar-status-text strong {
    display: block;
    color: #17425a;
    font-size: 14px;
    line-height: 1.4;
}

.jnrd-sidebar-status-text span {
    display: block;
    margin-top: 3px;
    color: #5b6871;
    font-size: 12px;
    line-height: 1.45;
}


/* =========================================================
   INDEXING LOGOS
   ========================================================= */

.jnrd-sidebar-index-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 74px;
    padding: 12px 8px;
    border-bottom: 1px solid #e3e8eb;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.jnrd-sidebar-index-logo:hover,
.jnrd-sidebar-index-logo:focus {
    background-color: #f4f8fa;
    transform: translateY(-1px);
}

.jnrd-sidebar-index-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.jnrd-sidebar-doaj img {
    max-width: 180px;
    max-height: 58px;
}

.jnrd-sidebar-erih img {
    max-width: 175px;
    max-height: 58px;
}

.jnrd-sidebar-agris img {
    max-width: 180px;
    max-height: 62px;
}


/* View all indexes link */

.jnrd-sidebar-view-all {
    display: block;
    margin-top: 14px;
    padding: 9px 10px;
    color: #ffffff !important;
    background-color: #086b9b;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
}

.jnrd-sidebar-view-all:hover,
.jnrd-sidebar-view-all:focus {
    background-color: #07577e;
    text-decoration: none !important;
}


/* =========================================================
   SOCIAL MEDIA
   ========================================================= */

.jnrd-sidebar-social-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.jnrd-sidebar-social-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 9px;
    color: #17425a;
    border: 1px solid #d7e0e6;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.jnrd-sidebar-social-links a:hover,
.jnrd-sidebar-social-links a:focus {
    background-color: #f4f8fa;
    text-decoration: none;
}

.jnrd-social-icon {
    display: flex;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #ffffff;
    border-radius: 50%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.jnrd-linkedin-icon {
    background-color: #0a66c2;
    font-size: 16px;
}

.jnrd-instagram-icon {
    background-color: #8a3ab9;
}


/* =========================================================
   SMALL SCREENS
   ========================================================= */

@media screen and (max-width: 768px) {

    .jnrd-sidebar-section {
        max-width: 420px;
        margin-right: auto;
        margin-left: auto;
    }
}










/* =========================================================
   11. JNRD POLICIES DIRECTORY
   ========================================================= */

.jnrd-policies,
.jnrd-policies *,
.jnrd-policies *::before,
.jnrd-policies *::after {
    box-sizing: border-box;
}

.jnrd-policies {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    color: #263640;
}


/* Introductory text */

.jnrd-policies .jnrd-policies-intro {
    margin: 0 0 28px;
    color: #505c64;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}


/* Section headings */

.jnrd-policies-section-title {
    margin: 30px 0 16px;
    padding: 0 0 10px;
    color: #1f3543;
    border-bottom: 2px solid #d8e0d3;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}


/* Two-column policy layout */

.jnrd-policies-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}


/* Individual policy card */

.jnrd-policy-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    min-height: 148px;
    padding: 19px 48px 19px 18px;
    color: #263640 !important;
    background-color: #ffffff;
    border: 1px solid #d7e0d2;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.045);
    text-decoration: none !important;
    transition:
        border-color 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.jnrd-policy-card:hover,
.jnrd-policy-card:focus {
    color: #263640 !important;
    background-color: #f7faf5;
    border-color: #9eb78b;
    box-shadow: 0 5px 13px rgba(55, 88, 38, 0.10);
    transform: translateY(-2px);
    text-decoration: none !important;
}


/* Highlighted overview policy */

.jnrd-policy-card-primary {
    background-color: #f3f7ef;
    border-color: #adc19c;
}


/* Policy number */

.jnrd-policy-number {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background-color: #5e7f2f;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}


/* Policy text */

.jnrd-policy-content {
    display: block;
    min-width: 0;
}

.jnrd-policy-content strong {
    display: block;
    margin: 0 0 7px;
    color: #1f3543;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.jnrd-policy-content > span {
    display: block;
    color: #56636b;
    font-size: 13px;
    line-height: 1.6;
}


/* Arrow */

.jnrd-policy-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    color: #78945f;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
    transition: right 0.2s ease;
}

.jnrd-policy-card:hover .jnrd-policy-arrow,
.jnrd-policy-card:focus .jnrd-policy-arrow {
    right: 14px;
}


/* Additional policy information */

.jnrd-policies-note {
    margin-top: 25px;
    padding: 19px 21px;
    background-color: #eef3ea;
    border-left: 4px solid #5e7f2f;
    border-radius: 3px;
}

.jnrd-policies-note h2 {
    margin: 0 0 8px;
    color: #1f3543;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.jnrd-policies .jnrd-policies-note p {
    margin: 0;
    color: #4e5b62;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
}

.jnrd-policies-note a {
    color: #52752b;
    font-weight: 600;
    text-decoration: none;
}

.jnrd-policies-note a:hover,
.jnrd-policies-note a:focus {
    text-decoration: underline;
}


/* =========================================================
   TABLET AND MOBILE
   ========================================================= */

@media screen and (max-width: 760px) {

    .jnrd-policies-grid {
        grid-template-columns: 1fr;
    }

    .jnrd-policy-card {
        min-height: auto;
    }
}

@media screen and (max-width: 500px) {

    .jnrd-policy-card {
        gap: 11px;
        padding: 17px 42px 17px 15px;
    }

    .jnrd-policy-number {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .jnrd-policy-content strong {
        font-size: 15px;
    }

    .jnrd-policy-arrow {
        right: 14px;
    }
}









