/* 隱藏右下角的整個版權容器 */
footer .text-secondary.float-md-end {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* 如果你的版本結構不同，嘗試這個更廣泛的選擇器 */
footer a[href*="answer.apache.org"] {
    display: none !important;
}

/* 讓左側（或中間）顯示你的 DPLAY-TEAM 版權 */
footer .container::before {
    content: "© 2026 DPT-Community | Powered by DPLAY-TEAM";
    display: block;
    text-align: center;
    color: #6c757d;
    font-size: 0.875rem;
    padding: 10px 0;
}