/* Nuke the Explore and Help links from orbit */
.ui.menu a.item[href*="/explore"],
.ui.menu a.item[href*="forgejo.org"],
.ui.menu a.item[target="_blank"] {
    display: none !important;
}

/* Remove the entire footer layout completely */
footer {
    display: none !important;
}

/* Maintain page layout spacing */
.page-content {
    min-height: calc(100vh - 50px);
    margin-bottom: 0 !important;
}
/* Hide the Forgot Password box and link */
.ui.attached.segment.header.top:has(a[href*="/user/forgot_password"]),
a[href*="/user/forgot_password"] {
    display: none !important;
}
