
/* =====================================================
   IJCTM – International Journal of Clinical & Translational Medicine
   SEO-Optimized | Google-Friendly | Mobile-First
   ===================================================== */

/* ===== RESET HEADER SPACING ===== */
.pkp_structure_head {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pkp_structure_content,
.pkp_structure_main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ===== HERO / HOMEPAGE IMAGE FIT TO TOP ===== */
.homepage_image {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.homepage_image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ===== TYPOGRAPHY ===== */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222222;
    background-color: #ffffff;
}

/* Journal Title */
.pkp_page_index h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #0b3d91;
}

/* Headings */
h2, h3 {
    font-weight: 600;
    color: #003366;
}

/* ===== LINKS ===== */
a {
    color: #0056b3;
    text-decoration: none;
}

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

/* ===== SUBMISSION BUTTON ===== */
.block_make_submission a {
    background-color: #0b5ed7;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 6px;
    font-weight: 600;
    display: inline-block;
    transition: background 0.3s ease;
}

.block_make_submission a:hover {
    background-color: #084298;
}

/* ===== SIDEBAR ===== */
.pkp_block {
    margin-bottom: 25px;
}

/* ===== ARTICLE LISTING ===== */
.obj_article_summary > .title a {
    font-weight: 600;
    font-size: 18px;
    color: #002855;
}

.obj_article_summary .authors {
    font-size: 14px;
    color: #555555;
}

/* ===== FOOTER ===== */
.pkp_structure_footer_wrapper {
    background: #f8f9fa;
    padding: 25px 0;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    body {
        font-size: 15px;
    }

    .pkp_page_index h1 {
        font-size: 22px;
    }

    .homepage_image img {
        width: 100%;
        height: auto;
    }

    .block_make_submission a {
        padding: 8px 14px;
        font-size: 14px;
    }
}

/* End of File */
