/* TWY Hetzner branding (JP 2026-09-14 16:56 MT). FileBrowser serves this file
   from the branding directory (bin/setup.sh, --branding.files) on every page.

   The sidebar label "My files" is the i18n string sidebar.myFiles, baked into
   the app bundle with no setting to change it, so the label's span is hidden
   and the button draws "Hetzner Files" in its place. The button is the second
   button of the sidebar nav (after the account button) whatever the locale,
   and only exists once logged in. Its title and aria-label still say
   "My files". */
nav > button.action:nth-of-type(2) > span {
  display: none;
}
nav > button.action:nth-of-type(2)::after {
  content: "Hetzner Files";
  vertical-align: middle;
}
