/* =========================================================
   INTERNATIONAL JOURNAL OF GASTRONOMY RESEARCH
   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 */

.ijgr-contact {
    box-sizing: border-box;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
    color: #263640;
    line-height: 1.6;
}

.ijgr-contact *,
.ijgr-contact *::before,
.ijgr-contact *::after {
    box-sizing: border-box;
}


/* Contact page title */

.ijgr-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 */

.ijgr-contact .ijgr-contact-intro {
    margin: 0 0 24px;
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}


/* Contact card layout */

.ijgr-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 20px;
}


/* Individual contact card */

.ijgr-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 */

.ijgr-publisher-card {
    grid-column: 1 / -1;
}


/* Card heading area */

.ijgr-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 */

.ijgr-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 */

.ijgr-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 */

.ijgr-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 */

.ijgr-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 */

.ijgr-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 */

.ijgr-contact-subtitle {
    display: block;
    margin-top: 3px;
    color: #687682;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}


/* Main card content */

.ijgr-contact-content {
    padding: 19px 20px 21px;
}


/* Person, office or publisher name */

.ijgr-contact .ijgr-contact-name {
    margin: 0 0 3px;
    color: #1f2d38;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
}


/* Contact role */

.ijgr-contact .ijgr-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 */

.ijgr-contact .ijgr-contact-row {
    margin: 7px 0;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}


/* Explanatory text */

.ijgr-contact .ijgr-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 */

.ijgr-contact a {
    color: #1769a6;
    text-decoration: none;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ijgr-contact a:hover,
.ijgr-contact a:focus {
    text-decoration: underline;
}


/* =========================================================
   PUBLISHER INFORMATION
   ========================================================= */

.ijgr-publisher-details {
    margin-top: 14px;
}

.ijgr-publisher-item {
    margin: 0;
    padding: 11px 0;
    border-top: 1px solid #e5e9ec;
    font-size: 15px;
    line-height: 1.6;
}

.ijgr-publisher-item:first-child {
    padding-top: 0;
    border-top: 0;
}

.ijgr-publisher-item strong {
    display: block;
    margin-bottom: 3px;
    color: #1f3543;
    font-size: 13px;
    font-weight: 700;
}

.ijgr-publisher-item a {
    overflow-wrap: anywhere;
    word-break: break-word;
}


/* Publisher postal address */

.ijgr-contact-address {
    margin: 3px 0 0;
    color: #3e4850;
    font-size: 15px;
    font-style: normal;
    line-height: 1.65;
}


/* =========================================================
   5. CONTACT PAGE INSTITUTIONAL STRIP
   ========================================================= */

.ijgr-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;
}

.ijgr-contact-strip span {
    display: inline-block;
}

.ijgr-contact-strip span:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #a2adb5;
}


/* =========================================================
   6. TABLET VIEW
   ========================================================= */

@media screen and (max-width: 850px) {

    .ijgr-contact-grid {
        grid-template-columns: 1fr;
    }

    .ijgr-publisher-card {
        grid-column: auto;
    }
}


/* =========================================================
   7. MOBILE VIEW
   ========================================================= */

@media screen and (max-width: 600px) {

    .ijgr-contact-title {
        font-size: 24px;
    }

    .ijgr-contact-card-header {
        padding: 15px 16px;
    }

    .ijgr-contact-content {
        padding: 17px 16px 19px;
    }

    .ijgr-contact-symbol {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        background-size: 18px 18px;
    }

    .ijgr-contact-card h3 {
        font-size: 16px;
    }

    .ijgr-contact-strip {
        display: block;
        padding: 14px 15px;
    }

    .ijgr-contact-strip span {
        display: block;
        margin: 3px 0;
    }

    .ijgr-contact-strip span:not(:last-child)::after {
        content: "";
        margin: 0;
    }
}












/* =========================================================
   8. IJGR FOOTER
   ========================================================= */
/* =========================================================
   8. IJGR 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
   ========================================================= */

.ijgr-footer {
    width: 100%;
    color: #263640;
    font-size: 14px;
    line-height: 1.6;
}

.ijgr-footer *,
.ijgr-footer *::before,
.ijgr-footer *::after {
    box-sizing: border-box;
}

