#server-footer-ad {
    display: block !important;
    width: 100% !important;
    padding: 15px 0 !important;
    background-color: #f8f9fa !important;
    border-top: 1px solid #e9ecef !important;
    text-align: center !important;
    font-family: sans-serif !important;
    font-size: 13px !important;
    color: #666 !important;
    margin-top: 50px !important;
    clear: both;
}
#server-footer-ad a {
    color: #007bff !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
#server-footer-ad a:hover {
    color: #ff4500 !important;        /* Ganti warna (misal: Orange Merah) */
    text-decoration: none !important; /* Pastikan tidak ada garis bawah */
    transition: color 0.3s ease;      /* Efek transisi halus */
}
