/* Logo */
.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 150px;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* Hilangkan brand footer OJS */
.pkp_brand_footer {
    display: none;
}

/* Area luar footer */
.pkp_structure_footer {
    background-color: #2c74b3 !important;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

/* Isi footer */
.ojs-footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 20px;
    color: white;
    font-family: sans-serif;
    font-size: 15px;
    line-height: 1.6;
    background-color: transparent;
}

/* Container kolom */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

/* Masing-masing kolom */
.footer-column {
    flex: 1 1 22%;
    min-width: 220px;
    padding-right: 10px;
    box-sizing: border-box;
}

/* Judul kolom */
.footer-column h4 {
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
    font-size: 16px;
}

/* List dan link */
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 6px;
}

.footer-column ul li a {
    color: white;
    text-decoration: none;
}

.footer-column ul li a:hover {
    text-decoration: underline;
}

/* Warna angka stat */
.footer-column ul li span,
.footer-column .analytics-number {
    color: yellow;
    font-weight: bold;
    font-size: 14px;
}

/* Link khusus analytics */
.footer-column ul li a.analytics-link {
    color: #e0e0e0;
    font-style: italic;
}

/* Responsive untuk layar kecil */
@media (max-width: 768px) {
    .footer-column {
        flex: 1 1 100%;
        min-width: unset;
        padding-right: 0;
    }
}
