/* Hide Kubio credit text and center company name */
.wp-block-kubio-copyright {
    text-align: center !important;
    width: 100% !important;
}

.wp-block-kubio-copyright p {
    visibility: hidden;
    position: relative;
    text-align: center !important;
    width: 100% !important;
}

.wp-block-kubio-copyright p::after {
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "© 2025 Balkaria Trans Indonesia";
    text-align: center !important;
    width: 100% !important;
}

/* Hide all other potential credit elements */
.kubio-powered-by,
.wp-block[class*="kubio-footer-powered-by"],
div[class*="kubio-footer-powered-by"],
.kubio-footer-powered-by,
.wp-block-kubio-powered-by,
[class*="powered-by"],
[class*="theme-credits"],
[class*="theme-info"],
div[class*="theme-credits"],
div[class*="theme-info"],
.theme-credits,
.theme-info,
.site-info {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
} 