/* =========================================================
   JITFCC — Refined Scholarly Footer
   Designed to blend with OJS / Health Sciences theme
   ========================================================= */


/* ---------------------------------------------------------
   OJS FOOTER CONTAINER
   --------------------------------------------------------- */

.pkp_structure_footer_wrapper,
.pkp_structure_footer,
.pkp_structure_footer .pkp_structure_content,
.pkp_footer_content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}


/* ---------------------------------------------------------
   MAIN FOOTER
   --------------------------------------------------------- */

.jitfcc-footer {
    width: 100%;
    margin: 0;
    padding: 0;

    background: transparent;

    color: #5f6973;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 13px;
    line-height: 1.6;
}

.jitfcc-footer-inner {
    width: 100%;
    max-width: 1180px;

    margin: 0 auto;

    padding: 36px 30px 18px;
}


/* ---------------------------------------------------------
   TOP NAVIGATION
   --------------------------------------------------------- */

.jitfcc-footer-grid {
    display: grid !important;

    grid-template-columns:
        1fr
        1fr
        1.45fr;

    gap: 55px;

    width: 100%;

    padding: 0 0 30px;

    border-bottom: 1px solid #dfe3e6;
}


/* ---------------------------------------------------------
   SECTION HEADINGS
   --------------------------------------------------------- */

.jitfcc-footer-section h3 {
    margin: 0 0 13px;
    padding: 0;

    color: #344f66;

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    font-size: 12px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   FOOTER LINKS
   --------------------------------------------------------- */

.jitfcc-footer-section a {
    display: block;

    margin: 0 0 7px;
    padding: 0;

    color: #65717c !important;

    font-size: 12.5px;
    line-height: 1.55;

    text-decoration: none !important;

    transition:
        color 0.15s ease,
        padding-left 0.15s ease;
}

.jitfcc-footer-section a:hover,
.jitfcc-footer-section a:focus {
    color: #315c7a !important;
    text-decoration: none !important;
    padding-left: 2px;
}

.jitfcc-footer-section a:hover,
.jitfcc-footer-section a:focus {
    color: #1f506f !important;

    text-decoration: none !important;

    padding-left: 2px;
}


/* ---------------------------------------------------------
   LOWER INFORMATION
   --------------------------------------------------------- */

.jitfcc-footer-lower {
    display: grid !important;

    grid-template-columns: 1fr 1fr;

    gap: 50px;

    padding: 20px 0 17px;

    color: #707a84;

    font-size: 11.5px;

    line-height: 1.65;
}


/* Small uppercase labels */

.jitfcc-footer-label {
    display: block;

    margin-bottom: 4px;

    color: #7a858e;

    font-size: 9.5px;

    font-weight: 700;

    letter-spacing: 0.09em;

    text-transform: uppercase;
}


/* Publisher name */

.jitfcc-footer-lower strong {
    color: #4b5660;

    font-weight: 600;
}


/* Editor-in-Chief */

.jitfcc-footer-editor {
    color: #526f86 !important;

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: 13px;

    text-decoration: none !important;
}

.jitfcc-footer-editor:hover {
    color: #1f506f !important;
}


/* ---------------------------------------------------------
   COPYRIGHT
   --------------------------------------------------------- */

.jitfcc-footer-copyright {
    padding-top: 12px;

    border-top: 1px solid #e5e8ea;

    color: #8a939b;

    font-size: 10.5px;

    line-height: 1.5;
}

.jitfcc-footer-copyright strong {
    color: #707a83;

    font-weight: 500;
}


/* ---------------------------------------------------------
   OJS BRANDING
   --------------------------------------------------------- */

.pkp_structure_footer .pkp_brand_footer {
    margin-top: 0 !important;
}


/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 800px) {

    .jitfcc-footer-grid {
        grid-template-columns:
            1fr
            1fr !important;

        gap: 32px;
    }

    .jitfcc-footer-section:last-child {
        grid-column: 1 / -1;
    }

    .jitfcc-footer-lower {
        grid-template-columns: 1fr 1fr;
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 560px) {

    .jitfcc-footer-inner {
        padding: 28px 20px 16px;
    }

    .jitfcc-footer-grid {
        grid-template-columns: 1fr !important;

        gap: 25px;
    }

    .jitfcc-footer-section:last-child {
        grid-column: auto;
    }

    .jitfcc-footer-lower {
        grid-template-columns: 1fr;

        gap: 18px;
    }
}