.ijgr-footer a {
    color: #086b9b;
    text-decoration: none;
}

.ijgr-footer a:hover,
.ijgr-footer a:focus {
    text-decoration: underline;
}


/* =========================================================
   TOP AREA: FOUR EQUAL COLUMNS
   ========================================================= */

.ijgr-footer-main {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px;
    padding: 38px 26px 34px;
}


/* Column headings */

.ijgr-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 */

.ijgr-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ijgr-footer-column li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(200, 212, 219, 0.45);
}

.ijgr-footer-column li:last-child {
    border-bottom: 0;
}

.ijgr-footer-column li a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.45;
    transition: padding-left 0.2s ease;
}

.ijgr-footer-column li a:hover,
.ijgr-footer-column li a:focus {
    padding-left: 5px;
    text-decoration: none;
}


/* =========================================================
   MIDDLE AREA: FEATURE BOXES
   ========================================================= */

.ijgr-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;
}

.ijgr-footer-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 100px;
    padding: 18px 14px;
    border-right: 1px solid #dfe6ea;
}

.ijgr-footer-feature:last-child {
    border-right: 0;
}


/* Standard circular feature icon */

.ijgr-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 */

.ijgr-footer-feature > div {
    min-width: 0;
}

.ijgr-footer-feature strong {
    display: block;
    margin-bottom: 3px;
    color: #17425a;
    font-size: 13px;
    line-height: 1.35;
}

.ijgr-footer-feature span:not(.ijgr-footer-feature-icon) {
    display: block;
    color: #5a6871;
    font-size: 12px;
    line-height: 1.4;
}

.ijgr-footer-feature span a {
    font-size: 12px;
}


/* =========================================================
   OPEN ACCESS AND CREATIVE COMMONS SVG ICONS
   ========================================================= */

.ijgr-feature-oa,
.ijgr-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 */

.ijgr-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 */

.ijgr-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
   ========================================================= */

.ijgr-footer-bottom {
    padding: 15px 24px;
    background-color: #dfe8ed;
    border-bottom: 1px solid #ccd8de;
    text-align: center;
}

.ijgr-footer-bottom p {
    margin: 0;
    color: #42525c;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.ijgr-footer-bottom a {
    color: #086b9b;
}

.ijgr-footer-separator {
    display: inline-block;
    margin: 0 8px;
    color: #98a6ae;
}


/* =========================================================
   TABLET VIEW
   ========================================================= */

@media screen and (max-width: 1000px) {

    .ijgr-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 36px;
    }

    .ijgr-footer-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ijgr-footer-feature {
        border-bottom: 1px solid #dfe6ea;
    }

    .ijgr-footer-feature:nth-child(3),
    .ijgr-footer-feature:nth-child(5) {
        border-right: 0;
    }

    .ijgr-footer-feature:nth-child(4),
    .ijgr-footer-feature:nth-child(5) {
        border-bottom: 0;
    }
}


/* =========================================================
   MOBILE VIEW
   ========================================================= */

@media screen and (max-width: 650px) {

    .ijgr-footer-main {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 30px 20px;
    }

    .ijgr-footer-features {
        grid-template-columns: 1fr;
    }

    .ijgr-footer-feature {
        justify-content: flex-start;
        min-height: auto;
        padding: 16px 20px;
        border-right: 0;
        border-bottom: 1px solid #dfe6ea;
    }

    .ijgr-footer-feature:nth-child(3),
    .ijgr-footer-feature:nth-child(4),
    .ijgr-footer-feature:nth-child(5) {
        border-right: 0;
    }

    .ijgr-footer-feature:nth-child(4) {
        border-bottom: 1px solid #dfe6ea;
    }

    .ijgr-footer-feature:last-child {
        border-bottom: 0;
    }

    .ijgr-feature-oa,
    .ijgr-feature-cc {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        background-size: 48px 48px;
    }

    .ijgr-footer-bottom {
        padding: 15px 18px;
    }

    .ijgr-footer-separator {
        display: none;
    }

    .ijgr-footer-bottom a,
    .ijgr-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 */

.ijgr-footer .ijgr-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;
}

