/*
 * MITSCom policy overlay for Hemmelig v7.4.8.
 *
 * The upstream UI offers Swagger from the global footer and the developer
 * settings. API documentation is not part of this deployment's public
 * product surface. Caddy independently returns 404 for both documentation
 * endpoints; this selector removes their links from layout, tab order, and
 * the accessibility tree without changing Hemmelig's required application
 * API calls.
 */
a[href="/api/docs"] {
    display: none !important;
}
