/* AvuCore white-label — agrandissement du logo (login + desk), update-safe via /files */

/* Page de connexion : logo AVUCORE plus grand */
.page-card img.app-logo,
.for-login img.app-logo {
	max-height: 100px !important;
	width: auto !important;
	margin-bottom: 4px;
}

/* Desk : logo dans la sidebar / barre du haut */
.app-logo {
	width: 40px !important;
}
.app-logo img,
.app-logo svg,
.navbar img.app-logo {
	width: 100% !important;
	height: auto !important;
	max-height: 40px !important;
}
