/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2026 | 17:20:24 */
/* ======================================= */
/* CUSTOM FOOTER ZENDY (LINK & COPYRIGHT)  */
/* ======================================= */

/* 1. Paksa area footer jadi rata tengah & SEJAJAR 1200PX */
.site-footer__bottom .wp-block-column {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 2. Desain Link Footer yang baru disuntik */
.zendy-footer-links {
    margin-bottom: 20px; /* Jarak dilebarin dikit biar pas sama font gede */
    font-weight: 600;
    color: #64748b;
    font-size: 20px; /* 🪄 DI PC DITAMBAH +4 JADI 20PX */
}

.zendy-footer-links a {
    color: inherit;
    text-decoration: none;
    margin: 0 12px; /* Jarak antar link dilebarin lagi */
    transition: color 0.3s ease;
}

.zendy-footer-links a:hover {
    color: #006FFF;
}

/* 3. Desain Khusus HP (Mengecil & Rapi) */
@media (max-width: 768px) {
    .zendy-footer-links {
        font-size: 12px; /* Di HP tetep aman gak berubah */
        line-height: 2; 
    }
    .zendy-footer-links a {
        margin: 0 4px;
    }
}

/* ======================================= */
/* 4. Desain Info Kemendag (Biar Legit)    */
/* ======================================= */
.zendy-gov-info {
    max-width: 900px; /* Wadah dilebarin dikit karena font makin gede */
    margin: 5px auto 30px auto;
    font-size: 19px; /* 🪄 DI PC DITAMBAH +4 JADI 19PX */
    color: #64748b;
    line-height: 1.6;
    text-align: center;
}

.zendy-gov-info p {
    margin: 0 0 12px 0;
}

.zendy-gov-info b {
    color: #334155; 
}

.zendy-gov-info a {
    color: #006FFF !important; 
    font-weight: 800;
    text-decoration: none;
    transition: 0.3s;
}

.zendy-gov-info a:hover {
    color: #005bdd !important; 
    text-decoration: underline;
}

/* Responsif HP buat Teks Kemendag */
@media (max-width: 768px) {
    .zendy-gov-info {
        font-size: 11px; /* Di HP tetep aman */
        padding: 0 15px;
    }
}

/* ======================================= */
/* 5. Desain Teks Copyright Biar Premium   */
/* ======================================= */
.site-copyright {
    font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif !important; 
    font-size: 19px !important; /* 🪄 DI PC DITAMBAH +4 JADI 19PX */
    font-weight: 600 !important; 
    color: #94a3b8 !important; 
    letter-spacing: 0.8px !important; 
    text-transform: uppercase !important; 
}

/* Biar di HP nggak kegedean */
@media (max-width: 768px) {
    .site-copyright {
        font-size: 11px !important; /* Di HP tetep aman */
        letter-spacing: 0.5px !important;
    }
}