/* ========================
   IJFABS OJS Custom Stylesheet
   ======================== */

/* ===== Genel Ayarlar ===== */
body, html {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

a {
    color: #006400;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ===== Header ve Logo ===== */
.site_logo {
    max-width: 250px;      /* Logo genişliği */
    margin: 0 auto;        /* Ortala */
}

.site_logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* Header genel görünümü */
.pkp_structure_head {
    background-color: #f2f2f2;
    border-bottom: 4px solid #d4a017;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

/* Menü ile logo arası boşluk (gerekirse tema uyumuna göre değiştirilebilir) */
.site-navigation {
    margin-top: 10px;
}

/* ===== Footer ===== */
.footer {
    background-color: #003366;
    color: #fff;
    padding: 30px 20px;
    font-size: 14px;
}

.footer a {
    color: #f4e04d;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* ===== Dil Bayrakları ===== */
.language-block img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-right: 6px;
}

/* ===== Homepage Image Düzenlemesi ===== */
.homepage-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

/* Header içinde yanlışlıkla görünüyorsa gizle */
header .homepage-image {
    display: none !important;
}