.ijgr-footer .ijgr-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;
}

.ijgr-footer .ijgr-footer-feature:last-child {
    border-right: 0;
}


/* Tablet: three columns */

@media screen and (max-width: 1000px) {

    .ijgr-footer .ijgr-footer-features {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .ijgr-footer .ijgr-footer-feature {
        border-right: 1px solid #dfe6ea;
        border-bottom: 1px solid #dfe6ea;
    }

    .ijgr-footer .ijgr-footer-feature:nth-child(3),
    .ijgr-footer .ijgr-footer-feature:nth-child(5) {
        border-right: 0;
    }

    .ijgr-footer .ijgr-footer-feature:nth-child(4),
    .ijgr-footer .ijgr-footer-feature:nth-child(5) {
        border-bottom: 0;
    }
}


/* Mobile: one column */

@media screen and (max-width: 650px) {

    .ijgr-footer .ijgr-footer-features {
        grid-template-columns: 1fr !important;
    }

    .ijgr-footer .ijgr-footer-feature {
        justify-content: flex-start;
        min-height: auto;
        padding: 16px 20px;
        border-right: 0;
        border-bottom: 1px solid #dfe6ea;
    }

    .ijgr-footer .ijgr-footer-feature:nth-child(3),
    .ijgr-footer .ijgr-footer-feature:nth-child(4),
    .ijgr-footer .ijgr-footer-feature:nth-child(5) {
        border-right: 0;
    }

    .ijgr-footer .ijgr-footer-feature:nth-child(4) {
        border-bottom: 1px solid #dfe6ea;
    }

    .ijgr-footer .ijgr-footer-feature:last-child {
        border-bottom: 0;
    }
}












/* =========================================================
   9. IJGR SIDEBAR INFORMATION
   Open Access, Indexing and Social Media
   ========================================================= */

.ijgr-sidebar-info,
.ijgr-sidebar-info *,
.ijgr-sidebar-info *::before,
.ijgr-sidebar-info *::after {
    box-sizing: border-box;
}

.ijgr-sidebar-info {
    width: 100%;
    color: #263640;
}


/* Individual sidebar sections */

.ijgr-sidebar-section {
    margin: 0 0 18px;
    padding: 17px 14px;
    background-color: #ffffff;
    border: 1px solid #d7e0e6;
    border-radius: 4px;
}


/* Section headings */

.ijgr-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
   ========================================================= */

.ijgr-sidebar-oa-logo,
.ijgr-sidebar-cc-logo {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.ijgr-sidebar-oa-logo img {
    display: block;
    width: 100%;
    max-width: 190px;
    height: auto;
    margin: 2px auto 13px;
}

.ijgr-sidebar-cc-logo {
    margin-top: 18px;
    padding-top: 17px;
    border-top: 1px solid #e3e8eb;
}

.ijgr-sidebar-cc-logo img {
    display: block;
    width: 100%;
    max-width: 165px;
    height: auto;
    margin: 0 auto 11px;
}

.ijgr-sidebar-status-text {
    text-align: center;
}

.ijgr-sidebar-status-text strong {
    display: block;
    color: #17425a;
    font-size: 14px;
    line-height: 1.4;
}

.ijgr-sidebar-status-text span {
    display: block;
    margin-top: 3px;
    color: #5b6871;
    font-size: 12px;
    line-height: 1.45;
}


/* =========================================================
   INDEXING LOGOS
   ========================================================= */

.ijgr-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;
}

.ijgr-sidebar-index-logo:hover,
.ijgr-sidebar-index-logo:focus {
    background-color: #f4f8fa;
    transform: translateY(-1px);
}

.ijgr-sidebar-index-logo img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.ijgr-sidebar-doaj img {
    max-width: 180px;
    max-height: 58px;
}

.ijgr-sidebar-erih img {
    max-width: 175px;
    max-height: 58px;
}

.ijgr-sidebar-agris img {
    max-width: 180px;
    max-height: 62px;
}


/* View all indexes link */

.ijgr-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;
}

.ijgr-sidebar-view-all:hover,
.ijgr-sidebar-view-all:focus {
    background-color: #07577e;
    text-decoration: none !important;
}


