/* ==========================
   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;
}
/* =========================
   HEADER OJS FINAL
   ========================= */

/* wrapper */
.pkp_site_name_wrapper{
    padding:0 !important;
    margin:0 !important;
    background:#0d5c96;
}

/* container */
.pkp_site_name{
    width:100% !important;
    max-width:100% !important;
    padding:0 !important;
    margin:0 !important;
    overflow:hidden;
}

/* link */
.pkp_site_name a{
    width:100%;
    display:block;
    line-height:0;
}

/* image wrapper */
.pkp_site_name .is_img{
    width:100%;
    display:block;
}

/* banner */
.pkp_site_name .is_img img{
    width:100% !important;

    /* tinggi diperbesar */
    max-height:220px !important;

    height:auto !important;
    display:block;

    /* supaya gambar tidak rusak */
    /*object-fit:contain !important;*/

    background:#0d5c96;
}

/* navbar */
.pkp_navigation_primary_wrapper{
    margin-top:0 !important;
}


/* 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;
}

