/* --- File Browser custom branding ---
   Umieść katalog w /branding i ustaw w konfiguracji:
   Branding directory path: /branding
----------------------------------------------------- */

/* Przykładowe zmiany nagłówka 
.header { background: #0f172a !important; }
.header .title { color: #e5e7eb !important; font-weight: 700; }
*/
/* Opcjonalnie: dodaj widoczny przycisk/link do "głównej instancji".
   Uwaga: to tylko styl. Element <a> trzeba wstrzyknąć przez proxy albo dodać w forku frontendu. */
.header .actions .main-link {
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #334155;
  text-decoration: none;
  color: #e5e7eb;
  margin-left: 8px;
  display: inline-block;
}
.header .actions .main-link:hover { background: #1f2937; }



/* Tylko na stronie logowania */
#login img[src*="logo.svg"] {
  width: 400px !important;
  height: auto !important;
}

/* --- Nadpisanie wielkości logo --- */
.main img[src*="logo.svg"] {
  width: 40px !important;   /* ustaw szerokość */
  height: auto !important;       /* zachowaj proporcje */
}

.button {
   background: #1f2937;
}
