/* ERE Journal - Pragma Theme Override v9 */

/* ---- ADMIN BAR ---- */
.main-header__admin {
    background-color: #1a3e6e !important;
    padding: 4px 0 !important;
}
.main-header__admin a,
.main-header__admin .dropdown-toggle {
    color: #ffffff !important;
    font-size: 13px !important;
}
.main-header__admin .dropdown-menu { background-color: #152f54 !important; }
.main-header__admin .dropdown-menu a { color: #ffffff !important; }

/* ---- NAVBAR ---- */
.main-header, header.main-header {
    background-color: #ffffff !important;
    border-bottom: 3px solid #1a3e6e !important;
    box-shadow: none !important;
}
.navbar, nav.navbar {
    background-color: #ffffff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* ---- LOGO ---- */
.main-menu__title img,
.main-menu__title .img-fluid {
    max-height: 100px !important;
    width: auto !important;
    height: auto !important;
}

/* ---- NAV LİNKLER ---- */
.main-menu__nav-link,
.main-menu__nav-link span {
    color: #1a3e6e !important;
    font-weight: 500 !important;
}

/* ---- DROPDOWN ---- */
.navbar .dropdown-menu { background-color: #1a3e6e !important; border: none !important; }
.navbar .dropdown-menu .dropdown-item,
.navbar .dropdown-menu a { color: #ffffff !important; background-color: transparent !important; }
.navbar .dropdown-item:hover,
.navbar .dropdown-menu a:hover { background-color: #152f54 !important; color: #ffffff !important; }

/* ---- ARKAPLAN ---- */
body { background-color: #1a3e6e !important; }

/* ---- İÇERİK ---- */
main.container, .main__content {
    background-color: #ffffff !important;
    color: #333333 !important;
    padding: 2rem !important;
    border-radius: 4px !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
main.container h1, main.container h2, main.container h3,
main.container p, main.container li, main.container span {
    color: #333333 !important;
}

/* ---- ANA SAYFA ---- */
body.page_index main.container,
body.page_index .main__content {
    background-color: transparent !important;
    padding: 2rem !important;
    margin-top: 0 !important;
}

/* Ana sayfada kutuyu kaldır, sadece metin göster */
body.page_index section.issue {
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* Ana sayfaya üstten tanıtım ekle */
body.page_index main.container::before {
    content: "Emerging Research in Education (ERE) is a Diamond Open-Access, peer-reviewed journal supporting early-career researchers in educational research across Europe and beyond, published under the auspices of the European Educational Research Association (EERA).";
    display: block !important;
    color: #ccd9ec !important;
    font-size: 1.15rem !important;
    line-height: 1.9 !important;
    max-width: 750px !important;
    margin: 2.5rem auto !important;
    text-align: center !important;
    font-family: Georgia, serif !important;
    font-style: italic !important;
    padding: 2rem !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 8px !important;
    background: rgba(255,255,255,0.06) !important;
}

/* ---- FOOTER ---- */
.main-footer { background-color: #1a3e6e !important; color: #ffffff !important; }
.main-footer a { color: #ccd9ec !important; }
.main-footer h2 { color: #ffffff !important; }

/* ---- LİNKLER ---- */
a { color: #1a3e6e !important; }
a:hover { color: #152f54 !important; }
main a { color: #1a3e6e !important; }

/* ---- BUTONLAR ---- */
.btn-primary {
    background-color: #1a3e6e !important;
    border-color: #1a3e6e !important;
    color: #ffffff !important;
}
.btn-primary:hover { background-color: #152f54 !important; }
