/* hide-help.css
   Permanently hide mdBook’s keyboard-shortcut help overlay */
#mdbook-help-container {
    display: none !important;
}