/* =========================================================
   SOCIAL MEDIA
   ========================================================= */

.ijgr-sidebar-social-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.ijgr-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;
}

.ijgr-sidebar-social-links a:hover,
.ijgr-sidebar-social-links a:focus {
    background-color: #f4f8fa;
    text-decoration: none;
}

.ijgr-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;
}

.ijgr-linkedin-icon {
    background-color: #0a66c2;
    font-size: 16px;
}

.ijgr-instagram-icon {
    background-color: #8a3ab9;
}


/* =========================================================
   SMALL SCREENS
   ========================================================= */

@media screen and (max-width: 768px) {

    .ijgr-sidebar-section {
        max-width: 420px;
        margin-right: auto;
        margin-left: auto;
    }
}



/* =========================================================
   10. IJGR POLICIES DIRECTORY
   ========================================================= */

.ijgr-policies,
.ijgr-policies *,
.ijgr-policies *::before,
.ijgr-policies *::after {
    box-sizing: border-box;
}

.ijgr-policies {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    color: #263640;
}


/* Introductory text */

.ijgr-policies .ijgr-policies-intro {
    margin: 0 0 28px;
    color: #505c64;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
}


/* Section headings */

.ijgr-policies-section-title {
    margin: 30px 0 16px;
    padding: 0 0 10px;
    color: #1f3543;
    border-bottom: 2px solid #d8e0e6;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}


/* Two-column policy layout */

.ijgr-policies-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}


/* Individual policy card */

.ijgr-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 #d7e0e6;
    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;
}

.ijgr-policy-card:hover,
.ijgr-policy-card:focus {
    color: #263640 !important;
    background-color: #f6f9fb;
    border-color: #8ab2cf;
    box-shadow: 0 5px 13px rgba(23, 105, 166, 0.10);
    transform: translateY(-2px);
    text-decoration: none !important;
}


/* Highlighted overview policy */

.ijgr-policy-card-primary {
    background-color: #f3f7fa;
    border-color: #a9c4d7;
}


/* Policy number */

.ijgr-policy-number {
    display: flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background-color: #1769a6;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}


/* Policy text */

.ijgr-policy-content {
    display: block;
    min-width: 0;
}

.ijgr-policy-content strong {
    display: block;
    margin: 0 0 7px;
    color: #1f3543;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.ijgr-policy-content > span {
    display: block;
    color: #56636b;
    font-size: 13px;
    line-height: 1.6;
}


/* Arrow */

.ijgr-policy-arrow {
    position: absolute;
    top: 50%;
    right: 18px;
    color: #568cb2;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
    transition: right 0.2s ease;
}

.ijgr-policy-card:hover .ijgr-policy-arrow,
.ijgr-policy-card:focus .ijgr-policy-arrow {
    right: 14px;
}


/* Additional policy information */

.ijgr-policies-note {
    margin-top: 25px;
    padding: 19px 21px;
    background-color: #eef3f6;
    border-left: 4px solid #1769a6;
    border-radius: 3px;
}

.ijgr-policies-note h2 {
    margin: 0 0 8px;
    color: #1f3543;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.ijgr-policies .ijgr-policies-note p {
    margin: 0;
    color: #4e5b62;
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
}

.ijgr-policies-note a {
    color: #1769a6;
    font-weight: 600;
    text-decoration: none;
}

.ijgr-policies-note a:hover,
.ijgr-policies-note a:focus {
    text-decoration: underline;
}


/* =========================================================
   TABLET VIEW
   ========================================================= */

@media screen and (max-width: 760px) {

    .ijgr-policies-grid {
        grid-template-columns: 1fr;
    }

    .ijgr-policy-card {
        min-height: auto;
    }
}


/* =========================================================
   MOBILE VIEW
   ========================================================= */

@media screen and (max-width: 500px) {

    .ijgr-policy-card {
        gap: 11px;
        padding: 17px 42px 17px 15px;
    }

    .ijgr-policy-number {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }

    .ijgr-policy-content strong {
        font-size: 15px;
    }

    .ijgr-policy-arrow {
        right: 14px;
    }
}




