/* =========================
   FIX HALAMAN JOURNALS CENTER
========================= */
.page_index_site {
    max-width: 1100px;
    margin: 40px auto;
}

/* =========================
   CARD JOURNAL
========================= */
.media {
    display: flex;
    align-items: center;
    background: #5bc2fc;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	border-left: 5px solid #ac883e
}

.media:hover {
    transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Cover jurnal */
.media-left img {
    width: 120px;
    border-radius: 8px;
}

/* Konten */
.media-body {
    padding-left: 20px;
}

.media-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
	color: #333 !important;
}

/* =========================
   BUTTON MODERN
========================= */
.btn {
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    transition: 0.3s;
}

/* View Journal */
.btn-default {
    background: #ac883e;
    color: #fff;
    border: none;
}

.btn-default:hover {
    background: #000000;
}

/* Current Issue */
.btn-primary {
    background: #f1c40f;
    color: #000;
    border: none;
}

.btn-primary:hover {
    background: #d4ac0d;
}

/* =========================
   JUDUL HALAMAN
========================= */
.page_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #ac883e;
}

/* =========================
   BACKGROUND HALAMAN
========================= */
.page_index_site {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    min-height: 100vh;
    padding: 30px;
}

/* =========================
   HAPUS SPASI KOSONG ANEH
========================= */
.pkp_structure_content {
    background: transparent;
    box-shadow: none;
}

/* =========================
   HAPUS FOOTER OJS
========================= */
/* HAPUS SEMUA BRANDING OJS */
.pkp_brand_footer,
.pkp_footer_content .pkp_brand_footer,
.pkp_structure_footer .pkp_brand_footer {
    display: none !important;
}

/* =========================
   HAPUS TOTAL LOGO OJS (PNG)
========================= */
.pkp_structure_footer_wrapper img[src*="ojs_brand"],
img[src*="ojs_brand"],
.pkp_brand_footer img {
    display: none !important;
}

/* fallback semua brand footer */
.pkp_brand_footer {
    display: none !important;
}
