/* 1. Sembunyikan kalimat FB yang merupakan 'span' pertama */
.credits > span:first-of-type {
    display: none !important;
}

/* 2. Buat nama di atas tombol Help yang merupakan 'span' terakhir */
.credits > span:last-of-type::before {
    content: "Cubyzk Cloud v2.53.1 - Ramadhan Mubarak";
    display: block !important;
    margin-bottom: 4px !important;
    color: inherit; /* Mengikuti warna teks abu-abu bawaan */
    pointer-events: none;
}
