/* ==========================
   SIDEBAR MODERN & HIDUP
   ========================== */

.pkp_block {
    background: linear-gradient(180deg, #1e6bd6, #1b5fc1);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 22px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
}

/* Hover card */
.pkp_block:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.18);
}

/* Judul block */
.pkp_block h2 {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* Konten */
.pkp_block .content {
    padding: 4px 2px;
    color: #ffffff;
}

/* List */
.pkp_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Item */
.pkp_block ul li {
    border-bottom: 1px solid rgba(255,255,255,0.25);
}

.pkp_block ul li:last-child {
    border-bottom: none;
}

/* Link */
.pkp_block ul li a {
    display: block;
    padding: 8px 6px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.25s ease;
}

/* Hover link */
.pkp_block ul li a:hover {
    background: rgba(255,255,255,0.2);
    padding-left: 12px;
}

/* Text content */
.sidebar-text,
.sidebar-info p {
    font-size: 13px;
    line-height: 1.7;
    color: #f2f6ff;
}

/* Link di teks */
.sidebar-info a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}
/* ==========================
   FIX HEADER / BANNER OJS
   ========================== */

/* Wrapper header */
.pkp_site_name_wrapper {
    padding: 18px 0 !important;
}

/* Area header */
.pkp_site_name {
    max-width: 1200px;
    margin: 0 auto;
}

/* Gambar banner */
.pkp_site_name img {
    max-height: 120px;      /* UBAH INI jika mau lebih besar */
    width: auto;
    height: auto;
}

/* Mobile */
@media (max-width: 768px) {
    .pkp_site_name img {
        max-height: 80px;
    }
}
.pkp_site_name img {
    max-height: 160px;
}
/* ===============================
   HEADER / BANNER FULL SIZE FIX
   =============================== */

/* Header container */
.pkp_site_name_wrapper {
    padding: 0 !important;
    background: #0b2fa3; /* samakan dengan warna header */
}

/* Area site name */
.pkp_site_name {
    max-width: 100% !important;
    padding: 20px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Paksa banner membesar */
.pkp_site_name img {
    max-height: none !important;
    height: 200px !important;   /* ⬅️ INI KUNCINYA */
    width: auto !important;
}

/* Mobile */
@media (max-width: 768px) {
    .pkp_site_name img {
        height: 240px !important;
    }
}
/* =================================
   HEADER FULL WIDTH (PROFESSIONAL)
   ================================= */

/* Lepas pembatas lebar */
.pkp_site_name_wrapper,
.pkp_site_name {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Header background */
.pkp_site_name_wrapper {
    background: #0b2fa3;
}

/* Pusatkan banner */
.pkp_site_name {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Banner image */
.pkp_site_name img {
    width: 100% !important;
    max-width: 1400px;     /* batas profesional */
    height: auto !important;
    max-height: 260px;     /* tinggi ideal */
    object-fit: contain;
}

/* Mobile */
@media (max-width: 768px) {
    .pkp_site_name img {
        max-height: 150px;
    }
}


/* FOOTER OJS AKTIF */
.pkp_structure_footer {
  display: block;
  background: #0b2fa3;
  color: #fff;
  padding: 40px 0;
}

.pkp_structure_footer a {
  color: #fff;
}

.footer-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* FOOTER FULL WIDTH */
.pkp_structure_footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: #0b2fa3;
  color: #ffffff;
  padding: 50px 0;
}

/* Hilangkan batas container */
.pkp_structure_footer .pkp_container {
  max-width: 1200px;
  margin: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-grid h4 {
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
}

.footer-grid ul li {
  margin-bottom: 10px;
}

.footer-grid a {
  color: #ffffff;
  text-decoration: none;
}

.footer-grid a:hover {
  text-decoration: underline;
}

.editorial-container {
    max-width: 1000px;
    margin: auto;
    padding: 20px;
}

.section-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 3px solid #0d6efd;
    display: inline-block;
    padding-bottom: 5px;
}

.editor-card {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #0d6efd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.editor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.editor-box {
    background: white;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease;
}

.editor-box:hover {
    transform: translateY(-5px);
}



<meta name="google-site-verification" content="onZNXDoJfbQVWp2g1RDSG7i0X3rmscO5-rMS1loAa-8" />