/* 隐藏帮助按钮 - 精确匹配 docs.gitea.com */
a.item[href*="docs.gitea.com"],
a[href*="docs.gitea.com"],
.navbar-left a[href*="docs.gitea"],
.navbar-left .item[target="_blank"] {
    display: none !important;
}

/* 完全隐藏页脚 */
footer,
footer.page-footer,
.page-footer,
.footer {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 页面底部不留空白 */
body {
    min-height: 100vh;
}

.page-content {
    min-height: calc(100vh - 52px);
    padding-bottom: 0 !important;
}
